@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.
Files changed (2) hide show
  1. package/dist/index.js +21 -21
  2. 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: "2025-12-30T03:58:36.781Z",
46438
+ generatedAt: "2026-01-02T03:29:16.852Z",
46439
46439
  cli: {
46440
46440
  "xcsh": {
46441
- short: "Navigate cloud services via interactive shell",
46442
- medium: "Manage multi-tenant connections, execute domain operations across 100+ services, and output results in JSON, YAML, or table format.",
46443
- long: "Interact with cloud services through an intelligent shell environment. Navigate over 100 domain operations using tab completion for commands, flags, and values. Organize multiple tenant connections with named profiles and switch contexts without re-authenticating. Execute commands directly from scripts or explore interactively with history and suggestions. Configure output format as JSON, YAML, or formatted tables. Set behavior through environment variables or persistent profile settings. Generate shell completions for bash, zsh, and fish terminals."
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 session credentials and environment profiles",
46449
- medium: "Set up authentication tokens, organize named profiles for multiple tenants, and switch between target environments for CLI operations.",
46450
- long: "Control authentication and session state across multiple environments. Run 'show' to display current connection details and token status. Organize credentials with 'profile' to maintain separate configurations for development, staging, and production tenants. Switch active targets via 'context' without re-authenticating. Run 'banner' for visual confirmation of the active environment. Profiles persist locally with token-based and certificate authentication support.",
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 connection configurations for authentication",
46454
- medium: "Store and switch between multiple tenant connection settings. Create, list, and activate named configurations to avoid repeated credential entry.",
46455
- long: "Organize tenant connections as reusable named entries for rapid environment switching. Each entry persists URLs and authentication tokens, removing manual reconfiguration overhead. Available operations: 'list' enumerates saved entries, 'show' reveals configuration details, 'create' registers new connections, 'delete' purges obsolete ones, 'active' identifies the current selection, and 'use' changes context. Ideal for workflows spanning development, staging, and production tiers."
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 scoping operations",
46459
- medium: "Configure and display the active namespace used to scope commands. Set, view, or list available namespaces for your session.",
46460
- long: "Control which namespace subsequent operations target by default. Namespaces partition resources and configurations, ensuring commands affect only the intended area. Use 'show' to display the current selection, 'set' to switch contexts, and 'list' to enumerate accessible options. Once configured, the choice persists across commands until explicitly changed, eliminating repeated namespace flag usage."
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: "Check infrastructure health and active incidents",
46466
- medium: "Query service availability, component health, ongoing incidents, and scheduled maintenance windows across infrastructure regions.",
46467
- long: "Display real-time operational state for infrastructure components and services. Track ongoing incidents with severity levels and resolution timelines. View upcoming maintenance windows affecting particular regions or deployments. Filter results by component type, severity, time range, or operational condition. Retrieve incident history and outage notifications. Commands support monitoring degraded performance indicators and uptime metrics useful for operations teams."
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-assist scripts for supported shells",
46471
- medium: "Create shell scripts enabling tab-triggered suggestions for commands, subcommands, flags, and option values in bash, zsh, and fish.",
46472
- long: "Output autocomplete functionality for your terminal environment. Bash, zsh, and fish are fully supported with context-aware prompts covering command names, nested subcommands, available flags, and valid argument values. Installation requires sourcing the generated content in your shell's configuration file (.bashrc, .zshrc, or config.fish). Execute the appropriate subcommand to produce the script, then follow shell-specific setup instructions to activate intelligent tab behavior."
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-2601020301") {
46624
- return "v1.0.84-2601020301";
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;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@robinmordasiewicz/f5xc-xcsh",
3
- "version": "1.0.84-2601020301",
3
+ "version": "1.0.84-2601020342",
4
4
  "description": "F5 Distributed Cloud Shell - Interactive CLI for F5 XC",
5
5
  "type": "module",
6
6
  "bin": {