@f5-sales-demo/xcsh 19.102.6 → 19.102.7
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/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"type": "module",
|
|
3
3
|
"name": "@f5-sales-demo/xcsh",
|
|
4
|
-
"version": "19.102.
|
|
4
|
+
"version": "19.102.7",
|
|
5
5
|
"description": "Coding agent CLI with read, bash, edit, write tools and session management",
|
|
6
6
|
"homepage": "https://github.com/f5-sales-demo/xcsh",
|
|
7
7
|
"author": "Can Boluk",
|
|
@@ -57,13 +57,13 @@
|
|
|
57
57
|
"dependencies": {
|
|
58
58
|
"@agentclientprotocol/sdk": "1.3.0",
|
|
59
59
|
"@mozilla/readability": "^0.6",
|
|
60
|
-
"@f5-sales-demo/xcsh-stats": "19.102.
|
|
61
|
-
"@f5-sales-demo/pi-agent-core": "19.102.
|
|
62
|
-
"@f5-sales-demo/pi-ai": "19.102.
|
|
63
|
-
"@f5-sales-demo/pi-natives": "19.102.
|
|
64
|
-
"@f5-sales-demo/pi-resource-management": "19.102.
|
|
65
|
-
"@f5-sales-demo/pi-tui": "19.102.
|
|
66
|
-
"@f5-sales-demo/pi-utils": "19.102.
|
|
60
|
+
"@f5-sales-demo/xcsh-stats": "19.102.7",
|
|
61
|
+
"@f5-sales-demo/pi-agent-core": "19.102.7",
|
|
62
|
+
"@f5-sales-demo/pi-ai": "19.102.7",
|
|
63
|
+
"@f5-sales-demo/pi-natives": "19.102.7",
|
|
64
|
+
"@f5-sales-demo/pi-resource-management": "19.102.7",
|
|
65
|
+
"@f5-sales-demo/pi-tui": "19.102.7",
|
|
66
|
+
"@f5-sales-demo/pi-utils": "19.102.7",
|
|
67
67
|
"@sinclair/typebox": "^0.34",
|
|
68
68
|
"@xterm/headless": "^6.0",
|
|
69
69
|
"ajv": "^8.20",
|
|
@@ -17,17 +17,17 @@ export interface BuildInfo {
|
|
|
17
17
|
}
|
|
18
18
|
|
|
19
19
|
export const BUILD_INFO: BuildInfo = {
|
|
20
|
-
"version": "19.102.
|
|
21
|
-
"commit": "
|
|
22
|
-
"shortCommit": "
|
|
20
|
+
"version": "19.102.7",
|
|
21
|
+
"commit": "a955a498f6c995dae2640639ce70c4c5ec1e62b1",
|
|
22
|
+
"shortCommit": "a955a49",
|
|
23
23
|
"branch": "main",
|
|
24
|
-
"tag": "v19.102.
|
|
25
|
-
"commitDate": "2026-07-
|
|
26
|
-
"buildDate": "2026-07-31T02:
|
|
24
|
+
"tag": "v19.102.7",
|
|
25
|
+
"commitDate": "2026-07-31T02:16:15Z",
|
|
26
|
+
"buildDate": "2026-07-31T02:41:44.450Z",
|
|
27
27
|
"dirty": true,
|
|
28
28
|
"prNumber": "",
|
|
29
29
|
"repoUrl": "https://github.com/f5-sales-demo/xcsh",
|
|
30
30
|
"repoSlug": "f5-sales-demo/xcsh",
|
|
31
|
-
"commitUrl": "https://github.com/f5-sales-demo/xcsh/commit/
|
|
32
|
-
"releaseUrl": "https://github.com/f5-sales-demo/xcsh/releases/tag/v19.102.
|
|
31
|
+
"commitUrl": "https://github.com/f5-sales-demo/xcsh/commit/a955a498f6c995dae2640639ce70c4c5ec1e62b1",
|
|
32
|
+
"releaseUrl": "https://github.com/f5-sales-demo/xcsh/releases/tag/v19.102.7"
|
|
33
33
|
};
|
|
@@ -358,6 +358,13 @@ export const TERRAFORM_INDEX: TerraformIndex = {
|
|
|
358
358
|
category: "api-security",
|
|
359
359
|
description: "API Definition",
|
|
360
360
|
required: ["name", "namespace"],
|
|
361
|
+
server_defaults: [
|
|
362
|
+
"api_inventory_exclusion_list",
|
|
363
|
+
"api_inventory_inclusion_list",
|
|
364
|
+
"non_api_endpoints",
|
|
365
|
+
"strict_schema_origin",
|
|
366
|
+
"swagger_specs",
|
|
367
|
+
],
|
|
361
368
|
minimal_config:
|
|
362
369
|
'resource "xcsh_api_definition" "example" {\n name = "example-api-definition"\n namespace = "staging"\n}',
|
|
363
370
|
dependencies: {
|
|
@@ -369,6 +376,11 @@ export const TERRAFORM_INDEX: TerraformIndex = {
|
|
|
369
376
|
category: "api-security",
|
|
370
377
|
description: "API discovery creates a new object in the storage backend for metadata.namespace",
|
|
371
378
|
required: ["name", "namespace", "user_defined_api_discovery_policy"],
|
|
379
|
+
server_defaults: [
|
|
380
|
+
"custom_auth_types",
|
|
381
|
+
"user_defined_api_discovery_policy.discovery_rules",
|
|
382
|
+
"user_defined_api_discovery_policy.inclusive",
|
|
383
|
+
],
|
|
372
384
|
minimal_config:
|
|
373
385
|
'resource "xcsh_api_discovery" "example" {\n name = "example-api-discovery"\n namespace = "staging"\n}',
|
|
374
386
|
dependencies: {
|
|
@@ -402,6 +414,15 @@ export const TERRAFORM_INDEX: TerraformIndex = {
|
|
|
402
414
|
category: "security",
|
|
403
415
|
description: "Application Firewall",
|
|
404
416
|
required: ["name", "namespace"],
|
|
417
|
+
server_defaults: [
|
|
418
|
+
"allow_all_response_codes",
|
|
419
|
+
"default_anonymization",
|
|
420
|
+
"default_bot_setting",
|
|
421
|
+
"default_detection_settings",
|
|
422
|
+
"disable_ai_enhancements",
|
|
423
|
+
"monitoring",
|
|
424
|
+
"use_default_blocking_page",
|
|
425
|
+
],
|
|
405
426
|
minimal_config:
|
|
406
427
|
'resource "xcsh_app_firewall" "example" {\n name = "example-app-firewall"\n namespace = "staging"\n}',
|
|
407
428
|
dependencies: {
|
|
@@ -490,6 +511,16 @@ export const TERRAFORM_INDEX: TerraformIndex = {
|
|
|
490
511
|
category: "sites",
|
|
491
512
|
description: "Deploying F5 sites within Azure Virtual Network environments",
|
|
492
513
|
required: ["name", "namespace", "machine_type", "resource_group", "ssh_key"],
|
|
514
|
+
server_defaults: [
|
|
515
|
+
"block_all_services",
|
|
516
|
+
"disk_size",
|
|
517
|
+
"ingress_gw.accelerated_networking",
|
|
518
|
+
"ingress_gw.performance_enhancement_mode",
|
|
519
|
+
"logs_streaming_disabled",
|
|
520
|
+
"machine_type",
|
|
521
|
+
"no_worker_nodes",
|
|
522
|
+
"tags",
|
|
523
|
+
],
|
|
493
524
|
minimal_config:
|
|
494
525
|
'resource "xcsh_azure_vnet_site" "example" {\n name = "example-Azure-vnet-site"\n namespace = "staging"\n\n machine_type = "example-value"\n resource_group = "example-value"\n ssh_key = "example-value"\n}',
|
|
495
526
|
dependencies: {
|
|
@@ -874,6 +905,7 @@ export const TERRAFORM_INDEX: TerraformIndex = {
|
|
|
874
905
|
category: "security",
|
|
875
906
|
description: "Enhanced firewall policy specification. configuration",
|
|
876
907
|
required: ["name", "namespace"],
|
|
908
|
+
server_defaults: ["allow_all"],
|
|
877
909
|
minimal_config:
|
|
878
910
|
'resource "xcsh_enhanced_firewall_policy" "example" {\n name = "example-enhanced-firewall-policy"\n namespace = "staging"\n}',
|
|
879
911
|
dependencies: {
|
|
@@ -992,6 +1024,7 @@ export const TERRAFORM_INDEX: TerraformIndex = {
|
|
|
992
1024
|
category: "monitoring",
|
|
993
1025
|
description: "New Global Log Receiver object",
|
|
994
1026
|
required: ["name", "namespace", "log_type", "receiver_choice"],
|
|
1027
|
+
server_defaults: ["ns_current", "request_logs.sampled"],
|
|
995
1028
|
minimal_config:
|
|
996
1029
|
'resource "xcsh_global_log_receiver" "example" {\n name = "example-global-log-receiver"\n namespace = "staging"\n}',
|
|
997
1030
|
dependencies: {
|
|
@@ -1004,7 +1037,15 @@ export const TERRAFORM_INDEX: TerraformIndex = {
|
|
|
1004
1037
|
description:
|
|
1005
1038
|
"Healthcheck object defines method to determine if the given endpoint is healthy. single healthcheck object can be referred to by one or many cluster objects. configuration",
|
|
1006
1039
|
required: ["name", "namespace", "interval", "timeout", "healthy_threshold", "unhealthy_threshold"],
|
|
1007
|
-
server_defaults: [
|
|
1040
|
+
server_defaults: [
|
|
1041
|
+
"http_health_check.expected_response",
|
|
1042
|
+
"http_health_check.expected_status_codes",
|
|
1043
|
+
"http_health_check.headers",
|
|
1044
|
+
"http_health_check.request_headers_to_remove",
|
|
1045
|
+
"http_health_check.use_http2",
|
|
1046
|
+
"http_health_check.use_origin_server_name",
|
|
1047
|
+
"jitter_percent",
|
|
1048
|
+
],
|
|
1008
1049
|
minimal_config:
|
|
1009
1050
|
'resource "xcsh_healthcheck" "example" {\n name = "example-healthcheck"\n namespace = "staging"\n\n healthy_threshold = 1\n interval = 1\n timeout = 1\n unhealthy_threshold = 1\n}',
|
|
1010
1051
|
dependencies: {
|
|
@@ -1017,7 +1058,51 @@ export const TERRAFORM_INDEX: TerraformIndex = {
|
|
|
1017
1058
|
category: "load-balancing",
|
|
1018
1059
|
description: "Load balancing HTTP/HTTPS traffic with advanced routing and security",
|
|
1019
1060
|
required: ["name", "namespace", "domains"],
|
|
1020
|
-
server_defaults: [
|
|
1061
|
+
server_defaults: [
|
|
1062
|
+
"add_location",
|
|
1063
|
+
"default_pool.advanced_options.auto_http_config",
|
|
1064
|
+
"default_pool.advanced_options.connection_timeout",
|
|
1065
|
+
"default_pool.advanced_options.default_circuit_breaker",
|
|
1066
|
+
"default_pool.advanced_options.disable_outlier_detection",
|
|
1067
|
+
"default_pool.advanced_options.disable_subsets",
|
|
1068
|
+
"default_pool.advanced_options.http_idle_timeout",
|
|
1069
|
+
"default_pool.advanced_options.no_panic_threshold",
|
|
1070
|
+
"default_pool.advanced_options.no_request_limit_per_connection",
|
|
1071
|
+
"default_pool.endpoint_selection",
|
|
1072
|
+
"default_pool.healthcheck",
|
|
1073
|
+
"default_pool.loadbalancer_algorithm",
|
|
1074
|
+
"default_pool.no_tls",
|
|
1075
|
+
"default_pool.same_as_endpoint_port",
|
|
1076
|
+
"default_pool.use_tls.default_session_key_caching",
|
|
1077
|
+
"default_pool.use_tls.no_mtls",
|
|
1078
|
+
"default_pool.use_tls.use_host_header_as_sni",
|
|
1079
|
+
"default_pool.use_tls.volterra_trusted_ca",
|
|
1080
|
+
"default_sensitive_data_policy",
|
|
1081
|
+
"disable_api_definition",
|
|
1082
|
+
"disable_api_discovery",
|
|
1083
|
+
"disable_api_testing",
|
|
1084
|
+
"disable_bot_defense",
|
|
1085
|
+
"disable_ip_reputation",
|
|
1086
|
+
"disable_malicious_user_detection",
|
|
1087
|
+
"disable_malware_protection",
|
|
1088
|
+
"disable_rate_limit",
|
|
1089
|
+
"disable_threat_mesh",
|
|
1090
|
+
"disable_trust_client_ip_headers",
|
|
1091
|
+
"disable_waf",
|
|
1092
|
+
"https_auto_cert.add_hsts",
|
|
1093
|
+
"https_auto_cert.connection_idle_timeout",
|
|
1094
|
+
"https_auto_cert.enable_path_normalize",
|
|
1095
|
+
"https_auto_cert.http_redirect",
|
|
1096
|
+
"https_auto_cert.no_mtls",
|
|
1097
|
+
"l7_ddos_protection",
|
|
1098
|
+
"no_challenge",
|
|
1099
|
+
"rate_limit.no_ip_allowed_list",
|
|
1100
|
+
"rate_limit.no_policies",
|
|
1101
|
+
"rate_limit.rate_limiter.period_multiplier",
|
|
1102
|
+
"round_robin",
|
|
1103
|
+
"service_policies_from_namespace",
|
|
1104
|
+
"user_id_client_ip",
|
|
1105
|
+
],
|
|
1021
1106
|
minimal_config:
|
|
1022
1107
|
'resource "xcsh_http_loadbalancer" "example" {\n name = "example-http-loadbalancer"\n namespace = "staging"\n\n domains = ["example-value"]\n}',
|
|
1023
1108
|
dependencies: {
|
|
@@ -1094,6 +1179,17 @@ export const TERRAFORM_INDEX: TerraformIndex = {
|
|
|
1094
1179
|
category: "kubernetes",
|
|
1095
1180
|
description: "K8s_cluster will create the object in the storage backend for namespace metadata.namespace",
|
|
1096
1181
|
required: ["name", "namespace"],
|
|
1182
|
+
server_defaults: [
|
|
1183
|
+
"cluster_scoped_access_deny",
|
|
1184
|
+
"no_cluster_wide_apps",
|
|
1185
|
+
"no_global_access",
|
|
1186
|
+
"no_insecure_registries",
|
|
1187
|
+
"no_local_access",
|
|
1188
|
+
"use_default_cluster_role_bindings",
|
|
1189
|
+
"use_default_cluster_roles",
|
|
1190
|
+
"use_default_psp",
|
|
1191
|
+
"vk8s_namespace_access_deny",
|
|
1192
|
+
],
|
|
1097
1193
|
minimal_config:
|
|
1098
1194
|
'resource "xcsh_k8s_cluster" "example" {\n name = "example-k8s-cluster"\n namespace = "system"\n}',
|
|
1099
1195
|
dependencies: {
|
|
@@ -1162,6 +1258,7 @@ export const TERRAFORM_INDEX: TerraformIndex = {
|
|
|
1162
1258
|
category: "security",
|
|
1163
1259
|
description: "Malicious_user_mitigation creates a new object in the storage backend for metadata.namespace",
|
|
1164
1260
|
required: ["name", "namespace"],
|
|
1261
|
+
server_defaults: ["mitigation_type"],
|
|
1165
1262
|
minimal_config:
|
|
1166
1263
|
'resource "xcsh_malicious_user_mitigation" "example" {\n name = "example-malicious-user-mitigation"\n namespace = "staging"\n}',
|
|
1167
1264
|
dependencies: {
|
|
@@ -1230,6 +1327,7 @@ export const TERRAFORM_INDEX: TerraformIndex = {
|
|
|
1230
1327
|
category: "security",
|
|
1231
1328
|
description: "Network firewall is created by users in system namespace. configuration",
|
|
1232
1329
|
required: ["name", "namespace"],
|
|
1330
|
+
server_defaults: ["disable_fast_acl", "disable_forward_proxy_policy", "disable_network_policy"],
|
|
1233
1331
|
minimal_config:
|
|
1234
1332
|
'resource "xcsh_network_firewall" "example" {\n name = "example-network-firewall"\n namespace = "system"\n}',
|
|
1235
1333
|
dependencies: {
|
|
@@ -1309,7 +1407,25 @@ export const TERRAFORM_INDEX: TerraformIndex = {
|
|
|
1309
1407
|
category: "load-balancing",
|
|
1310
1408
|
description: "Defining backend server pools for load balancer targets",
|
|
1311
1409
|
required: ["name", "namespace", "origin_servers", "port"],
|
|
1312
|
-
server_defaults: [
|
|
1410
|
+
server_defaults: [
|
|
1411
|
+
"advanced_options.auto_http_config",
|
|
1412
|
+
"advanced_options.connection_timeout",
|
|
1413
|
+
"advanced_options.default_circuit_breaker",
|
|
1414
|
+
"advanced_options.disable_outlier_detection",
|
|
1415
|
+
"advanced_options.disable_subsets",
|
|
1416
|
+
"advanced_options.http_idle_timeout",
|
|
1417
|
+
"advanced_options.no_panic_threshold",
|
|
1418
|
+
"advanced_options.no_request_limit_per_connection",
|
|
1419
|
+
"endpoint_selection",
|
|
1420
|
+
"healthcheck",
|
|
1421
|
+
"loadbalancer_algorithm",
|
|
1422
|
+
"no_tls",
|
|
1423
|
+
"same_as_endpoint_port",
|
|
1424
|
+
"use_tls.default_session_key_caching",
|
|
1425
|
+
"use_tls.no_mtls",
|
|
1426
|
+
"use_tls.use_host_header_as_sni",
|
|
1427
|
+
"use_tls.volterra_trusted_ca",
|
|
1428
|
+
],
|
|
1313
1429
|
minimal_config:
|
|
1314
1430
|
'resource "xcsh_origin_pool" "example" {\n name = "example-origin-pool"\n namespace = "staging"\n}',
|
|
1315
1431
|
dependencies: {
|
|
@@ -1322,6 +1438,7 @@ export const TERRAFORM_INDEX: TerraformIndex = {
|
|
|
1322
1438
|
category: "service-mesh",
|
|
1323
1439
|
description: "New policer with traffic rate limits",
|
|
1324
1440
|
required: ["name", "namespace", "burst_size", "committed_information_rate"],
|
|
1441
|
+
server_defaults: ["policer_mode", "policer_type"],
|
|
1325
1442
|
minimal_config:
|
|
1326
1443
|
'resource "xcsh_policer" "example" {\n name = "example-policer"\n namespace = "staging"\n\n burst_size = 1\n committed_information_rate = 1\n}',
|
|
1327
1444
|
dependencies: {
|
|
@@ -1367,6 +1484,7 @@ export const TERRAFORM_INDEX: TerraformIndex = {
|
|
|
1367
1484
|
description:
|
|
1368
1485
|
"Protocol Inspection Specification in a given namespace. If one already exists it will give an error",
|
|
1369
1486
|
required: ["name", "namespace", "enable_disable_compliance_checks", "enable_disable_signatures"],
|
|
1487
|
+
server_defaults: ["action"],
|
|
1370
1488
|
minimal_config:
|
|
1371
1489
|
'resource "xcsh_protocol_inspection" "example" {\n name = "example-protocol-inspection"\n namespace = "staging"\n}',
|
|
1372
1490
|
dependencies: {
|
|
@@ -1401,6 +1519,7 @@ export const TERRAFORM_INDEX: TerraformIndex = {
|
|
|
1401
1519
|
category: "security",
|
|
1402
1520
|
description: "Rate_limiter creates a new object in the storage backend for metadata.namespace",
|
|
1403
1521
|
required: ["name", "namespace"],
|
|
1522
|
+
server_defaults: ["user_identification"],
|
|
1404
1523
|
minimal_config:
|
|
1405
1524
|
'resource "xcsh_rate_limiter" "example" {\n name = "example-rate-limiter"\n namespace = "staging"\n}',
|
|
1406
1525
|
dependencies: {
|
|
@@ -1412,6 +1531,7 @@ export const TERRAFORM_INDEX: TerraformIndex = {
|
|
|
1412
1531
|
category: "security",
|
|
1413
1532
|
description: "Rate limiter policy create specification. configuration",
|
|
1414
1533
|
required: ["name", "namespace", "burst_size", "committed_information_rate"],
|
|
1534
|
+
server_defaults: ["rules"],
|
|
1415
1535
|
minimal_config:
|
|
1416
1536
|
'resource "xcsh_rate_limiter_policy" "example" {\n name = "example-rate-limiter-policy"\n namespace = "staging"\n}',
|
|
1417
1537
|
dependencies: {
|
|
@@ -1500,6 +1620,7 @@ export const TERRAFORM_INDEX: TerraformIndex = {
|
|
|
1500
1620
|
category: "security",
|
|
1501
1621
|
description: "Sensitive_data_policy creates a new object in the storage backend for metadata.namespace",
|
|
1502
1622
|
required: ["name", "namespace"],
|
|
1623
|
+
server_defaults: ["compliances", "custom_data_types", "disabled_predefined_data_types"],
|
|
1503
1624
|
minimal_config:
|
|
1504
1625
|
'resource "xcsh_sensitive_data_policy" "example" {\n name = "example-sensitive-data-policy"\n namespace = "staging"\n}',
|
|
1505
1626
|
dependencies: {
|
|
@@ -1511,6 +1632,7 @@ export const TERRAFORM_INDEX: TerraformIndex = {
|
|
|
1511
1632
|
category: "security",
|
|
1512
1633
|
description: "Service_policy creates a new object in the storage backend for metadata.namespace",
|
|
1513
1634
|
required: ["name", "namespace"],
|
|
1635
|
+
server_defaults: ["port_matcher"],
|
|
1514
1636
|
minimal_config:
|
|
1515
1637
|
'resource "xcsh_service_policy" "example" {\n name = "example-service-policy"\n namespace = "staging"\n}',
|
|
1516
1638
|
dependencies: {
|
|
@@ -1584,6 +1706,15 @@ export const TERRAFORM_INDEX: TerraformIndex = {
|
|
|
1584
1706
|
category: "load-balancing",
|
|
1585
1707
|
description: "Load balancing TCP traffic across origin pools",
|
|
1586
1708
|
required: ["name", "namespace", "origin_pools"],
|
|
1709
|
+
server_defaults: [
|
|
1710
|
+
"dns_volterra_managed",
|
|
1711
|
+
"hash_policy_choice_round_robin",
|
|
1712
|
+
"idle_timeout",
|
|
1713
|
+
"no_sni",
|
|
1714
|
+
"retract_cluster",
|
|
1715
|
+
"service_policies_from_namespace",
|
|
1716
|
+
"tcp",
|
|
1717
|
+
],
|
|
1587
1718
|
minimal_config:
|
|
1588
1719
|
'resource "xcsh_tcp_loadbalancer" "example" {\n name = "example-tcp-loadbalancer"\n namespace = "staging"\n}',
|
|
1589
1720
|
dependencies: {
|