taste list
List all available taste packages.
Basic usage
npx taste list [options]
| Option | Short | Description |
|---|---|---|
--global | -g | List packages from global (~/.commandcode/taste) |
--remote | List packages from your remote profile at commandcode.ai |
Project (default)
List packages in your current project's .commandcode/taste/ directory.
- Path:
.commandcode/taste/
List project packages
npx taste list
Global (-g)
List packages from your global, accessible across all projects on your machine.
- Path:
~/.commandcode/taste/
List global packages
npx taste list -g
Remote (--remote)
List packages stored on cloud under your profile at commandcode.ai.
- Path:
commandcode.ai/username/taste
List remote packages
npx taste list --remote
The command displays:
- Package name: The taste package identifier
- Public badge:
[public]for publicly discoverable packages - Stats: Star count (★) and download count (↓) for public packages
- Learning count: Number of learnings in the package
- Last updated: When the package was last modified
Example output
Taste Packages
Stored locally in .commandcode/taste
cli (8 learnings, updated 2 hours ago)
typescript (5 learnings, updated 1 day ago)
architecture (12 learnings, updated just now)
Total: 3 packages, 25 learnings
Remote output example
Taste Packages
Stored on commandcode.ai/aa/taste
my-project (15 learnings, updated 1 hour ago)
cli [public] ★5 ↓12 (8 learnings, updated 2 days ago)
Total: 2 packages, 23 learnings
List project packages
List project
npx taste list
Shows all taste packages in your current project.
List global packages
List global
npx taste list -g
Shows all taste packages in your global at ~/.commandcode/taste/.
List remote packages
List remote
npx taste list --remote
Shows all taste packages stored on your profile at commandcode.ai/username/taste.
- Use
taste pushto upload packages - Use
taste pullto download packages - View your packages in Command Code Studio