Cloud commands
Contents
The following commands are used for managing Enonic Cloud.
Cloud
List of commands for managing Enonic Cloud can be seen by typing:
$ enonic cloud
Manage Enonic cloud
USAGE:
enonic cloud [command] [command options] [arguments...]
COMMANDS:
login Login to Enonic Cloud
logout Logout of Enonic Cloud
app Manage apps in Enonic Cloud
OPTIONS:
--help, -h show help
Login
Login to Enonic Cloud.
$ enonic cloud login [-qr]
Options:
| Option | Description |
|---|---|
|
|
print out QR code instead of url to log in with a mobile device |
App
Manage apps in Enonic Cloud. List of commands can be seen by typing:
$ enonic cloud app
Manage apps in Enonic Cloud
USAGE:
enonic cloud app [command] [command options] [arguments...]
COMMANDS:
install Install project jar to Enonic Cloud
OPTIONS:
--help, -h show help
Install
Install project jar to Enonic Cloud.
$ enonic cloud app install [-j <value>] [-t <value>] [-y]
Options:
| Option | Description |
|---|---|
|
|
jar to deploy (default: "./build/libs/*.jar") |
|
|
upload timeout in seconds (default: 300) |
|
|
skip confirmation prompt |