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