...
Option | Description |
---|---|
[--dry-run] | Lists the picos instances that are addressed by the command, but the command is not executed. |
[-l, --local] | Use this option to select the local container, unless another container is specified in the target path. |
-t, --tag <tag>] | Includes pico instances in the target path that contain the specified tag. |
[--timeout-seconds] | Sets the maximum allowed time for all calls to complete. The default value is 300 seconds. |
[-v, --verbose] | Use this option for detailed output from the command. |
Option
Description
[--dry-run]
Lists the picos instances that are addressed by the command, but the command is not executed.
-t, --tag <tag>]
Includes pico instances in the target path that contain the specified tag.
[--timeout-seconds]
Sets the maximum allowed time for all calls to complete. The default value is 300 seconds.
[-v, --verbose]
Use this option for detailed output from the command.
Return Codes
Listed below are the different return codes for the system
command:
Code | Description |
-1 | Will be returned if there is an old process running or if the remote (../temp/.remote) file cannot be deleted. |
0 | Will be returned if the command was successful, or if there are no startable processes defined. |
1 | Will be returned if the JVM failed to start. (The JVM has logged too much on stderr.) |
102 | Will be returned if the JVM failed to start. (The timeout on the callback from the JVM was exceeded.) |
103 | Will be returned if the command has been interrupted with CTRL-C. |
104 | Will be returned if the JVM failed to start. (The JVM started with (a) critical error(s).) |
Code
Description
-1
) |
0
Will be returned if the command was successful, or if there are no startable processes defined.
1
Will be returned if the JVM fails to start. (The JVM has logged too much on stderr.)
102
Will be returned if the JVM fails to start. (The timeout on the callback from the JVM was exceeded.)
103
Will be returned if the command has been interrupted with CTRL-C.
104
.) |