@robinmordasiewicz/f5xc-xcsh 6.36.0 → 6.37.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/completions/_xcsh +1 -2
- package/completions/xcsh.bash +1 -1
- package/completions/xcsh.fish +1 -2
- package/dist/index.js +11 -15
- package/package.json +1 -1
package/completions/_xcsh
CHANGED
|
@@ -10,7 +10,6 @@ _xcsh() {
|
|
|
10
10
|
global_opts=(
|
|
11
11
|
'(-h --help)'{-h,--help}'[Show help information]'
|
|
12
12
|
'(-v --version)'{-v,--version}'[Show version number]'
|
|
13
|
-
'(-i --interactive)'{-i,--interactive}'[Force interactive mode]'
|
|
14
13
|
'--no-color[Disable color output]'
|
|
15
14
|
'(-o --output)'{-o,--output}'[Output format]:format:(json yaml table)'
|
|
16
15
|
'(-ns --namespace)'{-ns,--namespace}'[Namespace]:namespace:_xcsh_namespaces'
|
|
@@ -57,7 +56,7 @@ _xcsh() {
|
|
|
57
56
|
'secops_and_incident_response:Configure automated threat mitigation rules'
|
|
58
57
|
'service_mesh:Configure application types and discovery'
|
|
59
58
|
'shape:Configure bot defense and threat prevention'
|
|
60
|
-
'sites:Deploy
|
|
59
|
+
'sites:Deploy edge nodes across cloud providers'
|
|
61
60
|
'statistics:Monitor alerts, logs, and flow analytics'
|
|
62
61
|
'support:Create and track customer tickets'
|
|
63
62
|
'telemetry_and_insights:Telemetry And Insights API'
|
package/completions/xcsh.bash
CHANGED
|
@@ -9,7 +9,7 @@ _xcsh_completions() {
|
|
|
9
9
|
local commands="admin_console_and_ui api authentication bigip billing_and_usage blindfold bot_and_threat_defense cdn ce_management certificates cloud_infrastructure cloudstatus completion container_services data_and_privacy_security data_intelligence ddos dns generative_ai login managed_kubernetes marketplace network network_security nginx_one object_storage observability rate_limiting secops_and_incident_response service_mesh shape sites statistics support telemetry_and_insights tenant_and_identity threat_campaign users virtual vpm_and_node_management waf console-ui ui-assets static-components apisec api-discovery authn oidc sso f5-bigip irule ltm billing-usage quotas usage-tracking bf encrypt secrets threat-defense tpm shape-bot cache content ce-mgmt edge-management ce-lifecycle cert certs ssl tls cloud infra provider vk8s containers workloads data-privacy pii sensitive-data lma di intelligence insights dos ddos-protect dns-zone zones ai genai assistant mk8s appstack k8s-mgmt market addons extensions net routing bgp netsec nfw nginx nms nginx-plus storage s3 buckets obs monitoring synth ratelimit throttle policer secops incident-response mitigation mesh svc-mesh shape-sec safeap site deployment stats metrics logs tickets help-desk telemetry ti tenant-identity idm user-settings threats campaigns threat-intel user accounts iam lb loadbalancer vhost vpm nodes node-mgmt firewall appfw help quit exit clear history"
|
|
10
10
|
local actions="list get create delete replace apply status patch add-labels remove-labels"
|
|
11
11
|
local builtins="help quit exit clear history context ctx"
|
|
12
|
-
local global_flags="--help -h --version -v --
|
|
12
|
+
local global_flags="--help -h --version -v --no-color --output -o --namespace -ns"
|
|
13
13
|
|
|
14
14
|
# Handle completion based on position
|
|
15
15
|
case ${cword} in
|
package/completions/xcsh.fish
CHANGED
|
@@ -7,7 +7,6 @@ complete -c xcsh -f
|
|
|
7
7
|
# Global options
|
|
8
8
|
complete -c xcsh -s h -l help -d 'Show help information'
|
|
9
9
|
complete -c xcsh -s v -l version -d 'Show version number'
|
|
10
|
-
complete -c xcsh -s i -l interactive -d 'Force interactive mode'
|
|
11
10
|
complete -c xcsh -l no-color -d 'Disable color output'
|
|
12
11
|
complete -c xcsh -s o -l output -d 'Output format' -xa 'json yaml table'
|
|
13
12
|
complete -c xcsh -l namespace -s ns -d 'Namespace' -xa 'default system shared'
|
|
@@ -53,7 +52,7 @@ complete -c xcsh -n "__fish_use_subcommand" -a "rate_limiting" -d 'Configure tra
|
|
|
53
52
|
complete -c xcsh -n "__fish_use_subcommand" -a "secops_and_incident_response" -d 'Configure automated threat mitigation rules'
|
|
54
53
|
complete -c xcsh -n "__fish_use_subcommand" -a "service_mesh" -d 'Configure application types and discovery'
|
|
55
54
|
complete -c xcsh -n "__fish_use_subcommand" -a "shape" -d 'Configure bot defense and threat prevention'
|
|
56
|
-
complete -c xcsh -n "__fish_use_subcommand" -a "sites" -d 'Deploy
|
|
55
|
+
complete -c xcsh -n "__fish_use_subcommand" -a "sites" -d 'Deploy edge nodes across cloud providers'
|
|
57
56
|
complete -c xcsh -n "__fish_use_subcommand" -a "statistics" -d 'Monitor alerts, logs, and flow analytics'
|
|
58
57
|
complete -c xcsh -n "__fish_use_subcommand" -a "support" -d 'Create and track customer tickets'
|
|
59
58
|
complete -c xcsh -n "__fish_use_subcommand" -a "telemetry_and_insights" -d 'Telemetry And Insights API'
|
package/dist/index.js
CHANGED
|
@@ -44530,9 +44530,9 @@ var generatedDomains = /* @__PURE__ */ new Map([
|
|
|
44530
44530
|
["observability", {
|
|
44531
44531
|
name: "observability",
|
|
44532
44532
|
displayName: "Observability",
|
|
44533
|
-
description: "
|
|
44533
|
+
description: "Set up synthetic monitoring for DNS resolution and HTTP services across AWS regions. Generate health reports with historical trends and summary dashboards. Monitor certificate validity, track response times, and aggregate results by namespace for capacity planning.",
|
|
44534
44534
|
descriptionShort: "Configure synthetic monitors and health checks",
|
|
44535
|
-
descriptionMedium: "
|
|
44535
|
+
descriptionMedium: "Define DNS and HTTP monitors with regional testing. Track certificate expiration and service availability across zones.",
|
|
44536
44536
|
aliases: ["obs", "monitoring", "synth"],
|
|
44537
44537
|
complexity: "advanced",
|
|
44538
44538
|
isPreview: false,
|
|
@@ -44600,9 +44600,9 @@ var generatedDomains = /* @__PURE__ */ new Map([
|
|
|
44600
44600
|
["sites", {
|
|
44601
44601
|
name: "sites",
|
|
44602
44602
|
displayName: "Sites",
|
|
44603
|
-
description: "
|
|
44604
|
-
descriptionShort: "Deploy
|
|
44605
|
-
descriptionMedium: "Configure
|
|
44603
|
+
description: "Deploy edge nodes across AWS, Azure, and GCP with automated provisioning. Configure VPC peering, transit gateway attachments, and VPN tunnel settings. Define virtual groupings with label selectors for policy targeting. Manage Kubernetes cluster integrations and secure mesh deployments. Monitor node health, validate configurations, and set IP prefix allocations.",
|
|
44604
|
+
descriptionShort: "Deploy edge nodes across cloud providers",
|
|
44605
|
+
descriptionMedium: "Configure AWS, Azure, GCP deployments with VPC integration. Manage transit gateways and VPN tunnels.",
|
|
44606
44606
|
aliases: ["site", "deployment"],
|
|
44607
44607
|
complexity: "advanced",
|
|
44608
44608
|
isPreview: false,
|
|
@@ -45354,8 +45354,8 @@ function getLogoModeFromEnv(envPrefix) {
|
|
|
45354
45354
|
var CLI_NAME = "xcsh";
|
|
45355
45355
|
var CLI_FULL_NAME = "F5 Distributed Cloud Shell";
|
|
45356
45356
|
function getVersion() {
|
|
45357
|
-
if ("6.
|
|
45358
|
-
return "6.
|
|
45357
|
+
if ("6.37.0") {
|
|
45358
|
+
return "6.37.0";
|
|
45359
45359
|
}
|
|
45360
45360
|
if (process.env.XCSH_VERSION) {
|
|
45361
45361
|
return process.env.XCSH_VERSION;
|
|
@@ -46936,7 +46936,6 @@ function formatRootHelp() {
|
|
|
46936
46936
|
` ${CLI_NAME} virtual get http_loadbalancer Get a specific load balancer`,
|
|
46937
46937
|
` ${CLI_NAME} dns list List DNS zones`,
|
|
46938
46938
|
` ${CLI_NAME} waf list -ns prod List WAF policies in prod`,
|
|
46939
|
-
` ${CLI_NAME} --interactive Force interactive REPL mode`,
|
|
46940
46939
|
"",
|
|
46941
46940
|
...formatDomainsSection(),
|
|
46942
46941
|
"",
|
|
@@ -46967,7 +46966,6 @@ function formatGlobalFlags() {
|
|
|
46967
46966
|
"GLOBAL FLAGS",
|
|
46968
46967
|
" -v, --version Show version number",
|
|
46969
46968
|
" -h, --help Show this help",
|
|
46970
|
-
" -i, --interactive Force interactive mode",
|
|
46971
46969
|
" --no-color Disable color output",
|
|
46972
46970
|
" -o, --output <fmt> Output format (json, yaml, table)",
|
|
46973
46971
|
" -ns, --namespace <ns> Target namespace"
|
|
@@ -49534,7 +49532,7 @@ _xcsh_completions() {
|
|
|
49534
49532
|
local commands="${domainNames} ${allAliases.join(" ")} help quit exit clear history"
|
|
49535
49533
|
local actions="${actions}"
|
|
49536
49534
|
local builtins="help quit exit clear history context ctx"
|
|
49537
|
-
local global_flags="--help -h --version -v --
|
|
49535
|
+
local global_flags="--help -h --version -v --no-color --output -o --namespace -ns"
|
|
49538
49536
|
|
|
49539
49537
|
# Handle completion based on position
|
|
49540
49538
|
case \${cword} in
|
|
@@ -49616,7 +49614,6 @@ _xcsh() {
|
|
|
49616
49614
|
global_opts=(
|
|
49617
49615
|
'(-h --help)'{-h,--help}'[Show help information]'
|
|
49618
49616
|
'(-v --version)'{-v,--version}'[Show version number]'
|
|
49619
|
-
'(-i --interactive)'{-i,--interactive}'[Force interactive mode]'
|
|
49620
49617
|
'--no-color[Disable color output]'
|
|
49621
49618
|
'(-o --output)'{-o,--output}'[Output format]:format:(json yaml table)'
|
|
49622
49619
|
'(-ns --namespace)'{-ns,--namespace}'[Namespace]:namespace:_xcsh_namespaces'
|
|
@@ -49730,7 +49727,6 @@ complete -c xcsh -f
|
|
|
49730
49727
|
# Global options
|
|
49731
49728
|
complete -c xcsh -s h -l help -d 'Show help information'
|
|
49732
49729
|
complete -c xcsh -s v -l version -d 'Show version number'
|
|
49733
|
-
complete -c xcsh -s i -l interactive -d 'Force interactive mode'
|
|
49734
49730
|
complete -c xcsh -l no-color -d 'Disable color output'
|
|
49735
49731
|
complete -c xcsh -s o -l output -d 'Output format' -xa 'json yaml table'
|
|
49736
49732
|
complete -c xcsh -l namespace -s ns -d 'Namespace' -xa 'default system shared'
|
|
@@ -52245,7 +52241,7 @@ var program2 = new Command();
|
|
|
52245
52241
|
program2.configureHelp({
|
|
52246
52242
|
formatHelp: () => formatRootHelp().join("\n")
|
|
52247
52243
|
});
|
|
52248
|
-
program2.name(CLI_NAME).description("F5 Distributed Cloud Shell - Interactive CLI for F5 XC").version(CLI_VERSION, "-v, --version", "Show version number").option("
|
|
52244
|
+
program2.name(CLI_NAME).description("F5 Distributed Cloud Shell - Interactive CLI for F5 XC").version(CLI_VERSION, "-v, --version", "Show version number").option("--no-color", "Disable color output").option("--logo <mode>", "Logo display mode: image, ascii, none").option("-h, --help", "Show help").argument("[command...]", "Command to execute non-interactively").allowUnknownOption(true).helpOption(false).action(
|
|
52249
52245
|
async (commandArgs, options) => {
|
|
52250
52246
|
if (options.help && commandArgs.length === 0) {
|
|
52251
52247
|
formatRootHelp().forEach((line) => console.log(line));
|
|
@@ -52257,8 +52253,8 @@ program2.name(CLI_NAME).description("F5 Distributed Cloud Shell - Interactive CL
|
|
|
52257
52253
|
if (options.logo && commandArgs.length > 0) {
|
|
52258
52254
|
commandArgs.push("--logo", options.logo);
|
|
52259
52255
|
}
|
|
52260
|
-
if (commandArgs.length === 0
|
|
52261
|
-
if (!process.stdin.isTTY
|
|
52256
|
+
if (commandArgs.length === 0) {
|
|
52257
|
+
if (!process.stdin.isTTY) {
|
|
52262
52258
|
console.error(
|
|
52263
52259
|
"Error: Interactive mode requires a terminal (TTY)."
|
|
52264
52260
|
);
|