Preevy CLI
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.
Usage
$ npm install -g preevy
$ preevy COMMAND
running command...
$ preevy (--version)
preevy/0.0.57 linux-x64 node-v18.18.2
$ preevy --help [COMMAND]
USAGE
$ preevy COMMAND
...
Commands
Command Topics
-
preevy down
- Delete preview environments -
preevy help
- Display help for preevy. -
preevy init
- Initialize or import a new profile -
preevy login
- Login to the Livecycle SaaS -
preevy logs
- Show logs for an existing environment -
preevy ls
- List preview environments -
preevy profile
- View and update profile configuration -
preevy purge
- Delete all cloud provider machines, and potentially other resources -
preevy ssh
- Execute a command or start an interactive shell inside an environment -
preevy up
- Bring up a preview environment -
preevy urls
- Show urls for an existing environment -
preevy version
- Show Preevy version