taste list
List all available taste packages.
Basic usage
| 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
Global (-g)
List packages from your global, accessible across all projects on your machine.
- Path:
~/.commandcode/taste/
List global packages
Remote (--remote)
List packages stored on cloud under your profile at commandcode.ai.
- Path:
commandcode.ai/username/taste
List remote packages
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
Remote output example
List project packages
List project
Shows all taste packages in your current project.
List global packages
List global
Shows all taste packages in your global at ~/.commandcode/taste/.
List remote packages
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