@robinmordasiewicz/f5xc-xcsh 2.0.21-2601150211 → 2.0.27-2601160811
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/completions/_xcsh +5 -5
- package/completions/xcsh.fish +5 -5
- package/dist/index.js +1531 -1521
- package/package.json +1 -1
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:
|
|
32
|
+
'authentication:Identity provider and access policy 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:
|
|
45
|
+
'data_intelligence:Classification, insights, and policy management.'
|
|
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:
|
|
64
|
+
'telemetry_and_insights:Metrics collection, analysis, and visualization.'
|
|
65
65
|
'tenant_and_identity:User profiles, sessions, and OTP settings.'
|
|
66
|
-
'threat_campaign:
|
|
66
|
+
'threat_campaign:Attack detection, tracking, and mitigation rules.'
|
|
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:
|
|
69
|
+
'vpm_and_node_management:Node lifecycle, fleet grouping, and orchestration.'
|
|
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 '
|
|
29
|
+
complete -c xcsh -n "__fish_use_subcommand" -a "authentication" -d 'Identity provider and access policy 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 '
|
|
42
|
+
complete -c xcsh -n "__fish_use_subcommand" -a "data_intelligence" -d 'Classification, insights, and policy management.'
|
|
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 '
|
|
61
|
+
complete -c xcsh -n "__fish_use_subcommand" -a "telemetry_and_insights" -d 'Metrics collection, analysis, and visualization.'
|
|
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 '
|
|
63
|
+
complete -c xcsh -n "__fish_use_subcommand" -a "threat_campaign" -d 'Attack detection, tracking, and mitigation rules.'
|
|
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 '
|
|
66
|
+
complete -c xcsh -n "__fish_use_subcommand" -a "vpm_and_node_management" -d 'Node lifecycle, fleet grouping, and orchestration.'
|
|
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
|