From b3d570017a653c9c4fcf9e5171ab2c4ab6292d46 Mon Sep 17 00:00:00 2001 From: Fernanda Ailup Date: Thu, 23 Jan 2025 12:36:13 -0300 Subject: [PATCH 1/5] Create rtf.adoc --- modules/ROOT/pages/_partials/rtf.adoc | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 modules/ROOT/pages/_partials/rtf.adoc diff --git a/modules/ROOT/pages/_partials/rtf.adoc b/modules/ROOT/pages/_partials/rtf.adoc new file mode 100644 index 00000000..0f887c4f --- /dev/null +++ b/modules/ROOT/pages/_partials/rtf.adoc @@ -0,0 +1,21 @@ += CloudHub Applications + +// tag::summary[] + +[%header,cols="35a,65a"] +|=== +|Command |Description +|xref:anypoint-cli::cloudhub-apps.adoc#rtf-apps-describe[rtf:apps:describe] | Shows application details + +[[rtf-apps-describe]] + +== rtf:apps:describe + +---- +> rtf:apps:describe [flags] +---- +Displays information about the application specified in `` + +Use the `--output` flag to specify the response format. Supported values are `table` (default) and `json`. + +This command accepts the xref:index.adoc#default-options[default flags]. \ No newline at end of file From 865b9c11211f9eab5907d0dac644598210f0ebc8 Mon Sep 17 00:00:00 2001 From: Fernanda Ailup Date: Thu, 23 Jan 2025 12:37:58 -0300 Subject: [PATCH 2/5] Update rtf.adoc --- modules/ROOT/pages/_partials/rtf.adoc | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/modules/ROOT/pages/_partials/rtf.adoc b/modules/ROOT/pages/_partials/rtf.adoc index 0f887c4f..d0b3f971 100644 --- a/modules/ROOT/pages/_partials/rtf.adoc +++ b/modules/ROOT/pages/_partials/rtf.adoc @@ -7,6 +7,11 @@ |Command |Description |xref:anypoint-cli::cloudhub-apps.adoc#rtf-apps-describe[rtf:apps:describe] | Shows application details + +// end::summary[] + +// tag::commands[] + [[rtf-apps-describe]] == rtf:apps:describe @@ -18,4 +23,6 @@ Displays information about the application specified in `` Use the `--output` flag to specify the response format. Supported values are `table` (default) and `json`. -This command accepts the xref:index.adoc#default-options[default flags]. \ No newline at end of file +This command accepts the xref:index.adoc#default-options[default flags]. + +// end::commands[] \ No newline at end of file From 5c214a3b5d37a512881146968750267fc344c3ce Mon Sep 17 00:00:00 2001 From: Fernanda Ailup Date: Thu, 23 Jan 2025 12:40:37 -0300 Subject: [PATCH 3/5] Update rtf.adoc --- modules/ROOT/pages/_partials/rtf.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/ROOT/pages/_partials/rtf.adoc b/modules/ROOT/pages/_partials/rtf.adoc index d0b3f971..ec64dc44 100644 --- a/modules/ROOT/pages/_partials/rtf.adoc +++ b/modules/ROOT/pages/_partials/rtf.adoc @@ -6,7 +6,7 @@ |=== |Command |Description |xref:anypoint-cli::cloudhub-apps.adoc#rtf-apps-describe[rtf:apps:describe] | Shows application details - +|=== // end::summary[] From 05fcee26eee77c1f9526edd2a7ff5259bad21783 Mon Sep 17 00:00:00 2001 From: Fernanda Ailup Date: Wed, 5 Mar 2025 07:41:22 -0300 Subject: [PATCH 4/5] W-17653979-new-rtf-plug-in-fa --- modules/ROOT/pages/_partials/rtf.adoc | 24 ++++++++++++++++++++++-- modules/ROOT/pages/install.adoc | 1 + modules/ROOT/pages/rtf.adoc | 7 +++++++ 3 files changed, 30 insertions(+), 2 deletions(-) create mode 100644 modules/ROOT/pages/rtf.adoc diff --git a/modules/ROOT/pages/_partials/rtf.adoc b/modules/ROOT/pages/_partials/rtf.adoc index ec64dc44..f9b8a115 100644 --- a/modules/ROOT/pages/_partials/rtf.adoc +++ b/modules/ROOT/pages/_partials/rtf.adoc @@ -1,11 +1,12 @@ -= CloudHub Applications += Runtime Fabric Applications // tag::summary[] [%header,cols="35a,65a"] |=== |Command |Description -|xref:anypoint-cli::cloudhub-apps.adoc#rtf-apps-describe[rtf:apps:describe] | Shows application details +|xref:anypoint-cli::rtf.adoc#rtf-apps-describe[rtf:apps:describe] | Shows application details +|xref:anypoint-cli::rtf.adoc#rtf-apps-package[rtf:apps:package] | Creates a debugging information package |=== // end::summary[] @@ -25,4 +26,23 @@ Use the `--output` flag to specify the response format. Supported values are `ta This command accepts the xref:index.adoc#default-options[default flags]. +[[rtf-apps-package]] + +== rtf:apps:package + +---- +> rtf:apps:package [flags] +---- + +Creates a debugging information package for the application specified in `` + +In addition to the xref:index.adoc#default-options[default flags], this command accepts the following flags: + +[%header,cols="30a,40a,30a"] +|=== +|Flag | Description | Example +|`--pod`| Specify a pod to focus on | `-pod ` +|`--heapdump`| Captures a JVM heap dump | `--heapdump ` +|=== + // end::commands[] \ No newline at end of file diff --git a/modules/ROOT/pages/install.adoc b/modules/ROOT/pages/install.adoc index 7a4ead64..3fc32b59 100644 --- a/modules/ROOT/pages/install.adoc +++ b/modules/ROOT/pages/install.adoc @@ -73,6 +73,7 @@ You can install the following plugins with Anypoint CLI: | anypoint-cli-exchange-plugin| Exchange command topics | anypoint-cli-governance-plugin| API Governance command topics | anypoint-cli-runtime-mgr-plugin | Runtime Manager command topics +| anypoint-cli-rtf-apps-plugin | Runtime Fabric command topics | anypoint-cli-secrets-mgr-plugin | Secrets Manager command topics |=== diff --git a/modules/ROOT/pages/rtf.adoc b/modules/ROOT/pages/rtf.adoc new file mode 100644 index 00000000..e74700ce --- /dev/null +++ b/modules/ROOT/pages/rtf.adoc @@ -0,0 +1,7 @@ += CLI for Runtime Fabric Applications + +Use the `rtf:apps` commands to automate your Runtime Fabric processes. For more information about how to use these commands, refer to xref:runtime-fabric::index.adoc[the Runtime Fabric documentation]. + +include::anypoint-cli::partial$rtf.adoc[tag=summary] + +include::anypoint-cli::partial$rtf.adoc[tag=commands] From d8c10e4f46ebe5ab65f23b99f2dc74b898804d07 Mon Sep 17 00:00:00 2001 From: Fernanda Ailup Date: Wed, 5 Mar 2025 07:44:34 -0300 Subject: [PATCH 5/5] Update nav.adoc --- modules/ROOT/nav.adoc | 1 + 1 file changed, 1 insertion(+) diff --git a/modules/ROOT/nav.adoc b/modules/ROOT/nav.adoc index 5fec1f1f..8bf2a2d0 100644 --- a/modules/ROOT/nav.adoc +++ b/modules/ROOT/nav.adoc @@ -19,6 +19,7 @@ ** xref:datagraph-load-balancer.adoc[DataGraph Load Balancers] ** xref:design-center.adoc[Design Center Projects] ** xref:exchange-assets.adoc[Exchange Assets] +** xref:rtf.adoc[Runtime Fabric] ** xref:runtime-manager.adoc[Runtime Manager] *** xref:standalone-apps.adoc[Hybrid Applications] *** xref:standalone-alerts.adoc[Alerts for Hybrid Applications]