epi command
Usage
epi [OPTIONS] <COMMAND>
Commands
storage
Storage commands.
Aliases: blob.
deployment
Deployment commands.
Aliases: deploy.
project
Project commands.
app
App commands.
Aliases: application, apps.
db
Database commands.
Aliases: database.
log
Log commands.
content-graph
Content Graph commands.
Aliases: contentgraph, cg.
Options
-r, –root <ROOT>
Directory to use as root of project.
Default: .
–pause
Pause the program after execution.
Aliases: wait.
–pause-if-error
Pause the program after execution if an error occurs.
Aliases: wait-if-error.
–proxy <PROXY>
Proxy server to use.
Example: --proxy http://localhost:8888.
–no-print
Do not print output.
–verbose
Verbose output.
–log-file-path <LOG_FILE_PATH>
Log file path.
Example: --log-file-path /path/to/log/epi-cli.log.
If omitted, the app will attempt to use the environment variable EPI_LOG_FILE_PATH, if exists.
–notification-endpoint <NOTIFICATION_ENDPOINT>
Notification endpoint.
Example: --notification-endpoint http://localhost:8080.
If omitted, the app will attempt to use the environment variable EPI_NOTIFICATION_ENDPOINT, then EPI_NOTIFICATION_URI, finally EPI_NOTIFICATION_URL, if any exist.
Aliases: notification-uri, notification-url.
-h, –help
Print help.
-V, –version
Print version.