Skip to content

Latest commit

 

History

History
23 lines (18 loc) · 770 Bytes

File metadata and controls

23 lines (18 loc) · 770 Bytes

Package Search Examples

# Find all core-* packages
core pkg search core-

# Search term
core pkg search api

# Different org
core pkg search --org myorg query

Output

┌──────────────┬─────────────────────────────┐
│ Package      │ Description                 │
├──────────────┼─────────────────────────────┤
│ core-api     │ REST API framework          │
│ core-auth    │ Authentication utilities    │
└──────────────┴─────────────────────────────┘