plash_login --help
usage: plash_login [-h]
Authenticate CLI with server and save config
options:
-h, --help show this help message and exit
usage: plash_deploy [-h] [--path PATH] [--name NAME] [--force_data]
Deploy app to production, ignores paths starting with '.', excludes data/ directory by default unless --force_data is
used.
options:
-h, --help show this help message and exit
--path PATH Path to project (default: .)
--name NAME Overrides the .plash file in project root if provided
--force_data Overwrite data/ directory during deployment (default: False)
The --force_data
flag will completely replace your production data. Always backup before using on production applications.
usage: plash_logs [-h] [--path PATH] [--name NAME] [--mode {build,app}] [--tail]
Prints the logs for your deployed app
options:
-h, --help show this help message and exit
--path PATH Path to project (default: .)
--name NAME Overrides the .plash file in project root if provided
--mode {build,app} Choose between build or app logs (default: build)
--tail Tail the logs (default: False)
usage: plash_download [-h] [--path PATH] [--name NAME] [--save_path SAVE_PATH]
Download your deployed app
options:
-h, --help show this help message and exit
--path PATH Path to project (default: .)
--name NAME Overrides the .plash file in project root if provided
--save_path SAVE_PATH Save path (optional) (default: download)
usage: plash_delete [-h] [--path PATH] [--name NAME] [--force]
Delete your deployed app
options:
-h, --help show this help message and exit
--path PATH Path to project (default: .)
--name NAME Overrides the .plash file in project root if provided
--force Skip confirmation prompt (default: False)