Preevy is a CLI tool for easily creating preview environments for your Docker Compose apps on your cloud provider - we currently support AWS and Google, with more on the way.
$ npm install -g preevy
$ preevy COMMAND
running command...
$ preevy (--version)
preevy/0.0.58 darwin-arm64 node-v18.12.1
$ preevy --help [COMMAND]
USAGE
$ preevy COMMAND
...
preevy down
- Delete preview environmentspreevy help
- Display help for preevy.preevy init
- Initialize or import a new profilepreevy login
- Login to the Livecycle SaaSpreevy logs
- Show logs for an existing environmentpreevy ls
- List preview environmentspreevy profile
- View and update profile configurationpreevy purge
- Delete all cloud provider machines, and potentially other resourcespreevy ssh
- Execute a command or start an interactive shell inside an environmentpreevy up
- Bring up a preview environmentpreevy urls
- Show urls for an existing environmentpreevy version
- Show Preevy version