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_logs [-h] [--path PATH] [--app_id APP_ID] [--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: .)
--app_id APP_ID 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] [--app_id APP_ID]
[--save_path SAVE_PATH]
Download your deployed app
options:
-h, --help show this help message and exit
--path PATH Path to project (default: .)
--app_id APP_ID Overrides the .plash file in project root if provided
--save_path SAVE_PATH Save path (optional) (default: download)
usage: plash_delete [-h] [--path PATH] [--app_id APP_ID] [--force]
Delete your deployed app
options:
-h, --help show this help message and exit
--path PATH Path to project (default: .)
--app_id APP_ID Overrides the .plash file in project root if provided
--force Skip confirmation prompt (default: False)