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.64 linux-x64 node-v20.13.1
$ preevy --help [COMMAND]
USAGE
$ preevy COMMAND
...
-
preevy down
- Delete preview environments -
preevy env
- Show metadata for a preview environment -
preevy env-id
- Show the Preevy environment ID for the current Compose project -
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