@robinmordasiewicz/f5xc-xcsh 2.0.18-2601071512 → 2.0.21-2601081540

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/README.md CHANGED
@@ -2,6 +2,12 @@
2
2
 
3
3
  F5 Distributed Cloud Shell - A command-line interface for managing F5 Distributed Cloud resources.
4
4
 
5
+ **API Version:** v2.0.21
6
+
7
+ Built with F5 Distributed Cloud API specifications.
8
+
9
+ Version v2.0.21 includes updated API specifications for enhanced functionality.
10
+
5
11
  ## Documentation
6
12
 
7
13
  Full documentation is available at **[robinmordasiewicz.github.io/f5xc-xcsh](https://robinmordasiewicz.github.io/f5xc-xcsh)**
@@ -35,15 +41,15 @@ xcsh <domain> <operation> <resource-type> [resource-name] [flags]
35
41
 
36
42
  Common domains include:
37
43
 
38
- | Domain | Purpose |
39
- |--------|---------|
40
- | `virtual` | HTTP, TCP, UDP load balancers and origin pools |
41
- | `cloud_infrastructure` | AWS, Azure, GCP cloud sites and credentials |
42
- | `waf` | Web application firewalls and security policies |
43
- | `dns` | DNS zones and load balancing |
44
- | `sites` | Site management and virtual sites |
45
- | `tenant_and_identity` | User profiles and sessions |
46
- | `ai_services` | AI assistant for natural language queries |
44
+ | Domain | Purpose |
45
+ | ---------------------- | ----------------------------------------------- |
46
+ | `virtual` | HTTP, TCP, UDP load balancers and origin pools |
47
+ | `cloud_infrastructure` | AWS, Azure, GCP cloud sites and credentials |
48
+ | `waf` | Web application firewalls and security policies |
49
+ | `dns` | DNS zones and load balancing |
50
+ | `sites` | Site management and virtual sites |
51
+ | `tenant_and_identity` | User profiles and sessions |
52
+ | `ai_services` | AI assistant for natural language queries |
47
53
 
48
54
  ### Examples
49
55
 
package/completions/_xcsh CHANGED
@@ -29,7 +29,7 @@ _xcsh() {
29
29
  'admin_console_and_ui:Static UI components and console assets.'
30
30
  'ai_services:AI assistant queries and feedback'
31
31
  'api:Interface definitions, schema validation, and grouping.'
32
- 'authentication:Authentication API'
32
+ 'authentication:Authentication management and configuration'
33
33
  'bigip:iRules, data groups, and APM integration.'
34
34
  'billing_and_usage:Subscription plans, payment methods, and quotas.'
35
35
  'blindfold:Secret encryption, key policies, and audit trails.'
@@ -42,7 +42,7 @@ _xcsh() {
42
42
  'completion:Shell completion script generation'
43
43
  'container_services:Containerized workloads and virtual Kubernetes clusters.'
44
44
  'data_and_privacy_security:PII detection, data types, and regional compliance.'
45
- 'data_intelligence:Data Intelligence API'
45
+ 'data_intelligence:Data Intelligence management and configuration'
46
46
  'ddos:Volumetric attack mitigation and traffic scrubbing.'
47
47
  'dns:Authoritative zones and record management.'
48
48
  'login:Authentication and session management'
@@ -61,12 +61,12 @@ _xcsh() {
61
61
  'statistics:Alerts, logs, flow analytics, and reporting.'
62
62
  'subscription:Subscription and billing management'
63
63
  'support:Tickets, escalations, and network diagnostics.'
64
- 'telemetry_and_insights:Telemetry And Insights API'
64
+ 'telemetry_and_insights:Telemetry And Insights management and configuration'
65
65
  'tenant_and_identity:User profiles, sessions, and OTP settings.'
66
- 'threat_campaign:Threat Campaign API'
66
+ 'threat_campaign:Threat Campaign management and configuration'
67
67
  'users:Account tokens, labels, and cloud-init config.'
68
68
  'virtual:HTTP, TCP, UDP load balancing with origin pools.'
69
- 'vpm_and_node_management:Vpm And Node Management API'
69
+ 'vpm_and_node_management:Vpm And Node Management management and configuration'
70
70
  'waf:Request inspection, attack signatures, and bot mitigation.'
71
71
 
72
72
  )
@@ -26,7 +26,7 @@ complete -c xcsh -n "__fish_use_subcommand" -a "ctx" -d 'Show current navigation
26
26
  complete -c xcsh -n "__fish_use_subcommand" -a "admin_console_and_ui" -d 'Static UI components and console assets.'
27
27
  complete -c xcsh -n "__fish_use_subcommand" -a "ai_services" -d 'AI assistant queries and feedback'
28
28
  complete -c xcsh -n "__fish_use_subcommand" -a "api" -d 'Interface definitions, schema validation, and grouping.'
29
- complete -c xcsh -n "__fish_use_subcommand" -a "authentication" -d 'Authentication API'
29
+ complete -c xcsh -n "__fish_use_subcommand" -a "authentication" -d 'Authentication management and configuration'
30
30
  complete -c xcsh -n "__fish_use_subcommand" -a "bigip" -d 'iRules, data groups, and APM integration.'
31
31
  complete -c xcsh -n "__fish_use_subcommand" -a "billing_and_usage" -d 'Subscription plans, payment methods, and quotas.'
32
32
  complete -c xcsh -n "__fish_use_subcommand" -a "blindfold" -d 'Secret encryption, key policies, and audit trails.'
@@ -39,7 +39,7 @@ complete -c xcsh -n "__fish_use_subcommand" -a "cloudstatus" -d 'F5 XC service s
39
39
  complete -c xcsh -n "__fish_use_subcommand" -a "completion" -d 'Shell completion script generation'
40
40
  complete -c xcsh -n "__fish_use_subcommand" -a "container_services" -d 'Containerized workloads and virtual Kubernetes clusters.'
41
41
  complete -c xcsh -n "__fish_use_subcommand" -a "data_and_privacy_security" -d 'PII detection, data types, and regional compliance.'
42
- complete -c xcsh -n "__fish_use_subcommand" -a "data_intelligence" -d 'Data Intelligence API'
42
+ complete -c xcsh -n "__fish_use_subcommand" -a "data_intelligence" -d 'Data Intelligence management and configuration'
43
43
  complete -c xcsh -n "__fish_use_subcommand" -a "ddos" -d 'Volumetric attack mitigation and traffic scrubbing.'
44
44
  complete -c xcsh -n "__fish_use_subcommand" -a "dns" -d 'Authoritative zones and record management.'
45
45
  complete -c xcsh -n "__fish_use_subcommand" -a "login" -d 'Authentication and session management'
@@ -58,12 +58,12 @@ complete -c xcsh -n "__fish_use_subcommand" -a "sites" -d 'Cloud and edge node d
58
58
  complete -c xcsh -n "__fish_use_subcommand" -a "statistics" -d 'Alerts, logs, flow analytics, and reporting.'
59
59
  complete -c xcsh -n "__fish_use_subcommand" -a "subscription" -d 'Subscription and billing management'
60
60
  complete -c xcsh -n "__fish_use_subcommand" -a "support" -d 'Tickets, escalations, and network diagnostics.'
61
- complete -c xcsh -n "__fish_use_subcommand" -a "telemetry_and_insights" -d 'Telemetry And Insights API'
61
+ complete -c xcsh -n "__fish_use_subcommand" -a "telemetry_and_insights" -d 'Telemetry And Insights management and configuration'
62
62
  complete -c xcsh -n "__fish_use_subcommand" -a "tenant_and_identity" -d 'User profiles, sessions, and OTP settings.'
63
- complete -c xcsh -n "__fish_use_subcommand" -a "threat_campaign" -d 'Threat Campaign API'
63
+ complete -c xcsh -n "__fish_use_subcommand" -a "threat_campaign" -d 'Threat Campaign management and configuration'
64
64
  complete -c xcsh -n "__fish_use_subcommand" -a "users" -d 'Account tokens, labels, and cloud-init config.'
65
65
  complete -c xcsh -n "__fish_use_subcommand" -a "virtual" -d 'HTTP, TCP, UDP load balancing with origin pools.'
66
- complete -c xcsh -n "__fish_use_subcommand" -a "vpm_and_node_management" -d 'Vpm And Node Management API'
66
+ complete -c xcsh -n "__fish_use_subcommand" -a "vpm_and_node_management" -d 'Vpm And Node Management management and configuration'
67
67
  complete -c xcsh -n "__fish_use_subcommand" -a "waf" -d 'Request inspection, attack signatures, and bot mitigation.'
68
68
 
69
69
  # Alias completions
package/dist/index.js CHANGED
@@ -44320,9 +44320,9 @@ var generatedDomains = /* @__PURE__ */ new Map([
44320
44320
  {
44321
44321
  name: "authentication",
44322
44322
  displayName: "Authentication",
44323
- description: "F5 Distributed Cloud Authentication API specifications",
44324
- descriptionShort: "Authentication API",
44325
- descriptionMedium: "F5 Distributed Cloud Authentication API specifications",
44323
+ description: "Authentication management for F5 Distributed Cloud. Provides APIs for configuring authentication, managing associated resources, and integrating with other platform services. Supports lifecycle operations, policy enforcement, and observability.",
44324
+ descriptionShort: "Authentication management and configuration",
44325
+ descriptionMedium: "Configure and manage authentication settings, policies, and resources across your F5 Distributed Cloud deployment.",
44326
44326
  aliases: [],
44327
44327
  complexity: "simple",
44328
44328
  isPreview: false,
@@ -44930,9 +44930,9 @@ var generatedDomains = /* @__PURE__ */ new Map([
44930
44930
  {
44931
44931
  name: "data_intelligence",
44932
44932
  displayName: "Data Intelligence",
44933
- description: "F5 Distributed Cloud Data Intelligence API specifications",
44934
- descriptionShort: "Data Intelligence API",
44935
- descriptionMedium: "F5 Distributed Cloud Data Intelligence API specifications",
44933
+ description: "Data Intelligence management for F5 Distributed Cloud. Provides APIs for configuring data intelligence, managing associated resources, and integrating with other platform services. Supports lifecycle operations, policy enforcement, and observability.",
44934
+ descriptionShort: "Data Intelligence management and configuration",
44935
+ descriptionMedium: "Configure and manage data intelligence settings, policies, and resources across your F5 Distributed Cloud deployment.",
44936
44936
  aliases: [],
44937
44937
  complexity: "moderate",
44938
44938
  isPreview: false,
@@ -45968,9 +45968,9 @@ var generatedDomains = /* @__PURE__ */ new Map([
45968
45968
  {
45969
45969
  name: "telemetry_and_insights",
45970
45970
  displayName: "Telemetry And Insights",
45971
- description: "F5 Distributed Cloud Telemetry And Insights API specifications",
45972
- descriptionShort: "Telemetry And Insights API",
45973
- descriptionMedium: "F5 Distributed Cloud Telemetry And Insights API specifications",
45971
+ description: "Telemetry And Insights management for F5 Distributed Cloud. Provides APIs for configuring telemetry and insights, managing associated resources, and integrating with other platform services. Supports lifecycle operations, policy enforcement, and observability.",
45972
+ descriptionShort: "Telemetry And Insights management and configuration",
45973
+ descriptionMedium: "Configure and manage telemetry and insights settings, policies, and resources across your F5 Distributed Cloud deployment.",
45974
45974
  aliases: [],
45975
45975
  complexity: "moderate",
45976
45976
  isPreview: false,
@@ -46069,9 +46069,9 @@ var generatedDomains = /* @__PURE__ */ new Map([
46069
46069
  {
46070
46070
  name: "threat_campaign",
46071
46071
  displayName: "Threat Campaign",
46072
- description: "F5 Distributed Cloud Threat Campaign API specifications",
46073
- descriptionShort: "Threat Campaign API",
46074
- descriptionMedium: "F5 Distributed Cloud Threat Campaign API specifications",
46072
+ description: "Threat Campaign management for F5 Distributed Cloud. Provides APIs for configuring threat campaign, managing associated resources, and integrating with other platform services. Supports lifecycle operations, policy enforcement, and observability.",
46073
+ descriptionShort: "Threat Campaign management and configuration",
46074
+ descriptionMedium: "Configure and manage threat campaign settings, policies, and resources across your F5 Distributed Cloud deployment.",
46075
46075
  aliases: [],
46076
46076
  complexity: "moderate",
46077
46077
  isPreview: false,
@@ -46316,9 +46316,9 @@ var generatedDomains = /* @__PURE__ */ new Map([
46316
46316
  {
46317
46317
  name: "vpm_and_node_management",
46318
46318
  displayName: "Vpm And Node Management",
46319
- description: "F5 Distributed Cloud Vpm And Node Management API specifications",
46320
- descriptionShort: "Vpm And Node Management API",
46321
- descriptionMedium: "F5 Distributed Cloud Vpm And Node Management API specifications",
46319
+ description: "Vpm And Node Management management for F5 Distributed Cloud. Provides APIs for configuring vpm and node management, managing associated resources, and integrating with other platform services. Supports lifecycle operations, policy enforcement, and observability.",
46320
+ descriptionShort: "Vpm And Node Management management and configuration",
46321
+ descriptionMedium: "Configure and manage vpm and node management settings, policies, and resources across your F5 Distributed Cloud deployment.",
46322
46322
  aliases: [],
46323
46323
  complexity: "simple",
46324
46324
  isPreview: false,
@@ -46994,8 +46994,8 @@ function getLogoModeFromEnv(envPrefix) {
46994
46994
  var CLI_NAME = "xcsh";
46995
46995
  var CLI_FULL_NAME = "F5 Distributed Cloud Shell";
46996
46996
  function getVersion() {
46997
- if ("v2.0.18-2601071512") {
46998
- return "v2.0.18-2601071512";
46997
+ if ("v2.0.21-2601081540") {
46998
+ return "v2.0.21-2601081540";
46999
46999
  }
47000
47000
  if (process.env.XCSH_VERSION) {
47001
47001
  return process.env.XCSH_VERSION;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@robinmordasiewicz/f5xc-xcsh",
3
- "version": "2.0.18-2601071512",
3
+ "version": "2.0.21-2601081540",
4
4
  "description": "F5 Distributed Cloud Shell - Interactive CLI for F5 XC",
5
5
  "type": "module",
6
6
  "bin": {
@@ -43,8 +43,8 @@
43
43
  "generate:description-loader": "tsx scripts/generate-description-loader.ts",
44
44
  "generate:docs": "tsx scripts/generate-docs.ts",
45
45
  "generate": "npm run generate:domains && npm run generate:completions && npm run generate:logo && npm run generate:description-loader",
46
- "reconcile:specs": "./scripts/download-specs.sh",
47
- "prebuild": "node -e \"const fs=require('fs');if(!fs.existsSync('.specs/index.json')){console.log('Specs missing, run: npm run reconcile:specs');process.exit(1)}\" && npm run generate"
46
+ "reconcile:specs": "bash ./scripts/download-specs.sh",
47
+ "prebuild": "npm run reconcile:specs && npm run generate"
48
48
  },
49
49
  "keywords": [
50
50
  "f5",