# chromatic-cli
**Repository Path**: mirrors_felixfbecker/chromatic-cli
## Basic Information
- **Project Name**: chromatic-cli
- **Description**: Chromatic CLI -- the source for the `chromatic` npm package
- **Primary Language**: Unknown
- **License**: MIT
- **Default Branch**: next
- **Homepage**: None
- **GVP Project**: No
## Statistics
- **Stars**: 0
- **Forks**: 0
- **Created**: 2020-09-24
- **Last Updated**: 2026-03-15
## Categories & Tags
**Categories**: Uncategorized
**Tags**: None
## README
# Chromatic CLI
Publishes your Storybook to Chromatic and kicks off tests if they're enabled.
## Documentation
👉 See the [Chromatic CLI docs](https://www.chromatic.com/docs/cli).
## Contributing
Contributions of any kind are welcome! We're available to chat via the Intercom widget on the documentation site.
### Compatibility & versioning
Compatibility is guaranteed between this package and Chromatic like so:
- Production Chromatic ensures it’s compatible with what’s on npm
- What's on the master branch is equal to what's published on npm
- This package ensures it’s compatible with production Chromatic
To facilitate upgrading in the future, removing and adding features, this is the process:
- Any new features will have to be on Chromatic production before they could be used in this package
- We can add feature flags to be able to test new functionality
- Chromatic production can not remove any features this package depends on until after the usage has been removed from this package in addition to a grace period to allow users to upgrade
### Publishing a new version to npm
```sh
npm version [--preid ]
git push --follow-tags
npm publish [--tag ]
```