@codiac.io/codiac-cli 1.2.261 → 1.2.262
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 +1 -1
- package/dist/apis/codiac-api/common/api-client-base.js +1 -1
- package/dist/apis/codiac-api/common/api-client-base.js.map +1 -1
- package/dist/apis/codiac-api/gen/client.d.ts +1477 -1473
- package/dist/apis/codiac-api/gen/client.js +5554 -5528
- package/dist/apis/codiac-api/gen/client.js.map +1 -1
- package/dist/apis/codiac-api/gen/contracts.d.ts +10 -2
- package/dist/apis/codiac-api/gen/contracts.js +12 -1
- package/dist/apis/codiac-api/gen/contracts.js.map +1 -1
- package/dist/commands/asset/probe/delete.d.ts +39 -0
- package/dist/commands/asset/probe/delete.js +282 -0
- package/dist/commands/asset/probe/delete.js.map +1 -0
- package/dist/commands/asset/probe/list.d.ts +48 -0
- package/dist/commands/asset/probe/list.js +205 -0
- package/dist/commands/asset/probe/list.js.map +1 -0
- package/dist/commands/asset/view.d.ts +1 -1
- package/dist/commands/environment/cluster/attach.d.ts +43 -0
- package/dist/commands/environment/cluster/attach.js +214 -0
- package/dist/commands/environment/cluster/attach.js.map +1 -0
- package/dist/commands/environment/cluster/detach.d.ts +38 -0
- package/dist/commands/environment/cluster/detach.js +193 -0
- package/dist/commands/environment/cluster/detach.js.map +1 -0
- package/dist/commands/environment/list.js +2 -2
- package/dist/commands/environment/list.js.map +1 -1
- package/dist/commands/filestore/capture.js +2 -2
- package/dist/commands/filestore/capture.js.map +1 -1
- package/dist/commands/filestore/forget.d.ts +29 -0
- package/dist/commands/filestore/forget.js +137 -0
- package/dist/commands/filestore/forget.js.map +1 -0
- package/dist/commands/filestore/list.d.ts +41 -0
- package/dist/commands/filestore/list.js +169 -0
- package/dist/commands/filestore/list.js.map +1 -0
- package/dist/commands/host/delete.js +2 -1
- package/dist/commands/host/delete.js.map +1 -1
- package/dist/commands/host/list.js +5 -1
- package/dist/commands/host/list.js.map +1 -1
- package/dist/commands/secretStore/list.d.ts +44 -0
- package/dist/commands/secretStore/list.js +183 -0
- package/dist/commands/secretStore/list.js.map +1 -0
- package/dist/commands/tenant/switch.d.ts +1 -1
- package/dist/commands/tenant/switch.js +9 -5
- package/dist/commands/tenant/switch.js.map +1 -1
- package/dist/relay/contracts/index.d.ts +1 -0
- package/dist/relay/contracts/index.js +5 -0
- package/dist/relay/contracts/index.js.map +1 -0
- package/dist/uilogic/cloud-resource-configurators/aws-resource-configurator.d.ts +1 -1
- package/dist/uilogic/cloud-resource-configurators/aws-resource-configurator.js +1 -1
- package/dist/uilogic/cloud-resource-configurators/aws-resource-configurator.js.map +1 -1
- package/dist/uilogic/cloud-resource-configurators/azure-resource-configurator.d.ts +1 -1
- package/dist/uilogic/cloud-resource-configurators/azure-resource-configurator.js +1 -1
- package/dist/uilogic/cloud-resource-configurators/azure-resource-configurator.js.map +1 -1
- package/dist/uilogic/i-secret-store-configurator.d.ts +1 -1
- package/dist/uilogic/rootmap-ui-utils.d.ts +35 -1
- package/dist/uilogic/rootmap-ui-utils.js +146 -4
- package/dist/uilogic/rootmap-ui-utils.js.map +1 -1
- package/dist/uilogic/tenant-contextualizer.d.ts +1 -1
- package/dist/uilogic/tenant-contextualizer.js.map +1 -1
- package/oclif.manifest.json +646 -20
- package/package.json +1 -1
package/oclif.manifest.json
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
{
|
|
2
|
-
"version": "1.2.
|
|
2
|
+
"version": "1.2.262",
|
|
3
3
|
"commands": {
|
|
4
4
|
"branch": {
|
|
5
5
|
"id": "branch",
|
|
@@ -3312,7 +3312,7 @@
|
|
|
3312
3312
|
"name": "enterprise",
|
|
3313
3313
|
"type": "option",
|
|
3314
3314
|
"char": "e",
|
|
3315
|
-
"description": "The name of the enterprise in which to create this
|
|
3315
|
+
"description": "The name of the enterprise in which to create this filestore. (defaults to the current enterprise context)",
|
|
3316
3316
|
"required": false,
|
|
3317
3317
|
"multiple": false
|
|
3318
3318
|
},
|
|
@@ -3381,6 +3381,174 @@
|
|
|
3381
3381
|
"accessKey"
|
|
3382
3382
|
]
|
|
3383
3383
|
},
|
|
3384
|
+
"filestore:forget": {
|
|
3385
|
+
"id": "filestore:forget",
|
|
3386
|
+
"description": "Un-captures an existing filestore instance. Does NOT delete the physical filestore infrastructure itself; only the reference to it in Codiac.",
|
|
3387
|
+
"strict": true,
|
|
3388
|
+
"pluginName": "@codiac.io/codiac-cli",
|
|
3389
|
+
"pluginAlias": "@codiac.io/codiac-cli",
|
|
3390
|
+
"pluginType": "core",
|
|
3391
|
+
"aliases": [],
|
|
3392
|
+
"examples": [
|
|
3393
|
+
"<%= config.bin %> <%= command.id %>"
|
|
3394
|
+
],
|
|
3395
|
+
"flags": {
|
|
3396
|
+
"enterprise": {
|
|
3397
|
+
"name": "enterprise",
|
|
3398
|
+
"type": "option",
|
|
3399
|
+
"char": "e",
|
|
3400
|
+
"description": "The name of the enterprise in which this filestore reference exists. NOTE: You can leave this blank if there is only one.",
|
|
3401
|
+
"multiple": false
|
|
3402
|
+
},
|
|
3403
|
+
"name": {
|
|
3404
|
+
"name": "name",
|
|
3405
|
+
"type": "option",
|
|
3406
|
+
"char": "n",
|
|
3407
|
+
"description": "The name of the filestore reference. NOTE: This is NOT necessarily the name of the physical filestore entity; just the name given to the reference itself.",
|
|
3408
|
+
"required": false,
|
|
3409
|
+
"multiple": false,
|
|
3410
|
+
"exclusive": [
|
|
3411
|
+
"id"
|
|
3412
|
+
]
|
|
3413
|
+
},
|
|
3414
|
+
"id": {
|
|
3415
|
+
"name": "id",
|
|
3416
|
+
"type": "option",
|
|
3417
|
+
"description": "The system id of the filestore reference itself. You can enter this parameter instead of the other filestore descriptors.",
|
|
3418
|
+
"required": false,
|
|
3419
|
+
"multiple": false,
|
|
3420
|
+
"exclusive": [
|
|
3421
|
+
"enterprise",
|
|
3422
|
+
"name"
|
|
3423
|
+
]
|
|
3424
|
+
},
|
|
3425
|
+
"silent": {
|
|
3426
|
+
"name": "silent",
|
|
3427
|
+
"type": "boolean",
|
|
3428
|
+
"description": "Non-Interactive mode; executes without any user interaction and fails on any missing or invalid arguments.",
|
|
3429
|
+
"allowNo": false,
|
|
3430
|
+
"exclusive": [
|
|
3431
|
+
"echo",
|
|
3432
|
+
"to-script"
|
|
3433
|
+
]
|
|
3434
|
+
},
|
|
3435
|
+
"echo": {
|
|
3436
|
+
"name": "echo",
|
|
3437
|
+
"type": "boolean",
|
|
3438
|
+
"description": "Echo interaction mode; renders the equivalent non-interactive cli command for future use before final execution.",
|
|
3439
|
+
"allowNo": false,
|
|
3440
|
+
"exclusive": [
|
|
3441
|
+
"to-script",
|
|
3442
|
+
"silent"
|
|
3443
|
+
]
|
|
3444
|
+
},
|
|
3445
|
+
"to-script": {
|
|
3446
|
+
"name": "to-script",
|
|
3447
|
+
"type": "boolean",
|
|
3448
|
+
"description": "Toscript interaction mode; renders the equivalent non-interactive cli command WITHOUT any execution.",
|
|
3449
|
+
"allowNo": false,
|
|
3450
|
+
"exclusive": [
|
|
3451
|
+
"echo",
|
|
3452
|
+
"silent"
|
|
3453
|
+
]
|
|
3454
|
+
},
|
|
3455
|
+
"take-defaults": {
|
|
3456
|
+
"name": "take-defaults",
|
|
3457
|
+
"type": "boolean",
|
|
3458
|
+
"description": "Setting this to true prevents prompting for confirmation on parameters that were passed in or were automatically set to default values (Irrelevant in --silent mode). This behavior does NOT apply to scenarios that the command needs to override invalid user input; such cases will always prompt for confirmation. eg: when no argument was provided for file or type, and only one exists, the system will render the autoselected file unless this flag is set.",
|
|
3459
|
+
"allowNo": false,
|
|
3460
|
+
"exclusive": [
|
|
3461
|
+
"silent"
|
|
3462
|
+
]
|
|
3463
|
+
}
|
|
3464
|
+
},
|
|
3465
|
+
"args": {}
|
|
3466
|
+
},
|
|
3467
|
+
"filestore:list": {
|
|
3468
|
+
"id": "filestore:list",
|
|
3469
|
+
"description": "Retrieves the list of existing file stores captured for a given enterprise.",
|
|
3470
|
+
"strict": true,
|
|
3471
|
+
"pluginName": "@codiac.io/codiac-cli",
|
|
3472
|
+
"pluginAlias": "@codiac.io/codiac-cli",
|
|
3473
|
+
"pluginType": "core",
|
|
3474
|
+
"aliases": [],
|
|
3475
|
+
"examples": [
|
|
3476
|
+
"<%= config.bin %> <%= command.id %>"
|
|
3477
|
+
],
|
|
3478
|
+
"flags": {
|
|
3479
|
+
"type": {
|
|
3480
|
+
"name": "type",
|
|
3481
|
+
"type": "option",
|
|
3482
|
+
"char": "t",
|
|
3483
|
+
"description": "Filter on the filestore technology.",
|
|
3484
|
+
"required": false,
|
|
3485
|
+
"multiple": false,
|
|
3486
|
+
"options": [
|
|
3487
|
+
"AzureBlobStorage",
|
|
3488
|
+
"AzureDisk",
|
|
3489
|
+
"AzureFileStorage",
|
|
3490
|
+
"HostMachineFolder"
|
|
3491
|
+
]
|
|
3492
|
+
},
|
|
3493
|
+
"output": {
|
|
3494
|
+
"name": "output",
|
|
3495
|
+
"type": "option",
|
|
3496
|
+
"char": "o",
|
|
3497
|
+
"description": "format in which to render the data.",
|
|
3498
|
+
"multiple": false,
|
|
3499
|
+
"options": [
|
|
3500
|
+
"json",
|
|
3501
|
+
"yaml",
|
|
3502
|
+
"auto"
|
|
3503
|
+
],
|
|
3504
|
+
"default": "auto"
|
|
3505
|
+
},
|
|
3506
|
+
"silent": {
|
|
3507
|
+
"name": "silent",
|
|
3508
|
+
"type": "boolean",
|
|
3509
|
+
"description": "Non-Interactive mode; executes without any user interaction and fails on any missing or invalid arguments.",
|
|
3510
|
+
"allowNo": false,
|
|
3511
|
+
"exclusive": [
|
|
3512
|
+
"echo",
|
|
3513
|
+
"to-script"
|
|
3514
|
+
]
|
|
3515
|
+
},
|
|
3516
|
+
"echo": {
|
|
3517
|
+
"name": "echo",
|
|
3518
|
+
"type": "boolean",
|
|
3519
|
+
"description": "Echo interaction mode; renders the equivalent non-interactive cli command for future use before final execution.",
|
|
3520
|
+
"allowNo": false,
|
|
3521
|
+
"exclusive": [
|
|
3522
|
+
"to-script",
|
|
3523
|
+
"silent"
|
|
3524
|
+
]
|
|
3525
|
+
},
|
|
3526
|
+
"to-script": {
|
|
3527
|
+
"name": "to-script",
|
|
3528
|
+
"type": "boolean",
|
|
3529
|
+
"description": "Toscript interaction mode; renders the equivalent non-interactive cli command WITHOUT any execution.",
|
|
3530
|
+
"allowNo": false,
|
|
3531
|
+
"exclusive": [
|
|
3532
|
+
"echo",
|
|
3533
|
+
"silent"
|
|
3534
|
+
]
|
|
3535
|
+
},
|
|
3536
|
+
"take-defaults": {
|
|
3537
|
+
"name": "take-defaults",
|
|
3538
|
+
"type": "boolean",
|
|
3539
|
+
"description": "Setting this to true prevents prompting for confirmation on parameters that were passed in or were automatically set to default values (Irrelevant in --silent mode). This behavior does NOT apply to scenarios that the command needs to override invalid user input; such cases will always prompt for confirmation. eg: when no argument was provided for file or type, and only one exists, the system will render the autoselected file unless this flag is set.",
|
|
3540
|
+
"allowNo": false,
|
|
3541
|
+
"exclusive": [
|
|
3542
|
+
"silent"
|
|
3543
|
+
]
|
|
3544
|
+
}
|
|
3545
|
+
},
|
|
3546
|
+
"args": {},
|
|
3547
|
+
"STORE_TYPE_OPTIONS": [
|
|
3548
|
+
"aws-secrets",
|
|
3549
|
+
"az-key-vault"
|
|
3550
|
+
]
|
|
3551
|
+
},
|
|
3384
3552
|
"host:delete": {
|
|
3385
3553
|
"id": "host:delete",
|
|
3386
3554
|
"description": "Removes a host naming strategy mapping. ie: UN-maps a domain strategy that was previously assigned to a given scope (eg: enterprise, environment, or cabinet.",
|
|
@@ -4602,6 +4770,96 @@
|
|
|
4602
4770
|
"name"
|
|
4603
4771
|
]
|
|
4604
4772
|
},
|
|
4773
|
+
"secretStore:list": {
|
|
4774
|
+
"id": "secretStore:list",
|
|
4775
|
+
"description": "Retrieves the list of existing secret stores captured for a given enterprise.",
|
|
4776
|
+
"strict": true,
|
|
4777
|
+
"pluginName": "@codiac.io/codiac-cli",
|
|
4778
|
+
"pluginAlias": "@codiac.io/codiac-cli",
|
|
4779
|
+
"pluginType": "core",
|
|
4780
|
+
"aliases": [],
|
|
4781
|
+
"examples": [
|
|
4782
|
+
"<%= config.bin %> <%= command.id %>"
|
|
4783
|
+
],
|
|
4784
|
+
"flags": {
|
|
4785
|
+
"enterprise": {
|
|
4786
|
+
"name": "enterprise",
|
|
4787
|
+
"type": "option",
|
|
4788
|
+
"char": "e",
|
|
4789
|
+
"description": "(optional if there is only one) The enterprise for which the secret stores have been captured.",
|
|
4790
|
+
"multiple": false
|
|
4791
|
+
},
|
|
4792
|
+
"type": {
|
|
4793
|
+
"name": "type",
|
|
4794
|
+
"type": "option",
|
|
4795
|
+
"char": "t",
|
|
4796
|
+
"description": "The cloud provider hosting the secret store.",
|
|
4797
|
+
"required": false,
|
|
4798
|
+
"multiple": false,
|
|
4799
|
+
"options": [
|
|
4800
|
+
"aws-secrets",
|
|
4801
|
+
"az-key-vault"
|
|
4802
|
+
]
|
|
4803
|
+
},
|
|
4804
|
+
"output": {
|
|
4805
|
+
"name": "output",
|
|
4806
|
+
"type": "option",
|
|
4807
|
+
"char": "o",
|
|
4808
|
+
"description": "format in which to render the data.",
|
|
4809
|
+
"multiple": false,
|
|
4810
|
+
"options": [
|
|
4811
|
+
"json",
|
|
4812
|
+
"yaml",
|
|
4813
|
+
"auto"
|
|
4814
|
+
],
|
|
4815
|
+
"default": "auto"
|
|
4816
|
+
},
|
|
4817
|
+
"silent": {
|
|
4818
|
+
"name": "silent",
|
|
4819
|
+
"type": "boolean",
|
|
4820
|
+
"description": "Non-Interactive mode; executes without any user interaction and fails on any missing or invalid arguments.",
|
|
4821
|
+
"allowNo": false,
|
|
4822
|
+
"exclusive": [
|
|
4823
|
+
"echo",
|
|
4824
|
+
"to-script"
|
|
4825
|
+
]
|
|
4826
|
+
},
|
|
4827
|
+
"echo": {
|
|
4828
|
+
"name": "echo",
|
|
4829
|
+
"type": "boolean",
|
|
4830
|
+
"description": "Echo interaction mode; renders the equivalent non-interactive cli command for future use before final execution.",
|
|
4831
|
+
"allowNo": false,
|
|
4832
|
+
"exclusive": [
|
|
4833
|
+
"to-script",
|
|
4834
|
+
"silent"
|
|
4835
|
+
]
|
|
4836
|
+
},
|
|
4837
|
+
"to-script": {
|
|
4838
|
+
"name": "to-script",
|
|
4839
|
+
"type": "boolean",
|
|
4840
|
+
"description": "Toscript interaction mode; renders the equivalent non-interactive cli command WITHOUT any execution.",
|
|
4841
|
+
"allowNo": false,
|
|
4842
|
+
"exclusive": [
|
|
4843
|
+
"echo",
|
|
4844
|
+
"silent"
|
|
4845
|
+
]
|
|
4846
|
+
},
|
|
4847
|
+
"take-defaults": {
|
|
4848
|
+
"name": "take-defaults",
|
|
4849
|
+
"type": "boolean",
|
|
4850
|
+
"description": "Setting this to true prevents prompting for confirmation on parameters that were passed in or were automatically set to default values (Irrelevant in --silent mode). This behavior does NOT apply to scenarios that the command needs to override invalid user input; such cases will always prompt for confirmation. eg: when no argument was provided for file or type, and only one exists, the system will render the autoselected file unless this flag is set.",
|
|
4851
|
+
"allowNo": false,
|
|
4852
|
+
"exclusive": [
|
|
4853
|
+
"silent"
|
|
4854
|
+
]
|
|
4855
|
+
}
|
|
4856
|
+
},
|
|
4857
|
+
"args": {},
|
|
4858
|
+
"STORE_TYPE_OPTIONS": [
|
|
4859
|
+
"aws-secrets",
|
|
4860
|
+
"az-key-vault"
|
|
4861
|
+
]
|
|
4862
|
+
},
|
|
4605
4863
|
"tenant:create": {
|
|
4606
4864
|
"id": "tenant:create",
|
|
4607
4865
|
"description": "Registers a new tenant with the current user as the administrator.",
|
|
@@ -4744,9 +5002,9 @@
|
|
|
4744
5002
|
}
|
|
4745
5003
|
},
|
|
4746
5004
|
"args": {
|
|
4747
|
-
"
|
|
4748
|
-
"name": "
|
|
4749
|
-
"description": "The
|
|
5005
|
+
"code": {
|
|
5006
|
+
"name": "code",
|
|
5007
|
+
"description": "The unique string identifying the tenant to switch to.",
|
|
4750
5008
|
"required": false
|
|
4751
5009
|
}
|
|
4752
5010
|
}
|
|
@@ -5107,27 +5365,243 @@
|
|
|
5107
5365
|
}
|
|
5108
5366
|
}
|
|
5109
5367
|
},
|
|
5110
|
-
"asset:
|
|
5111
|
-
"id": "asset:
|
|
5112
|
-
"description": "
|
|
5368
|
+
"asset:probe:delete": {
|
|
5369
|
+
"id": "asset:probe:delete",
|
|
5370
|
+
"description": "Removes an asset probe definition. DOES NOT running assets; assets will need to be redeployed for this change to affect their runtime instances.",
|
|
5113
5371
|
"strict": true,
|
|
5114
5372
|
"pluginName": "@codiac.io/codiac-cli",
|
|
5115
5373
|
"pluginAlias": "@codiac.io/codiac-cli",
|
|
5116
5374
|
"pluginType": "core",
|
|
5117
|
-
"aliases": [
|
|
5118
|
-
|
|
5119
|
-
"
|
|
5120
|
-
"asset:volume:add"
|
|
5375
|
+
"aliases": [],
|
|
5376
|
+
"examples": [
|
|
5377
|
+
"<%= config.bin %> <%= command.id %>"
|
|
5121
5378
|
],
|
|
5122
5379
|
"flags": {
|
|
5123
|
-
"
|
|
5124
|
-
"name": "
|
|
5125
|
-
"type": "
|
|
5126
|
-
"char": "
|
|
5127
|
-
"description": "
|
|
5128
|
-
"
|
|
5129
|
-
},
|
|
5130
|
-
"
|
|
5380
|
+
"enterprise": {
|
|
5381
|
+
"name": "enterprise",
|
|
5382
|
+
"type": "option",
|
|
5383
|
+
"char": "e",
|
|
5384
|
+
"description": "The name of the enterprise on which to apply this naming strategy. NOTE: You can leave this blank if there is only one.",
|
|
5385
|
+
"multiple": false
|
|
5386
|
+
},
|
|
5387
|
+
"asset": {
|
|
5388
|
+
"name": "asset",
|
|
5389
|
+
"type": "option",
|
|
5390
|
+
"char": "a",
|
|
5391
|
+
"description": "The asset that owns the probe.",
|
|
5392
|
+
"required": false,
|
|
5393
|
+
"multiple": false,
|
|
5394
|
+
"exclusive": [
|
|
5395
|
+
"id"
|
|
5396
|
+
]
|
|
5397
|
+
},
|
|
5398
|
+
"usage": {
|
|
5399
|
+
"name": "usage",
|
|
5400
|
+
"type": "option",
|
|
5401
|
+
"char": "u",
|
|
5402
|
+
"description": "The diagnostic purpose the probe serves.",
|
|
5403
|
+
"multiple": false,
|
|
5404
|
+
"options": [
|
|
5405
|
+
"readiness",
|
|
5406
|
+
"liveness",
|
|
5407
|
+
"startup"
|
|
5408
|
+
]
|
|
5409
|
+
},
|
|
5410
|
+
"version-range": {
|
|
5411
|
+
"name": "version-range",
|
|
5412
|
+
"type": "option",
|
|
5413
|
+
"char": "v",
|
|
5414
|
+
"description": "The semantic version range of the asset in which the probe definition applies. You can use the wildcard * to force delete probes for all version ranges. (Note: if specifying, best to select this one interactively if applicable, because you cannot just make one up, it must match the exact range on the the probe record.",
|
|
5415
|
+
"required": false,
|
|
5416
|
+
"multiple": false
|
|
5417
|
+
},
|
|
5418
|
+
"id": {
|
|
5419
|
+
"name": "id",
|
|
5420
|
+
"type": "option",
|
|
5421
|
+
"description": "The system id of the probe itself. Specify multiple ids by separating with commands and/or adding this flag multiple times. You can enter this parameter instead of the other probe descriptors.",
|
|
5422
|
+
"multiple": true,
|
|
5423
|
+
"exclusive": [
|
|
5424
|
+
"enterprise",
|
|
5425
|
+
"asset"
|
|
5426
|
+
]
|
|
5427
|
+
},
|
|
5428
|
+
"silent": {
|
|
5429
|
+
"name": "silent",
|
|
5430
|
+
"type": "boolean",
|
|
5431
|
+
"description": "Non-Interactive mode; executes without any user interaction and fails on any missing or invalid arguments.",
|
|
5432
|
+
"allowNo": false,
|
|
5433
|
+
"exclusive": [
|
|
5434
|
+
"echo",
|
|
5435
|
+
"to-script"
|
|
5436
|
+
]
|
|
5437
|
+
},
|
|
5438
|
+
"echo": {
|
|
5439
|
+
"name": "echo",
|
|
5440
|
+
"type": "boolean",
|
|
5441
|
+
"description": "Echo interaction mode; renders the equivalent non-interactive cli command for future use before final execution.",
|
|
5442
|
+
"allowNo": false,
|
|
5443
|
+
"exclusive": [
|
|
5444
|
+
"to-script",
|
|
5445
|
+
"silent"
|
|
5446
|
+
]
|
|
5447
|
+
},
|
|
5448
|
+
"to-script": {
|
|
5449
|
+
"name": "to-script",
|
|
5450
|
+
"type": "boolean",
|
|
5451
|
+
"description": "Toscript interaction mode; renders the equivalent non-interactive cli command WITHOUT any execution.",
|
|
5452
|
+
"allowNo": false,
|
|
5453
|
+
"exclusive": [
|
|
5454
|
+
"echo",
|
|
5455
|
+
"silent"
|
|
5456
|
+
]
|
|
5457
|
+
},
|
|
5458
|
+
"take-defaults": {
|
|
5459
|
+
"name": "take-defaults",
|
|
5460
|
+
"type": "boolean",
|
|
5461
|
+
"description": "Setting this to true prevents prompting for confirmation on parameters that were passed in or were automatically set to default values (Irrelevant in --silent mode). This behavior does NOT apply to scenarios that the command needs to override invalid user input; such cases will always prompt for confirmation. eg: when no argument was provided for file or type, and only one exists, the system will render the autoselected file unless this flag is set.",
|
|
5462
|
+
"allowNo": false,
|
|
5463
|
+
"exclusive": [
|
|
5464
|
+
"silent"
|
|
5465
|
+
]
|
|
5466
|
+
}
|
|
5467
|
+
},
|
|
5468
|
+
"args": {},
|
|
5469
|
+
"VERSION_RANGE_WILDCARD": "*"
|
|
5470
|
+
},
|
|
5471
|
+
"asset:probe:list": {
|
|
5472
|
+
"id": "asset:probe:list",
|
|
5473
|
+
"description": "Retrieves the list of existing secret stores captured for a given enterprise.",
|
|
5474
|
+
"strict": true,
|
|
5475
|
+
"pluginName": "@codiac.io/codiac-cli",
|
|
5476
|
+
"pluginAlias": "@codiac.io/codiac-cli",
|
|
5477
|
+
"pluginType": "core",
|
|
5478
|
+
"aliases": [],
|
|
5479
|
+
"examples": [
|
|
5480
|
+
"<%= config.bin %> <%= command.id %>"
|
|
5481
|
+
],
|
|
5482
|
+
"flags": {
|
|
5483
|
+
"enterprise": {
|
|
5484
|
+
"name": "enterprise",
|
|
5485
|
+
"type": "option",
|
|
5486
|
+
"char": "e",
|
|
5487
|
+
"description": "(optional if there is only one) The enterprise in which the probes are defined.",
|
|
5488
|
+
"multiple": false
|
|
5489
|
+
},
|
|
5490
|
+
"asset": {
|
|
5491
|
+
"name": "asset",
|
|
5492
|
+
"type": "option",
|
|
5493
|
+
"char": "a",
|
|
5494
|
+
"description": "The asset that owns the probe.",
|
|
5495
|
+
"required": false,
|
|
5496
|
+
"multiple": false
|
|
5497
|
+
},
|
|
5498
|
+
"type": {
|
|
5499
|
+
"name": "type",
|
|
5500
|
+
"type": "option",
|
|
5501
|
+
"char": "t",
|
|
5502
|
+
"description": "Filter on the purpose/lifecycle role of the probe.",
|
|
5503
|
+
"required": false,
|
|
5504
|
+
"multiple": false,
|
|
5505
|
+
"options": [
|
|
5506
|
+
"liveness",
|
|
5507
|
+
"readiness",
|
|
5508
|
+
"startup"
|
|
5509
|
+
]
|
|
5510
|
+
},
|
|
5511
|
+
"action": {
|
|
5512
|
+
"name": "action",
|
|
5513
|
+
"type": "option",
|
|
5514
|
+
"char": "x",
|
|
5515
|
+
"description": "Filter on the type of action used by the probe.",
|
|
5516
|
+
"required": false,
|
|
5517
|
+
"multiple": false,
|
|
5518
|
+
"options": [
|
|
5519
|
+
"exec",
|
|
5520
|
+
"grpc",
|
|
5521
|
+
"http",
|
|
5522
|
+
"socket"
|
|
5523
|
+
]
|
|
5524
|
+
},
|
|
5525
|
+
"output": {
|
|
5526
|
+
"name": "output",
|
|
5527
|
+
"type": "option",
|
|
5528
|
+
"char": "o",
|
|
5529
|
+
"description": "format in which to render the data.",
|
|
5530
|
+
"multiple": false,
|
|
5531
|
+
"options": [
|
|
5532
|
+
"json",
|
|
5533
|
+
"yaml",
|
|
5534
|
+
"auto"
|
|
5535
|
+
],
|
|
5536
|
+
"default": "auto"
|
|
5537
|
+
},
|
|
5538
|
+
"silent": {
|
|
5539
|
+
"name": "silent",
|
|
5540
|
+
"type": "boolean",
|
|
5541
|
+
"description": "Non-Interactive mode; executes without any user interaction and fails on any missing or invalid arguments.",
|
|
5542
|
+
"allowNo": false,
|
|
5543
|
+
"exclusive": [
|
|
5544
|
+
"echo",
|
|
5545
|
+
"to-script"
|
|
5546
|
+
]
|
|
5547
|
+
},
|
|
5548
|
+
"echo": {
|
|
5549
|
+
"name": "echo",
|
|
5550
|
+
"type": "boolean",
|
|
5551
|
+
"description": "Echo interaction mode; renders the equivalent non-interactive cli command for future use before final execution.",
|
|
5552
|
+
"allowNo": false,
|
|
5553
|
+
"exclusive": [
|
|
5554
|
+
"to-script",
|
|
5555
|
+
"silent"
|
|
5556
|
+
]
|
|
5557
|
+
},
|
|
5558
|
+
"to-script": {
|
|
5559
|
+
"name": "to-script",
|
|
5560
|
+
"type": "boolean",
|
|
5561
|
+
"description": "Toscript interaction mode; renders the equivalent non-interactive cli command WITHOUT any execution.",
|
|
5562
|
+
"allowNo": false,
|
|
5563
|
+
"exclusive": [
|
|
5564
|
+
"echo",
|
|
5565
|
+
"silent"
|
|
5566
|
+
]
|
|
5567
|
+
},
|
|
5568
|
+
"take-defaults": {
|
|
5569
|
+
"name": "take-defaults",
|
|
5570
|
+
"type": "boolean",
|
|
5571
|
+
"description": "Setting this to true prevents prompting for confirmation on parameters that were passed in or were automatically set to default values (Irrelevant in --silent mode). This behavior does NOT apply to scenarios that the command needs to override invalid user input; such cases will always prompt for confirmation. eg: when no argument was provided for file or type, and only one exists, the system will render the autoselected file unless this flag is set.",
|
|
5572
|
+
"allowNo": false,
|
|
5573
|
+
"exclusive": [
|
|
5574
|
+
"silent"
|
|
5575
|
+
]
|
|
5576
|
+
}
|
|
5577
|
+
},
|
|
5578
|
+
"args": {},
|
|
5579
|
+
"STORE_TYPE_OPTIONS": [
|
|
5580
|
+
"aws-secrets",
|
|
5581
|
+
"az-key-vault"
|
|
5582
|
+
]
|
|
5583
|
+
},
|
|
5584
|
+
"asset:volume:create": {
|
|
5585
|
+
"id": "asset:volume:create",
|
|
5586
|
+
"description": "Declares a named path for mounting a volume to instances of the asset.",
|
|
5587
|
+
"strict": true,
|
|
5588
|
+
"pluginName": "@codiac.io/codiac-cli",
|
|
5589
|
+
"pluginAlias": "@codiac.io/codiac-cli",
|
|
5590
|
+
"pluginType": "core",
|
|
5591
|
+
"aliases": [
|
|
5592
|
+
"asset:vol:create",
|
|
5593
|
+
"asset:vol:add",
|
|
5594
|
+
"asset:volume:add"
|
|
5595
|
+
],
|
|
5596
|
+
"flags": {
|
|
5597
|
+
"help": {
|
|
5598
|
+
"name": "help",
|
|
5599
|
+
"type": "boolean",
|
|
5600
|
+
"char": "h",
|
|
5601
|
+
"description": "Show CLI help.",
|
|
5602
|
+
"allowNo": false
|
|
5603
|
+
},
|
|
5604
|
+
"name": {
|
|
5131
5605
|
"name": "name",
|
|
5132
5606
|
"type": "option",
|
|
5133
5607
|
"char": "n",
|
|
@@ -5546,6 +6020,158 @@
|
|
|
5546
6020
|
},
|
|
5547
6021
|
"args": {}
|
|
5548
6022
|
},
|
|
6023
|
+
"environment:cluster:attach": {
|
|
6024
|
+
"id": "environment:cluster:attach",
|
|
6025
|
+
"description": "Includes the given cluster within the given environment. DOES NOT modify any infrastructure; only creates an association within Codiac.",
|
|
6026
|
+
"strict": true,
|
|
6027
|
+
"pluginName": "@codiac.io/codiac-cli",
|
|
6028
|
+
"pluginAlias": "@codiac.io/codiac-cli",
|
|
6029
|
+
"pluginType": "core",
|
|
6030
|
+
"aliases": [
|
|
6031
|
+
"enviro:cluster:attach"
|
|
6032
|
+
],
|
|
6033
|
+
"flags": {
|
|
6034
|
+
"enterprise": {
|
|
6035
|
+
"name": "enterprise",
|
|
6036
|
+
"type": "option",
|
|
6037
|
+
"char": "e",
|
|
6038
|
+
"description": "The name of the enterprise in which the environment resides. NOTE: You can leave this blank if there is only one.",
|
|
6039
|
+
"multiple": false
|
|
6040
|
+
},
|
|
6041
|
+
"environment": {
|
|
6042
|
+
"name": "environment",
|
|
6043
|
+
"type": "option",
|
|
6044
|
+
"char": "n",
|
|
6045
|
+
"description": "Name of the environment being modified.",
|
|
6046
|
+
"required": false,
|
|
6047
|
+
"multiple": false
|
|
6048
|
+
},
|
|
6049
|
+
"cluster": {
|
|
6050
|
+
"name": "cluster",
|
|
6051
|
+
"type": "option",
|
|
6052
|
+
"char": "c",
|
|
6053
|
+
"description": "Name of the cluster.",
|
|
6054
|
+
"required": false,
|
|
6055
|
+
"multiple": false
|
|
6056
|
+
},
|
|
6057
|
+
"silent": {
|
|
6058
|
+
"name": "silent",
|
|
6059
|
+
"type": "boolean",
|
|
6060
|
+
"description": "Non-Interactive mode; executes without any user interaction and fails on any missing or invalid arguments.",
|
|
6061
|
+
"allowNo": false,
|
|
6062
|
+
"exclusive": [
|
|
6063
|
+
"echo",
|
|
6064
|
+
"to-script"
|
|
6065
|
+
]
|
|
6066
|
+
},
|
|
6067
|
+
"echo": {
|
|
6068
|
+
"name": "echo",
|
|
6069
|
+
"type": "boolean",
|
|
6070
|
+
"description": "Echo interaction mode; renders the equivalent non-interactive cli command for future use before final execution.",
|
|
6071
|
+
"allowNo": false,
|
|
6072
|
+
"exclusive": [
|
|
6073
|
+
"to-script",
|
|
6074
|
+
"silent"
|
|
6075
|
+
]
|
|
6076
|
+
},
|
|
6077
|
+
"to-script": {
|
|
6078
|
+
"name": "to-script",
|
|
6079
|
+
"type": "boolean",
|
|
6080
|
+
"description": "Toscript interaction mode; renders the equivalent non-interactive cli command WITHOUT any execution.",
|
|
6081
|
+
"allowNo": false,
|
|
6082
|
+
"exclusive": [
|
|
6083
|
+
"echo",
|
|
6084
|
+
"silent"
|
|
6085
|
+
]
|
|
6086
|
+
},
|
|
6087
|
+
"take-defaults": {
|
|
6088
|
+
"name": "take-defaults",
|
|
6089
|
+
"type": "boolean",
|
|
6090
|
+
"description": "Setting this to true prevents prompting for confirmation on parameters that were passed in or were automatically set to default values (Irrelevant in --silent mode). This behavior does NOT apply to scenarios that the command needs to override invalid user input; such cases will always prompt for confirmation. eg: when no argument was provided for file or type, and only one exists, the system will render the autoselected file unless this flag is set.",
|
|
6091
|
+
"allowNo": false,
|
|
6092
|
+
"exclusive": [
|
|
6093
|
+
"silent"
|
|
6094
|
+
]
|
|
6095
|
+
}
|
|
6096
|
+
},
|
|
6097
|
+
"args": {}
|
|
6098
|
+
},
|
|
6099
|
+
"environment:cluster:detach": {
|
|
6100
|
+
"id": "environment:cluster:detach",
|
|
6101
|
+
"description": "Removes the linkage between the given environment and the given cluster. DOES NOT delete any infrastructure; only the association within Codiac.",
|
|
6102
|
+
"strict": true,
|
|
6103
|
+
"pluginName": "@codiac.io/codiac-cli",
|
|
6104
|
+
"pluginAlias": "@codiac.io/codiac-cli",
|
|
6105
|
+
"pluginType": "core",
|
|
6106
|
+
"aliases": [
|
|
6107
|
+
"enviro:cluster:detach"
|
|
6108
|
+
],
|
|
6109
|
+
"flags": {
|
|
6110
|
+
"enterprise": {
|
|
6111
|
+
"name": "enterprise",
|
|
6112
|
+
"type": "option",
|
|
6113
|
+
"char": "e",
|
|
6114
|
+
"description": "The name of the enterprise in which the environment resides. NOTE: You can leave this blank if there is only one.",
|
|
6115
|
+
"multiple": false
|
|
6116
|
+
},
|
|
6117
|
+
"environment": {
|
|
6118
|
+
"name": "environment",
|
|
6119
|
+
"type": "option",
|
|
6120
|
+
"char": "n",
|
|
6121
|
+
"description": "Name of the environment being modified.",
|
|
6122
|
+
"required": false,
|
|
6123
|
+
"multiple": false
|
|
6124
|
+
},
|
|
6125
|
+
"cluster": {
|
|
6126
|
+
"name": "cluster",
|
|
6127
|
+
"type": "option",
|
|
6128
|
+
"char": "c",
|
|
6129
|
+
"description": "Name of the cluster.",
|
|
6130
|
+
"required": false,
|
|
6131
|
+
"multiple": false
|
|
6132
|
+
},
|
|
6133
|
+
"silent": {
|
|
6134
|
+
"name": "silent",
|
|
6135
|
+
"type": "boolean",
|
|
6136
|
+
"description": "Non-Interactive mode; executes without any user interaction and fails on any missing or invalid arguments.",
|
|
6137
|
+
"allowNo": false,
|
|
6138
|
+
"exclusive": [
|
|
6139
|
+
"echo",
|
|
6140
|
+
"to-script"
|
|
6141
|
+
]
|
|
6142
|
+
},
|
|
6143
|
+
"echo": {
|
|
6144
|
+
"name": "echo",
|
|
6145
|
+
"type": "boolean",
|
|
6146
|
+
"description": "Echo interaction mode; renders the equivalent non-interactive cli command for future use before final execution.",
|
|
6147
|
+
"allowNo": false,
|
|
6148
|
+
"exclusive": [
|
|
6149
|
+
"to-script",
|
|
6150
|
+
"silent"
|
|
6151
|
+
]
|
|
6152
|
+
},
|
|
6153
|
+
"to-script": {
|
|
6154
|
+
"name": "to-script",
|
|
6155
|
+
"type": "boolean",
|
|
6156
|
+
"description": "Toscript interaction mode; renders the equivalent non-interactive cli command WITHOUT any execution.",
|
|
6157
|
+
"allowNo": false,
|
|
6158
|
+
"exclusive": [
|
|
6159
|
+
"echo",
|
|
6160
|
+
"silent"
|
|
6161
|
+
]
|
|
6162
|
+
},
|
|
6163
|
+
"take-defaults": {
|
|
6164
|
+
"name": "take-defaults",
|
|
6165
|
+
"type": "boolean",
|
|
6166
|
+
"description": "Setting this to true prevents prompting for confirmation on parameters that were passed in or were automatically set to default values (Irrelevant in --silent mode). This behavior does NOT apply to scenarios that the command needs to override invalid user input; such cases will always prompt for confirmation. eg: when no argument was provided for file or type, and only one exists, the system will render the autoselected file unless this flag is set.",
|
|
6167
|
+
"allowNo": false,
|
|
6168
|
+
"exclusive": [
|
|
6169
|
+
"silent"
|
|
6170
|
+
]
|
|
6171
|
+
}
|
|
6172
|
+
},
|
|
6173
|
+
"args": {}
|
|
6174
|
+
},
|
|
5549
6175
|
"imageRegistry:pullSecret:set": {
|
|
5550
6176
|
"id": "imageRegistry:pullSecret:set",
|
|
5551
6177
|
"description": "Upserts the primary and secondary pull secret references for the given container registry.",
|