Managing Mule Apps on Runtime Fabric with RTFCTL
Use these rtfctl
commands to manage Mule apps deployed to Runtime Fabric.
Commands for Managing Applications on Runtime Fabric
Command | Description |
---|---|
Deletes a secure property |
|
Displays disk usage for an application |
|
Restarts an application |
disk
Displays disk usage for an application
-
Displays the disk usage for an application, using the first replica by default
rtfctl disk <app_name> --app-namespace <app_namespace> --namespace <rtf_namespace>
-
Displays the disk usage for an application, using a specific replica
rtfctl disk <app_name> --details --pod <replica_name> --app-namespace <app_namespace> --namespace <rtf_namespace>