Managing Apps in Runtime Fabric Using the CLI
Use these Anypoint Platform CLI commands for deploying and managing applications in Runtime Fabric. The CLI supports both the interactive shell and standard CLI modes.
Before you get started, review Anypoint CLI prerequisites, installation, and authentication instructions.
Managing Apps in Runtime Fabric
Command | Description |
---|---|
Deletes an application |
|
Describes an application |
|
Downloads logs of an application from a specification to a specified directory |
|
Lists all applications in an organization |
|
Modifies a deployed application |
|
Starts a stopped application |
|
Stops running an application |
|
Tails an application’s logs from a specification |
runtime-mgr:application:delete
> runtime-mgr:application:delete [options] <appID>
Deletes the running application specified in <appID>
. To get this ID, run the runtime-mgr application list
command.
This command does not prompt twice before deleting. If you send a delete instruction, it does not ask for confirmation. |
This command accepts only the default option --help
.
runtime-mgr:application:describe
> runtime-mgr:application:describe [options] <appID>
Displays information about the application specified in <appID>
. To get this ID, run the runtime-mgr application list
command.
This command accepts only the default option --help
.
runtime-mgr:application:download-logs
> runtime-mgr:application:download-logs [options] <appID> <directory> <specID>
Downloads logs for the application specified in <appID>
from the specification specified in <specID>
to the selected directory.
To get the <appID>
, run the runtime-mgr application list
command.
To get the <specID>
run the runtime-mgr application describe
command.
This command accepts only the default option --help
.
runtime-mgr:application:list
> runtime-mgr:application:list [options]
Lists all applications in your organization.
This command accepts only the default option --help
.
runtime-mgr:application:modify
> runtime-mgr application modify [options] <appID> <certificateName>
Updates the settings of an existing application specified in <appID>
.
To get the <appID>
, run the runtime-mgr application list
command.
Besides the default --help
option, this command also takes:
Value | Description | Example |
---|---|---|
|
ID of the application retrieved from Exchange. |
|
|
Version of the Exchange application to use. |
|
|
Enables clustered nodes, which requires at least two replicas. |
|
|
Disables forwarding applications logs to Anypoint Monitoring. |
|
|
Enables SSL session forwarding. |
|
|
Group ID of the asset to deploy. |
|
|
Enables Last Mile Security. |
|
|
Enables object store v2. |
|
|
Supplies the base path expected by the HTTP listener in your application. |
|
|
Sets a property. |
|
|
Replaces all properties with values from a selected file. |
|
|
Supplies endpoints to reach via the public internet. |
|
|
Number of replicas. Must be above |
|
|
Size of replicas in Vcores. |
|
|
Runtime version of the deployment target. |
|
|
Defines scope logging. |
|
|
Uploads a file to define scope logging. |
|
|
Updates the strategy used. |
|
runtime-mgr:application:start
> runtime-mgr:application:start [options] <appID>
Starts running the application specified in <appID>
. To get this ID, run the runtime-mgr application list
command.
This command accepts only the default option --help
.
runtime-mgr:application:stop
> runtime-mgr:application:stop [options] <appID>
Stops running the application specified in <appID>
. To get this ID, run the runtime-mgr application list
command.
This command accepts only the default option --help
.
runtime-mgr:application:logs
> runtime-mgr:application:logs [options] <appID> <specID>
Tails application logs for the application specificied in <appID>
from the specification specified in <specID>
.
To get the <appID>
, run the runtime-mgr application list
command.
To get the <specID>
, run the runtime-mgr application describe
command.
This command accepts only the default option --help
.
List Runtime Fabric Instances
Command | Description |
---|---|
Lists available Runtime Fabric instances |
runtime-mgr:rtf:list
> runtime-mgr:rtf:list [options]
This command lists available Runtime Fabric instances.
This command has the --output
option. Use the --output
option to specify the response format. Supported values are table
(default) and json
.
This command also accepts the default option --help
.
For information about managing your Runtime Fabric instances using the command line, see Supported rtfctl Commands.