@robinmordasiewicz/f5xc-xcsh 1.0.85-2601020738 → 1.0.90-2601021717

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.
Files changed (2) hide show
  1. package/dist/index.js +24 -28
  2. package/package.json +1 -1
package/dist/index.js CHANGED
@@ -46447,43 +46447,39 @@ var HistoryManager = class _HistoryManager {
46447
46447
  };
46448
46448
 
46449
46449
  // src/domains/descriptions.generated.ts
46450
+ var CLI_TITLE_FROM_SPEC = "F5 Distributed Cloud API";
46451
+ var CLI_SUMMARY_FROM_SPEC = "Multi-cloud application services with load balancing, WAF, DNS, and edge infrastructure. Unified platform for security and connectivity.";
46452
+ var CLI_DESCRIPTION_FROM_SPEC = "Unified application services across multi-cloud, edge, and hybrid environments. Load balancers with origin pools and health checks for traffic distribution. Web application firewall and bot defense for application protection. DNS zones with geographic routing for name resolution. Cloud sites on AWS, Azure, and GCP for infrastructure deployment. Service policies, network security, and observability dashboards from a single control plane.";
46450
46453
  var generatedDescriptions = {
46451
46454
  version: "1.0.0",
46452
- generatedAt: "2026-01-02T03:29:16.852Z",
46453
- cli: {
46454
- "xcsh": {
46455
- short: "Configure multi-cloud application delivery services",
46456
- medium: "Manage load balancers, security policies, DNS routing, and cloud site provisioning across hybrid environments.",
46457
- 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."
46458
- }
46459
- },
46455
+ generatedAt: "2026-01-02T08:07:08.466Z",
46460
46456
  domains: {
46461
46457
  "login": {
46462
- short: "Configure credentials, profiles, and session context",
46463
- medium: "Set up authentication credentials, organize named profiles for different environments, and control which connection applies to subsequent operations.",
46464
- 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.",
46458
+ short: "Manage authentication and session profiles",
46459
+ medium: "Configure authentication credentials, manage named profiles for different environments, and control connection context for CLI sessions.",
46460
+ long: "Handle identity verification and persistent session state for CLI operations. Use 'show' to display current token status and credential validity. Create named profiles for distinct tenants or environments with the 'profile' command, enabling quick switching without re-entering passwords. Set active endpoint URLs and default namespaces using 'context'. View system announcements with 'banner'. Stored configurations persist securely across sessions.",
46465
46461
  subcommands: {
46466
46462
  "profile": {
46467
- short: "Manage saved authentication credentials for tenants",
46468
- medium: "Store named configurations with URLs and tokens for quick switching between staging, production, and development environments.",
46469
- 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."
46463
+ short: "Manage saved credential sets for tenant connections",
46464
+ medium: "Store named authentication configurations with URLs and tokens. Switch between environments without re-entering credentials each time.",
46465
+ long: "Configure named credential sets that persist tenant URLs and access tokens for quick environment switching. Create entries for development, staging, and production tenants, then activate them as needed. List all saved entries, view their configuration details, set one as active for subsequent commands, or remove entries no longer needed. Credentials are stored securely in your local configuration directory and persist across sessions."
46470
46466
  },
46471
46467
  "context": {
46472
- short: "Manage default namespace scope for CLI operations",
46473
- medium: "Configure and switch between namespace settings that control the default boundary for all commands.",
46474
- 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."
46468
+ short: "Manage default namespace for scoping operations",
46469
+ medium: "Configure, display, and switch between namespace settings that scope subsequent commands to organizational boundaries.",
46470
+ long: "Manage namespace settings that determine the default scope for resource operations. The active namespace applies when commands do not explicitly provide one, reducing repetitive flags across multiple operations. Use 'show' to display the current active namespace, 'set' to change the default for future commands, and 'list' to view all available namespaces. Settings persist across sessions until explicitly changed, streamlining workflows within a single boundary."
46475
46471
  }
46476
46472
  }
46477
46473
  },
46478
46474
  "cloudstatus": {
46479
- short: "Track service health and operational incidents",
46480
- medium: "Display real-time platform availability, active incident reports, scheduled maintenance windows, and component status across global regions.",
46481
- 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."
46475
+ short: "Check platform status and service incidents",
46476
+ medium: "View operational health, active incidents, component availability, and scheduled maintenance windows for infrastructure services.",
46477
+ long: "Monitor real-time service availability across infrastructure components. Query active incidents with severity classification and affected systems, inspect individual component states, and review upcoming maintenance schedules. Filter by component type, date range, or impact level. Generate human-readable summaries or structured JSON output for integration with alerting tools and automation pipelines. Designed for operations teams tracking system reliability and coordinating around planned outages."
46482
46478
  },
46483
46479
  "completion": {
46484
- short: "Generate tab-completion scripts for popular shells",
46485
- medium: "Create autocompletion support for bash, zsh, and fish terminals enabling tab-triggered command and flag discovery.",
46486
- 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."
46480
+ short: "Generate tab-completion scripts for supported shells",
46481
+ medium: "Create shell integration scripts for bash, zsh, and fish that provide intelligent tab-triggered suggestions for commands, flags, and arguments.",
46482
+ long: "Output scripts enabling your terminal to suggest valid options when pressing Tab. Supports bash, zsh, and fish with automatic command discovery, argument hints, and flag recommendations. Install the generated output in your shell's designated directory or source it directly in your configuration file (e.g., .bashrc, .zshrc). Once active, Tab displays available subcommands, recognized flags, and expected parameter values as you type, reducing errors and accelerating CLI usage through context-aware assistance."
46487
46483
  }
46488
46484
  }
46489
46485
  };
@@ -46634,8 +46630,8 @@ function getLogoModeFromEnv(envPrefix) {
46634
46630
  var CLI_NAME = "xcsh";
46635
46631
  var CLI_FULL_NAME = "F5 Distributed Cloud Shell";
46636
46632
  function getVersion() {
46637
- if ("v1.0.85-2601020738") {
46638
- return "v1.0.85-2601020738";
46633
+ if ("v1.0.90-2601021717") {
46634
+ return "v1.0.90-2601021717";
46639
46635
  }
46640
46636
  if (process.env.XCSH_VERSION) {
46641
46637
  return process.env.XCSH_VERSION;
@@ -46644,9 +46640,9 @@ function getVersion() {
46644
46640
  }
46645
46641
  var CLI_VERSION = getVersion();
46646
46642
  var cliDescs = getCliDescriptions();
46647
- var CLI_DESCRIPTION_SHORT = cliDescs?.short ?? "Navigate cloud services via interactive shell";
46648
- var CLI_DESCRIPTION_MEDIUM = cliDescs?.medium ?? CLI_DESCRIPTION_SHORT;
46649
- var CLI_DESCRIPTION_LONG = cliDescs?.long ?? CLI_DESCRIPTION_MEDIUM;
46643
+ var CLI_DESCRIPTION_SHORT = CLI_TITLE_FROM_SPEC ?? cliDescs?.short ?? "F5 Distributed Cloud Shell";
46644
+ var CLI_DESCRIPTION_MEDIUM = CLI_SUMMARY_FROM_SPEC ?? cliDescs?.medium ?? CLI_DESCRIPTION_SHORT;
46645
+ var CLI_DESCRIPTION_LONG = CLI_DESCRIPTION_FROM_SPEC ?? cliDescs?.long ?? CLI_DESCRIPTION_MEDIUM;
46650
46646
  var ENV_PREFIX = "F5XC";
46651
46647
  var F5_LOGO = ` ________
46652
46648
  (\u2592\u2592\u2592\u2592\u2593\u2593\u2593\u2593\u2593\u2593\u2593\u2593\u2592\u2592\u2592\u2592)
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@robinmordasiewicz/f5xc-xcsh",
3
- "version": "1.0.85-2601020738",
3
+ "version": "1.0.90-2601021717",
4
4
  "description": "F5 Distributed Cloud Shell - Interactive CLI for F5 XC",
5
5
  "type": "module",
6
6
  "bin": {