@robinmordasiewicz/f5xc-xcsh 1.0.84-2601020301 → 1.0.84-2601020342
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/dist/index.js +21 -21
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -46435,41 +46435,41 @@ var HistoryManager = class _HistoryManager {
|
|
|
46435
46435
|
// src/domains/descriptions.generated.ts
|
|
46436
46436
|
var generatedDescriptions = {
|
|
46437
46437
|
version: "1.0.0",
|
|
46438
|
-
generatedAt: "
|
|
46438
|
+
generatedAt: "2026-01-02T03:29:16.852Z",
|
|
46439
46439
|
cli: {
|
|
46440
46440
|
"xcsh": {
|
|
46441
|
-
short: "
|
|
46442
|
-
medium: "Manage
|
|
46443
|
-
long: "
|
|
46441
|
+
short: "Configure multi-cloud application delivery services",
|
|
46442
|
+
medium: "Manage load balancers, security policies, DNS routing, and cloud site provisioning across hybrid environments.",
|
|
46443
|
+
long: "Deploy distributed application infrastructure spanning AWS, Azure, GCP, and edge locations. Create origin pools with health monitoring and traffic management. Apply WAF rules, bot mitigation, and DDoS protection. Set up DNS zones supporting geographic and weighted routing strategies. Establish network segmentation and service mesh configurations. Monitor performance through observability dashboards. Validate subscription quotas before resource creation. Generate JSON output for CI/CD pipeline integration."
|
|
46444
46444
|
}
|
|
46445
46445
|
},
|
|
46446
46446
|
domains: {
|
|
46447
46447
|
"login": {
|
|
46448
|
-
short: "Configure
|
|
46449
|
-
medium: "Set up authentication
|
|
46450
|
-
long: "
|
|
46448
|
+
short: "Configure credentials, profiles, and session context",
|
|
46449
|
+
medium: "Set up authentication credentials, organize named profiles for different environments, and control which connection applies to subsequent operations.",
|
|
46450
|
+
long: "Handle authentication and session configuration for CLI operations. Create named profiles to maintain separate credentials for development, staging, and production environments. View current authentication status with 'show', organize credentials using 'profile', switch active connections with 'context', and display session information via 'banner'. Profiles store tokens and target URLs, enabling quick environment switching without re-entering credentials.",
|
|
46451
46451
|
subcommands: {
|
|
46452
46452
|
"profile": {
|
|
46453
|
-
short: "Manage saved
|
|
46454
|
-
medium: "Store and
|
|
46455
|
-
long: "Organize tenant
|
|
46453
|
+
short: "Manage saved authentication credentials for tenants",
|
|
46454
|
+
medium: "Store named configurations with URLs and tokens for quick switching between staging, production, and development environments.",
|
|
46455
|
+
long: "Organize credentials and tenant configurations in named entries for streamlined environment management. Create entries to store connection URLs and tokens, list available configurations, switch between active contexts, and remove outdated items. Settings persist across sessions, eliminating repeated credential entry when working with multiple tenants. Use the active command to display the current selection, or switch contexts with the use command for immediate environment changes."
|
|
46456
46456
|
},
|
|
46457
46457
|
"context": {
|
|
46458
|
-
short: "Manage default namespace for
|
|
46459
|
-
medium: "Configure and
|
|
46460
|
-
long: "
|
|
46458
|
+
short: "Manage default namespace scope for CLI operations",
|
|
46459
|
+
medium: "Configure and switch between namespace settings that control the default boundary for all commands.",
|
|
46460
|
+
long: "Organize resources into logical groupings through namespace scope management. Setting a default namespace eliminates the need to pass --namespace on every command, streamlining workflows when operating within a single boundary for extended periods. Use 'show' to display current settings, 'set' to change the active namespace, and 'list' to view available options. These preferences persist across sessions until explicitly changed."
|
|
46461
46461
|
}
|
|
46462
46462
|
}
|
|
46463
46463
|
},
|
|
46464
46464
|
"cloudstatus": {
|
|
46465
|
-
short: "
|
|
46466
|
-
medium: "
|
|
46467
|
-
long: "
|
|
46465
|
+
short: "Track service health and operational incidents",
|
|
46466
|
+
medium: "Display real-time platform availability, active incident reports, scheduled maintenance windows, and component status across global regions.",
|
|
46467
|
+
long: "Query operational health for infrastructure components and services. Retrieve active incident details with severity levels and resolution timelines. List upcoming maintenance windows and generate status summaries. Filter results by component type, geographic region, or time range. Output formats support automation workflows and alerting integrations. Commands include status overview, component breakdown, incident history, and maintenance schedules."
|
|
46468
46468
|
},
|
|
46469
46469
|
"completion": {
|
|
46470
|
-
short: "Generate tab-
|
|
46471
|
-
medium: "Create
|
|
46472
|
-
long: "
|
|
46470
|
+
short: "Generate tab-completion scripts for popular shells",
|
|
46471
|
+
medium: "Create autocompletion support for bash, zsh, and fish terminals enabling tab-triggered command and flag discovery.",
|
|
46472
|
+
long: "Build shell integration scripts that activate tab-triggered suggestions in your terminal environment. Supports bash, zsh, and fish with automatic command discovery, flag hints, and argument recommendations. Install the generated output in your shell's configuration directory to enable this functionality. Each supported shell includes tailored setup instructions and behaviors matching its native conventions for seamless integration."
|
|
46473
46473
|
}
|
|
46474
46474
|
}
|
|
46475
46475
|
};
|
|
@@ -46620,8 +46620,8 @@ function getLogoModeFromEnv(envPrefix) {
|
|
|
46620
46620
|
var CLI_NAME = "xcsh";
|
|
46621
46621
|
var CLI_FULL_NAME = "F5 Distributed Cloud Shell";
|
|
46622
46622
|
function getVersion() {
|
|
46623
|
-
if ("v1.0.84-
|
|
46624
|
-
return "v1.0.84-
|
|
46623
|
+
if ("v1.0.84-2601020342") {
|
|
46624
|
+
return "v1.0.84-2601020342";
|
|
46625
46625
|
}
|
|
46626
46626
|
if (process.env.XCSH_VERSION) {
|
|
46627
46627
|
return process.env.XCSH_VERSION;
|