Manage Taste

Taste sharing and managing taste profiles is as simple as using Git via the npx taste CLI.


This unified interface lets you push your learned preferences to the Command Code Studio, pull taste from teammates or the community, and compose multiple taste profiles to match your workflow.

1

Push taste to studio

You can push your taste to the Command Code Studio and share it with your team.

Push taste to studio

npx taste push --all
2

Pull taste from studio

You can pull a taste profile from the Command Code Studio to your different projects.

Pull taste from studio

npx taste pull
3

List all taste profiles

You can list all the taste profiles available in the Command Code Studio.

List all taste profiles

npx taste list
4

Open a specific taste profile

You can open a specific taste profile in Command Code Studio.

Open a specific taste profile

npx taste open <package>
5

Delete a specific taste profile

You can delete a specific taste profile from the Command Code Studio.

Delete a specific taste profile

npx taste delete <package>
Info

Learn more about the npx taste commands to manage taste profiles remotely.