OpenTaste CLI to manage CommandCode taste
npm install opentasteManage taste learning packages for CommandCode.
No installation required! Use with npx:
``bash`
npx opentaste pull [package-name]
npx opentaste push [package-name]
npx opentaste list
For frequent use, install globally:
`bash`
npm i -g opentaste
Then use directly:
`bash`
opentaste pull [package-name]
opentaste push [package-name]
Pull taste packages from storage to your project:
`bash`
npx opentaste pull [package-name]
npx opentaste pull --all # Pull all packages
npx opentaste pull -g [package-name] # Pull from global storage
npx opentaste pull --remote username/package # Pull from remote (with namespace)
npx opentaste pull --remote orgname/package # Pull from organization
npx opentaste pull --overwrite # Overwrite instead of merge (default: merge)
Remote Pull with Namespace:
- Format: username/packageName or orgname/packageNameuser/cli
- You can only pull from your own account or organizations you're a member of
- The package is saved locally without the namespace (e.g., → .commandcode/taste/cli/)
Push taste packages from your project to storage:
`bash`
npx opentaste push [package-name]
npx opentaste push --all # Push all packages
npx opentaste push -g [package-name] # Push to global storage
npx opentaste push --remote [package-name] # Push to remote
npx opentaste push --overwrite # Overwrite instead of merge (default: merge)
List available taste packages:
`bash`
npx opentaste list
npx opentaste list -g # List global packages
npx opentaste list --remote # List remote packages
Delete a taste package:
`bash`
npx opentaste delete
npx opentaste delete -g
Validate taste file format and structure:
`bash`
npx opentaste lint [package-name]
npx opentaste lint --all # Lint all packages
npx opentaste lint -g [package-name] # Lint global packages
Open a taste package in your editor:
`bash`
npx opentaste open
npx opentaste open -g
Update opentaste CLI to the latest version:
`bash`
npx opentaste update
`bash`
npx opentaste -v # Show version
npx opentaste --version # Show version
npx opentaste -h # Show help
npx opentaste --help # Show help
`bashInstall dependencies
pnpm install
For more information about Command Code, visit commandcode.ai
UNLICENSED
- cli
- opentaste
- commandcode
- command-code
- preferences
- ai
- coding-agent
- langbase
- developer-tools