mesa-cli
v2.0.6
Published
Command-line interface to download, watch and publish Mesa Scripts
Downloads
9
Readme
mesa-cli
Command-line interface to download, watch and publish Mesa Scripts.
View documentation at: https://docs.getmesa.com/article/661-command-line-interface
To publish a new release:
# Get current version
npm version
# Bump version
npm version 2.0.3
# Publish
npm publish
To upgrade to the latest version
yarn global add mesa@latest