@zouloux/pasta-cli
v0.9.10
Published
Command line helper to manage Pasta Devops projects.
Downloads
47
Readme
Pasta CLI
Pasta CLI helps you manage your Pasta Server from your terminal.
Install it globally
npm i -g @zouloux/pasta-cli
Or install it locally and use npm scripts
npm i @zouloux/pasta-cli
{
"scripts": {
"deploy": "pasta deploy"
}
}