@robinmordasiewicz/f5xc-xcsh 2.0.18-2601071446 → 2.0.21-2601080650
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 +15 -9
- package/completions/_xcsh +5 -5
- package/completions/xcsh.fish +5 -5
- package/dist/index.js +17 -17
- package/package.json +3 -3
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
|
|
39
|
-
|
|
40
|
-
| `virtual`
|
|
41
|
-
| `cloud_infrastructure` | AWS, Azure, GCP cloud sites and credentials
|
|
42
|
-
| `waf`
|
|
43
|
-
| `dns`
|
|
44
|
-
| `sites`
|
|
45
|
-
| `tenant_and_identity`
|
|
46
|
-
| `ai_services`
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
)
|
package/completions/xcsh.fish
CHANGED
|
@@ -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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
44324
|
-
descriptionShort: "Authentication
|
|
44325
|
-
descriptionMedium: "F5 Distributed Cloud
|
|
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
|
|
44934
|
-
descriptionShort: "Data Intelligence
|
|
44935
|
-
descriptionMedium: "F5 Distributed Cloud
|
|
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
|
|
45972
|
-
descriptionShort: "Telemetry And Insights
|
|
45973
|
-
descriptionMedium: "
|
|
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
|
|
46073
|
-
descriptionShort: "Threat Campaign
|
|
46074
|
-
descriptionMedium: "F5 Distributed Cloud
|
|
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
|
|
46320
|
-
descriptionShort: "Vpm And Node Management
|
|
46321
|
-
descriptionMedium: "
|
|
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.
|
|
46998
|
-
return "v2.0.
|
|
46997
|
+
if ("v2.0.21-2601080650") {
|
|
46998
|
+
return "v2.0.21-2601080650";
|
|
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.
|
|
3
|
+
"version": "2.0.21-2601080650",
|
|
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": "
|
|
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",
|