@codiac.io/codiac-cli 1.3.190 → 1.3.192
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 +154 -154
- package/dist/command-base-enterprise.js +4 -1
- package/dist/command-base-enterprise.js.map +1 -1
- package/dist/commands/noc/cluster/list.d.ts +2 -0
- package/dist/commands/noc/cluster/list.js +22 -5
- package/dist/commands/noc/cluster/list.js.map +1 -1
- package/dist/uilogic/enterprise-contextualizer.d.ts +1 -1
- package/dist/uilogic/enterprise-contextualizer.js +5 -3
- package/dist/uilogic/enterprise-contextualizer.js.map +1 -1
- package/oclif.manifest.json +1 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -21,7 +21,7 @@ $ npm install -g @codiac.io/codiac-cli
|
|
|
21
21
|
$ codiac COMMAND
|
|
22
22
|
running command...
|
|
23
23
|
$ codiac (--version|-v)
|
|
24
|
-
@codiac.io/codiac-cli/1.3.
|
|
24
|
+
@codiac.io/codiac-cli/1.3.192 linux-x64 node-v22.15.1
|
|
25
25
|
$ codiac --help [COMMAND]
|
|
26
26
|
USAGE
|
|
27
27
|
$ codiac COMMAND
|
|
@@ -549,7 +549,7 @@ ALIASES
|
|
|
549
549
|
$ codiac asset new
|
|
550
550
|
```
|
|
551
551
|
|
|
552
|
-
_See code: [src/commands/asset/create.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
552
|
+
_See code: [src/commands/asset/create.ts](https://github.com/codiac/codiac-cli/blob/v1.3.192/src/commands/asset/create.ts)_
|
|
553
553
|
|
|
554
554
|
## `codiac asset edit`
|
|
555
555
|
|
|
@@ -585,7 +585,7 @@ EXAMPLES
|
|
|
585
585
|
$ codiac asset edit -e main -n my-api
|
|
586
586
|
```
|
|
587
587
|
|
|
588
|
-
_See code: [src/commands/asset/edit.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
588
|
+
_See code: [src/commands/asset/edit.ts](https://github.com/codiac/codiac-cli/blob/v1.3.192/src/commands/asset/edit.ts)_
|
|
589
589
|
|
|
590
590
|
## `codiac asset entrypoint`
|
|
591
591
|
|
|
@@ -706,7 +706,7 @@ EXAMPLES
|
|
|
706
706
|
$ codiac asset entrypoint delete -e ml -a my-worker -v '>=1.2.3' --silent
|
|
707
707
|
```
|
|
708
708
|
|
|
709
|
-
_See code: [src/commands/asset/entrypoint/delete.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
709
|
+
_See code: [src/commands/asset/entrypoint/delete.ts](https://github.com/codiac/codiac-cli/blob/v1.3.192/src/commands/asset/entrypoint/delete.ts)_
|
|
710
710
|
|
|
711
711
|
## `codiac asset entrypoint set`
|
|
712
712
|
|
|
@@ -775,7 +775,7 @@ EXAMPLES
|
|
|
775
775
|
--input=/backup/workflows'
|
|
776
776
|
```
|
|
777
777
|
|
|
778
|
-
_See code: [src/commands/asset/entrypoint/set.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
778
|
+
_See code: [src/commands/asset/entrypoint/set.ts](https://github.com/codiac/codiac-cli/blob/v1.3.192/src/commands/asset/entrypoint/set.ts)_
|
|
779
779
|
|
|
780
780
|
## `codiac asset get [CMD]`
|
|
781
781
|
|
|
@@ -882,7 +882,7 @@ EXAMPLES
|
|
|
882
882
|
$ codiac asset list -e myEnterprise --to-script
|
|
883
883
|
```
|
|
884
884
|
|
|
885
|
-
_See code: [src/commands/asset/list.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
885
|
+
_See code: [src/commands/asset/list.ts](https://github.com/codiac/codiac-cli/blob/v1.3.192/src/commands/asset/list.ts)_
|
|
886
886
|
|
|
887
887
|
## `codiac asset mon [CMD]`
|
|
888
888
|
|
|
@@ -1107,7 +1107,7 @@ EXAMPLES
|
|
|
1107
1107
|
$ codiac asset obliterate -e main -n my-api
|
|
1108
1108
|
```
|
|
1109
1109
|
|
|
1110
|
-
_See code: [src/commands/asset/obliterate.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
1110
|
+
_See code: [src/commands/asset/obliterate.ts](https://github.com/codiac/codiac-cli/blob/v1.3.192/src/commands/asset/obliterate.ts)_
|
|
1111
1111
|
|
|
1112
1112
|
## `codiac asset probe create [CMD]`
|
|
1113
1113
|
|
|
@@ -1197,7 +1197,7 @@ EXAMPLES
|
|
|
1197
1197
|
$ codiac asset probe create -n acme -a myapi --predefined builtin-heartbeat-file-exists --to-script
|
|
1198
1198
|
```
|
|
1199
1199
|
|
|
1200
|
-
_See code: [src/commands/asset/probe/create.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
1200
|
+
_See code: [src/commands/asset/probe/create.ts](https://github.com/codiac/codiac-cli/blob/v1.3.192/src/commands/asset/probe/create.ts)_
|
|
1201
1201
|
|
|
1202
1202
|
## `codiac asset probe delete`
|
|
1203
1203
|
|
|
@@ -1252,7 +1252,7 @@ EXAMPLES
|
|
|
1252
1252
|
$ codiac asset probe delete
|
|
1253
1253
|
```
|
|
1254
1254
|
|
|
1255
|
-
_See code: [src/commands/asset/probe/delete.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
1255
|
+
_See code: [src/commands/asset/probe/delete.ts](https://github.com/codiac/codiac-cli/blob/v1.3.192/src/commands/asset/probe/delete.ts)_
|
|
1256
1256
|
|
|
1257
1257
|
## `codiac asset probe list`
|
|
1258
1258
|
|
|
@@ -1304,7 +1304,7 @@ EXAMPLES
|
|
|
1304
1304
|
$ codiac asset probe list
|
|
1305
1305
|
```
|
|
1306
1306
|
|
|
1307
|
-
_See code: [src/commands/asset/probe/list.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
1307
|
+
_See code: [src/commands/asset/probe/list.ts](https://github.com/codiac/codiac-cli/blob/v1.3.192/src/commands/asset/probe/list.ts)_
|
|
1308
1308
|
|
|
1309
1309
|
## `codiac asset recycle`
|
|
1310
1310
|
|
|
@@ -1344,7 +1344,7 @@ DESCRIPTION
|
|
|
1344
1344
|
Deploys a given asset to a given cabinet. Defaults to current version.
|
|
1345
1345
|
```
|
|
1346
1346
|
|
|
1347
|
-
_See code: [src/commands/asset/recycle.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
1347
|
+
_See code: [src/commands/asset/recycle.ts](https://github.com/codiac/codiac-cli/blob/v1.3.192/src/commands/asset/recycle.ts)_
|
|
1348
1348
|
|
|
1349
1349
|
## `codiac asset undeploy`
|
|
1350
1350
|
|
|
@@ -1388,7 +1388,7 @@ EXAMPLES
|
|
|
1388
1388
|
$ codiac asset undeploy -e myEnterprise -a myApi -c dev --to-script
|
|
1389
1389
|
```
|
|
1390
1390
|
|
|
1391
|
-
_See code: [src/commands/asset/undeploy.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
1391
|
+
_See code: [src/commands/asset/undeploy.ts](https://github.com/codiac/codiac-cli/blob/v1.3.192/src/commands/asset/undeploy.ts)_
|
|
1392
1392
|
|
|
1393
1393
|
## `codiac asset view [CMD]`
|
|
1394
1394
|
|
|
@@ -1443,7 +1443,7 @@ ALIASES
|
|
|
1443
1443
|
$ codiac asset get
|
|
1444
1444
|
```
|
|
1445
1445
|
|
|
1446
|
-
_See code: [src/commands/asset/view.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
1446
|
+
_See code: [src/commands/asset/view.ts](https://github.com/codiac/codiac-cli/blob/v1.3.192/src/commands/asset/view.ts)_
|
|
1447
1447
|
|
|
1448
1448
|
## `codiac asset vol add [MOUNTPATH]`
|
|
1449
1449
|
|
|
@@ -1714,7 +1714,7 @@ ALIASES
|
|
|
1714
1714
|
$ codiac asset volume add
|
|
1715
1715
|
```
|
|
1716
1716
|
|
|
1717
|
-
_See code: [src/commands/asset/volume/create.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
1717
|
+
_See code: [src/commands/asset/volume/create.ts](https://github.com/codiac/codiac-cli/blob/v1.3.192/src/commands/asset/volume/create.ts)_
|
|
1718
1718
|
|
|
1719
1719
|
## `codiac asset volume del`
|
|
1720
1720
|
|
|
@@ -1802,7 +1802,7 @@ EXAMPLES
|
|
|
1802
1802
|
$ codiac asset volume delete -e myEnterprise -n myMount --to-script
|
|
1803
1803
|
```
|
|
1804
1804
|
|
|
1805
|
-
_See code: [src/commands/asset/volume/delete.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
1805
|
+
_See code: [src/commands/asset/volume/delete.ts](https://github.com/codiac/codiac-cli/blob/v1.3.192/src/commands/asset/volume/delete.ts)_
|
|
1806
1806
|
|
|
1807
1807
|
## `codiac asset volume list`
|
|
1808
1808
|
|
|
@@ -1851,7 +1851,7 @@ EXAMPLES
|
|
|
1851
1851
|
$ codiac asset volume list -e myEnterprise --silent
|
|
1852
1852
|
```
|
|
1853
1853
|
|
|
1854
|
-
_See code: [src/commands/asset/volume/list.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
1854
|
+
_See code: [src/commands/asset/volume/list.ts](https://github.com/codiac/codiac-cli/blob/v1.3.192/src/commands/asset/volume/list.ts)_
|
|
1855
1855
|
|
|
1856
1856
|
## `codiac asset volumes del`
|
|
1857
1857
|
|
|
@@ -2018,7 +2018,7 @@ EXAMPLES
|
|
|
2018
2018
|
$ codiac asset where -e main -a my-api --silent
|
|
2019
2019
|
```
|
|
2020
2020
|
|
|
2021
|
-
_See code: [src/commands/asset/where.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
2021
|
+
_See code: [src/commands/asset/where.ts](https://github.com/codiac/codiac-cli/blob/v1.3.192/src/commands/asset/where.ts)_
|
|
2022
2022
|
|
|
2023
2023
|
## `codiac auth cab allow`
|
|
2024
2024
|
|
|
@@ -2180,7 +2180,7 @@ EXAMPLES
|
|
|
2180
2180
|
$ codiac auth cabinet allow -e qa -c shasta -r productmanager -p read
|
|
2181
2181
|
```
|
|
2182
2182
|
|
|
2183
|
-
_See code: [src/commands/auth/cabinet/allow.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
2183
|
+
_See code: [src/commands/auth/cabinet/allow.ts](https://github.com/codiac/codiac-cli/blob/v1.3.192/src/commands/auth/cabinet/allow.ts)_
|
|
2184
2184
|
|
|
2185
2185
|
## `codiac auth cabinet allowed`
|
|
2186
2186
|
|
|
@@ -2228,7 +2228,7 @@ EXAMPLES
|
|
|
2228
2228
|
$ codiac auth cabinet allowed --enterprise modeling -e qa -c sprint5
|
|
2229
2229
|
```
|
|
2230
2230
|
|
|
2231
|
-
_See code: [src/commands/auth/cabinet/allowed.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
2231
|
+
_See code: [src/commands/auth/cabinet/allowed.ts](https://github.com/codiac/codiac-cli/blob/v1.3.192/src/commands/auth/cabinet/allowed.ts)_
|
|
2232
2232
|
|
|
2233
2233
|
## `codiac auth ent allow`
|
|
2234
2234
|
|
|
@@ -2419,7 +2419,7 @@ EXAMPLES
|
|
|
2419
2419
|
$ codiac auth enterprise allow -r deployer -p none
|
|
2420
2420
|
```
|
|
2421
2421
|
|
|
2422
|
-
_See code: [src/commands/auth/enterprise/allow.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
2422
|
+
_See code: [src/commands/auth/enterprise/allow.ts](https://github.com/codiac/codiac-cli/blob/v1.3.192/src/commands/auth/enterprise/allow.ts)_
|
|
2423
2423
|
|
|
2424
2424
|
## `codiac auth enterprise allow onEnvironments`
|
|
2425
2425
|
|
|
@@ -2473,7 +2473,7 @@ EXAMPLES
|
|
|
2473
2473
|
$ codiac auth enterprise allow onEnvironments --enterprise dyno -r productmanager -p read
|
|
2474
2474
|
```
|
|
2475
2475
|
|
|
2476
|
-
_See code: [src/commands/auth/enterprise/allow/onEnvironments.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
2476
|
+
_See code: [src/commands/auth/enterprise/allow/onEnvironments.ts](https://github.com/codiac/codiac-cli/blob/v1.3.192/src/commands/auth/enterprise/allow/onEnvironments.ts)_
|
|
2477
2477
|
|
|
2478
2478
|
## `codiac auth enterprise allowed`
|
|
2479
2479
|
|
|
@@ -2514,7 +2514,7 @@ EXAMPLES
|
|
|
2514
2514
|
$ codiac auth enterprise allowed --enterprise modeling
|
|
2515
2515
|
```
|
|
2516
2516
|
|
|
2517
|
-
_See code: [src/commands/auth/enterprise/allowed.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
2517
|
+
_See code: [src/commands/auth/enterprise/allowed.ts](https://github.com/codiac/codiac-cli/blob/v1.3.192/src/commands/auth/enterprise/allowed.ts)_
|
|
2518
2518
|
|
|
2519
2519
|
## `codiac auth env allowed`
|
|
2520
2520
|
|
|
@@ -2721,7 +2721,7 @@ EXAMPLES
|
|
|
2721
2721
|
$ codiac auth environment allow -e qa -r productmanager -p read
|
|
2722
2722
|
```
|
|
2723
2723
|
|
|
2724
|
-
_See code: [src/commands/auth/environment/allow.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
2724
|
+
_See code: [src/commands/auth/environment/allow.ts](https://github.com/codiac/codiac-cli/blob/v1.3.192/src/commands/auth/environment/allow.ts)_
|
|
2725
2725
|
|
|
2726
2726
|
## `codiac auth environment allow onCabinets`
|
|
2727
2727
|
|
|
@@ -2778,7 +2778,7 @@ EXAMPLES
|
|
|
2778
2778
|
$ codiac auth environment allow onCabinets -e qa -r productmanager -p read
|
|
2779
2779
|
```
|
|
2780
2780
|
|
|
2781
|
-
_See code: [src/commands/auth/environment/allow/onCabinets.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
2781
|
+
_See code: [src/commands/auth/environment/allow/onCabinets.ts](https://github.com/codiac/codiac-cli/blob/v1.3.192/src/commands/auth/environment/allow/onCabinets.ts)_
|
|
2782
2782
|
|
|
2783
2783
|
## `codiac auth environment allowed`
|
|
2784
2784
|
|
|
@@ -2823,7 +2823,7 @@ EXAMPLES
|
|
|
2823
2823
|
$ codiac auth environment allowed --enterprise modeling -e dev
|
|
2824
2824
|
```
|
|
2825
2825
|
|
|
2826
|
-
_See code: [src/commands/auth/environment/allowed.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
2826
|
+
_See code: [src/commands/auth/environment/allowed.ts](https://github.com/codiac/codiac-cli/blob/v1.3.192/src/commands/auth/environment/allowed.ts)_
|
|
2827
2827
|
|
|
2828
2828
|
## `codiac auth register`
|
|
2829
2829
|
|
|
@@ -2869,7 +2869,7 @@ EXAMPLES
|
|
|
2869
2869
|
$ codiac auth register
|
|
2870
2870
|
```
|
|
2871
2871
|
|
|
2872
|
-
_See code: [src/commands/auth/register.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
2872
|
+
_See code: [src/commands/auth/register.ts](https://github.com/codiac/codiac-cli/blob/v1.3.192/src/commands/auth/register.ts)_
|
|
2873
2873
|
|
|
2874
2874
|
## `codiac auth role allowed [NAME]`
|
|
2875
2875
|
|
|
@@ -2916,7 +2916,7 @@ EXAMPLES
|
|
|
2916
2916
|
$ codiac auth role allowed -n deployer -e main
|
|
2917
2917
|
```
|
|
2918
2918
|
|
|
2919
|
-
_See code: [src/commands/auth/role/allowed.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
2919
|
+
_See code: [src/commands/auth/role/allowed.ts](https://github.com/codiac/codiac-cli/blob/v1.3.192/src/commands/auth/role/allowed.ts)_
|
|
2920
2920
|
|
|
2921
2921
|
## `codiac auth role assign`
|
|
2922
2922
|
|
|
@@ -2948,7 +2948,7 @@ EXAMPLES
|
|
|
2948
2948
|
$ codiac auth role assign -r deployer -u joe.cool@yourdomain.com
|
|
2949
2949
|
```
|
|
2950
2950
|
|
|
2951
|
-
_See code: [src/commands/auth/role/assign.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
2951
|
+
_See code: [src/commands/auth/role/assign.ts](https://github.com/codiac/codiac-cli/blob/v1.3.192/src/commands/auth/role/assign.ts)_
|
|
2952
2952
|
|
|
2953
2953
|
## `codiac auth role create [NAME]`
|
|
2954
2954
|
|
|
@@ -2981,7 +2981,7 @@ EXAMPLES
|
|
|
2981
2981
|
$ codiac auth role create -n deployer
|
|
2982
2982
|
```
|
|
2983
2983
|
|
|
2984
|
-
_See code: [src/commands/auth/role/create.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
2984
|
+
_See code: [src/commands/auth/role/create.ts](https://github.com/codiac/codiac-cli/blob/v1.3.192/src/commands/auth/role/create.ts)_
|
|
2985
2985
|
|
|
2986
2986
|
## `codiac auth role delete [NAME]`
|
|
2987
2987
|
|
|
@@ -3017,7 +3017,7 @@ EXAMPLES
|
|
|
3017
3017
|
$ codiac auth role delete --id abc123def456
|
|
3018
3018
|
```
|
|
3019
3019
|
|
|
3020
|
-
_See code: [src/commands/auth/role/delete.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
3020
|
+
_See code: [src/commands/auth/role/delete.ts](https://github.com/codiac/codiac-cli/blob/v1.3.192/src/commands/auth/role/delete.ts)_
|
|
3021
3021
|
|
|
3022
3022
|
## `codiac auth role list`
|
|
3023
3023
|
|
|
@@ -3053,7 +3053,7 @@ EXAMPLES
|
|
|
3053
3053
|
$ codiac auth role list -o yaml > roles.yaml
|
|
3054
3054
|
```
|
|
3055
3055
|
|
|
3056
|
-
_See code: [src/commands/auth/role/list.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
3056
|
+
_See code: [src/commands/auth/role/list.ts](https://github.com/codiac/codiac-cli/blob/v1.3.192/src/commands/auth/role/list.ts)_
|
|
3057
3057
|
|
|
3058
3058
|
## `codiac auth role unassign`
|
|
3059
3059
|
|
|
@@ -3085,7 +3085,7 @@ EXAMPLES
|
|
|
3085
3085
|
$ codiac auth role unassign -r deployer -u joe.cool@yourdomain.com
|
|
3086
3086
|
```
|
|
3087
3087
|
|
|
3088
|
-
_See code: [src/commands/auth/role/unassign.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
3088
|
+
_See code: [src/commands/auth/role/unassign.ts](https://github.com/codiac/codiac-cli/blob/v1.3.192/src/commands/auth/role/unassign.ts)_
|
|
3089
3089
|
|
|
3090
3090
|
## `codiac auth user invite`
|
|
3091
3091
|
|
|
@@ -3125,7 +3125,7 @@ EXAMPLES
|
|
|
3125
3125
|
$ codiac auth user invite
|
|
3126
3126
|
```
|
|
3127
3127
|
|
|
3128
|
-
_See code: [src/commands/auth/user/invite.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
3128
|
+
_See code: [src/commands/auth/user/invite.ts](https://github.com/codiac/codiac-cli/blob/v1.3.192/src/commands/auth/user/invite.ts)_
|
|
3129
3129
|
|
|
3130
3130
|
## `codiac auth user list`
|
|
3131
3131
|
|
|
@@ -3161,7 +3161,7 @@ EXAMPLES
|
|
|
3161
3161
|
$ codiac auth user list -o yaml > users.yaml
|
|
3162
3162
|
```
|
|
3163
3163
|
|
|
3164
|
-
_See code: [src/commands/auth/user/list.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
3164
|
+
_See code: [src/commands/auth/user/list.ts](https://github.com/codiac/codiac-cli/blob/v1.3.192/src/commands/auth/user/list.ts)_
|
|
3165
3165
|
|
|
3166
3166
|
## `codiac autocomplete [SHELL]`
|
|
3167
3167
|
|
|
@@ -3211,7 +3211,7 @@ DESCRIPTION
|
|
|
3211
3211
|
Creates a new branch for the parent project and any sourced dependencies.
|
|
3212
3212
|
```
|
|
3213
3213
|
|
|
3214
|
-
_See code: [src/commands/branch.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
3214
|
+
_See code: [src/commands/branch.ts](https://github.com/codiac/codiac-cli/blob/v1.3.192/src/commands/branch.ts)_
|
|
3215
3215
|
|
|
3216
3216
|
## `codiac branch current`
|
|
3217
3217
|
|
|
@@ -3231,7 +3231,7 @@ ALIASES
|
|
|
3231
3231
|
$ codiac branches current
|
|
3232
3232
|
```
|
|
3233
3233
|
|
|
3234
|
-
_See code: [src/commands/branch/current.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
3234
|
+
_See code: [src/commands/branch/current.ts](https://github.com/codiac/codiac-cli/blob/v1.3.192/src/commands/branch/current.ts)_
|
|
3235
3235
|
|
|
3236
3236
|
## `codiac branch list`
|
|
3237
3237
|
|
|
@@ -3253,7 +3253,7 @@ ALIASES
|
|
|
3253
3253
|
$ codiac branches list
|
|
3254
3254
|
```
|
|
3255
3255
|
|
|
3256
|
-
_See code: [src/commands/branch/list.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
3256
|
+
_See code: [src/commands/branch/list.ts](https://github.com/codiac/codiac-cli/blob/v1.3.192/src/commands/branch/list.ts)_
|
|
3257
3257
|
|
|
3258
3258
|
## `codiac branches current`
|
|
3259
3259
|
|
|
@@ -3343,7 +3343,7 @@ DESCRIPTION
|
|
|
3343
3343
|
Builds the project and the docker container
|
|
3344
3344
|
```
|
|
3345
3345
|
|
|
3346
|
-
_See code: [src/commands/build.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
3346
|
+
_See code: [src/commands/build.ts](https://github.com/codiac/codiac-cli/blob/v1.3.192/src/commands/build.ts)_
|
|
3347
3347
|
|
|
3348
3348
|
## `codiac cab cluster attach`
|
|
3349
3349
|
|
|
@@ -3943,7 +3943,7 @@ EXAMPLES
|
|
|
3943
3943
|
prod-cluster-1 --to-script
|
|
3944
3944
|
```
|
|
3945
3945
|
|
|
3946
|
-
_See code: [src/commands/cabinet/cluster/attach.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
3946
|
+
_See code: [src/commands/cabinet/cluster/attach.ts](https://github.com/codiac/codiac-cli/blob/v1.3.192/src/commands/cabinet/cluster/attach.ts)_
|
|
3947
3947
|
|
|
3948
3948
|
## `codiac cabinet contents`
|
|
3949
3949
|
|
|
@@ -3987,7 +3987,7 @@ EXAMPLES
|
|
|
3987
3987
|
$ codiac cabinet contents -e main -c my-spike --to-script > show-contents.sh
|
|
3988
3988
|
```
|
|
3989
3989
|
|
|
3990
|
-
_See code: [src/commands/cabinet/contents.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
3990
|
+
_See code: [src/commands/cabinet/contents.ts](https://github.com/codiac/codiac-cli/blob/v1.3.192/src/commands/cabinet/contents.ts)_
|
|
3991
3991
|
|
|
3992
3992
|
## `codiac cabinet create [CABINET]`
|
|
3993
3993
|
|
|
@@ -4054,7 +4054,7 @@ EXAMPLES
|
|
|
4054
4054
|
cod cabinet create my-cab-name --enterprise main -e dev-environemt -c my-cluster --silent
|
|
4055
4055
|
```
|
|
4056
4056
|
|
|
4057
|
-
_See code: [src/commands/cabinet/create.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
4057
|
+
_See code: [src/commands/cabinet/create.ts](https://github.com/codiac/codiac-cli/blob/v1.3.192/src/commands/cabinet/create.ts)_
|
|
4058
4058
|
|
|
4059
4059
|
## `codiac cabinet define [CABINET]`
|
|
4060
4060
|
|
|
@@ -4116,7 +4116,7 @@ EXAMPLES
|
|
|
4116
4116
|
$ codiac cabinet define my-cab --enterprise main --environment dev-environment --cluster my-cluster --silent
|
|
4117
4117
|
```
|
|
4118
4118
|
|
|
4119
|
-
_See code: [src/commands/cabinet/define.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
4119
|
+
_See code: [src/commands/cabinet/define.ts](https://github.com/codiac/codiac-cli/blob/v1.3.192/src/commands/cabinet/define.ts)_
|
|
4120
4120
|
|
|
4121
4121
|
## `codiac cabinet destroy [CABINET]`
|
|
4122
4122
|
|
|
@@ -4174,7 +4174,7 @@ EXAMPLES
|
|
|
4174
4174
|
--environment dev --silent
|
|
4175
4175
|
```
|
|
4176
4176
|
|
|
4177
|
-
_See code: [src/commands/cabinet/destroy.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
4177
|
+
_See code: [src/commands/cabinet/destroy.ts](https://github.com/codiac/codiac-cli/blob/v1.3.192/src/commands/cabinet/destroy.ts)_
|
|
4178
4178
|
|
|
4179
4179
|
## `codiac cabinet detach [CABINET]`
|
|
4180
4180
|
|
|
@@ -4231,7 +4231,7 @@ EXAMPLES
|
|
|
4231
4231
|
main --environment dev
|
|
4232
4232
|
```
|
|
4233
4233
|
|
|
4234
|
-
_See code: [src/commands/cabinet/detach.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
4234
|
+
_See code: [src/commands/cabinet/detach.ts](https://github.com/codiac/codiac-cli/blob/v1.3.192/src/commands/cabinet/detach.ts)_
|
|
4235
4235
|
|
|
4236
4236
|
## `codiac cabinet forget [CABINET]`
|
|
4237
4237
|
|
|
@@ -4286,7 +4286,7 @@ EXAMPLES
|
|
|
4286
4286
|
$ codiac cabinet forget --to-script
|
|
4287
4287
|
```
|
|
4288
4288
|
|
|
4289
|
-
_See code: [src/commands/cabinet/forget.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
4289
|
+
_See code: [src/commands/cabinet/forget.ts](https://github.com/codiac/codiac-cli/blob/v1.3.192/src/commands/cabinet/forget.ts)_
|
|
4290
4290
|
|
|
4291
4291
|
## `codiac cabinet list`
|
|
4292
4292
|
|
|
@@ -4337,7 +4337,7 @@ EXAMPLES
|
|
|
4337
4337
|
$ codiac cabinet list -e myEnterprise --silent
|
|
4338
4338
|
```
|
|
4339
4339
|
|
|
4340
|
-
_See code: [src/commands/cabinet/list.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
4340
|
+
_See code: [src/commands/cabinet/list.ts](https://github.com/codiac/codiac-cli/blob/v1.3.192/src/commands/cabinet/list.ts)_
|
|
4341
4341
|
|
|
4342
4342
|
## `codiac cabinet obliterate [CABINET]`
|
|
4343
4343
|
|
|
@@ -4379,7 +4379,7 @@ ALIASES
|
|
|
4379
4379
|
$ codiac infrx cab obliterate
|
|
4380
4380
|
```
|
|
4381
4381
|
|
|
4382
|
-
_See code: [src/commands/cabinet/obliterate.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
4382
|
+
_See code: [src/commands/cabinet/obliterate.ts](https://github.com/codiac/codiac-cli/blob/v1.3.192/src/commands/cabinet/obliterate.ts)_
|
|
4383
4383
|
|
|
4384
4384
|
## `codiac cabinet restore`
|
|
4385
4385
|
|
|
@@ -4446,7 +4446,7 @@ EXAMPLES
|
|
|
4446
4446
|
$ codiac cabinet restore --cluster prod-cluster-1 --to-script
|
|
4447
4447
|
```
|
|
4448
4448
|
|
|
4449
|
-
_See code: [src/commands/cabinet/restore.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
4449
|
+
_See code: [src/commands/cabinet/restore.ts](https://github.com/codiac/codiac-cli/blob/v1.3.192/src/commands/cabinet/restore.ts)_
|
|
4450
4450
|
|
|
4451
4451
|
## `codiac cfg add`
|
|
4452
4452
|
|
|
@@ -4703,7 +4703,7 @@ DESCRIPTION
|
|
|
4703
4703
|
Applies settings to the Codiac CLI itself (scoped to the local machine).
|
|
4704
4704
|
```
|
|
4705
4705
|
|
|
4706
|
-
_See code: [src/commands/cli.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
4706
|
+
_See code: [src/commands/cli.ts](https://github.com/codiac/codiac-cli/blob/v1.3.192/src/commands/cli.ts)_
|
|
4707
4707
|
|
|
4708
4708
|
## `codiac cluster agent configure [CLUSTER]`
|
|
4709
4709
|
|
|
@@ -4768,7 +4768,7 @@ EXAMPLES
|
|
|
4768
4768
|
$ codiac cluster agent configure my-cluster --to-script
|
|
4769
4769
|
```
|
|
4770
4770
|
|
|
4771
|
-
_See code: [src/commands/cluster/agent/configure.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
4771
|
+
_See code: [src/commands/cluster/agent/configure.ts](https://github.com/codiac/codiac-cli/blob/v1.3.192/src/commands/cluster/agent/configure.ts)_
|
|
4772
4772
|
|
|
4773
4773
|
## `codiac cluster agent install [CLUSTER]`
|
|
4774
4774
|
|
|
@@ -4821,7 +4821,7 @@ EXAMPLES
|
|
|
4821
4821
|
$ codiac cluster agent install my-cluster --to-script
|
|
4822
4822
|
```
|
|
4823
4823
|
|
|
4824
|
-
_See code: [src/commands/cluster/agent/install.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
4824
|
+
_See code: [src/commands/cluster/agent/install.ts](https://github.com/codiac/codiac-cli/blob/v1.3.192/src/commands/cluster/agent/install.ts)_
|
|
4825
4825
|
|
|
4826
4826
|
## `codiac cluster agent uninstall [CLUSTER]`
|
|
4827
4827
|
|
|
@@ -4866,7 +4866,7 @@ EXAMPLES
|
|
|
4866
4866
|
$ codiac cluster agent uninstall my-cluster --to-script
|
|
4867
4867
|
```
|
|
4868
4868
|
|
|
4869
|
-
_See code: [src/commands/cluster/agent/uninstall.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
4869
|
+
_See code: [src/commands/cluster/agent/uninstall.ts](https://github.com/codiac/codiac-cli/blob/v1.3.192/src/commands/cluster/agent/uninstall.ts)_
|
|
4870
4870
|
|
|
4871
4871
|
## `codiac cluster bootstrap [NAME]`
|
|
4872
4872
|
|
|
@@ -4929,7 +4929,7 @@ EXAMPLES
|
|
|
4929
4929
|
$ codiac cluster bootstrap my-cluster --to-script
|
|
4930
4930
|
```
|
|
4931
4931
|
|
|
4932
|
-
_See code: [src/commands/cluster/bootstrap.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
4932
|
+
_See code: [src/commands/cluster/bootstrap.ts](https://github.com/codiac/codiac-cli/blob/v1.3.192/src/commands/cluster/bootstrap.ts)_
|
|
4933
4933
|
|
|
4934
4934
|
## `codiac cluster capture`
|
|
4935
4935
|
|
|
@@ -5014,7 +5014,7 @@ EXAMPLES
|
|
|
5014
5014
|
$ codiac cluster connect my-fav-cluster
|
|
5015
5015
|
```
|
|
5016
5016
|
|
|
5017
|
-
_See code: [src/commands/cluster/connect.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
5017
|
+
_See code: [src/commands/cluster/connect.ts](https://github.com/codiac/codiac-cli/blob/v1.3.192/src/commands/cluster/connect.ts)_
|
|
5018
5018
|
|
|
5019
5019
|
## `codiac cluster contents`
|
|
5020
5020
|
|
|
@@ -5508,7 +5508,7 @@ EXAMPLES
|
|
|
5508
5508
|
$ codiac cluster install my-cluster -a my-chart -u 1.2.3 --silent
|
|
5509
5509
|
```
|
|
5510
5510
|
|
|
5511
|
-
_See code: [src/commands/cluster/install.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
5511
|
+
_See code: [src/commands/cluster/install.ts](https://github.com/codiac/codiac-cli/blob/v1.3.192/src/commands/cluster/install.ts)_
|
|
5512
5512
|
|
|
5513
5513
|
## `codiac cluster journal [CLUSTER]`
|
|
5514
5514
|
|
|
@@ -5797,7 +5797,7 @@ EXAMPLES
|
|
|
5797
5797
|
$ codiac cluster stack capture my-fav-cluster
|
|
5798
5798
|
```
|
|
5799
5799
|
|
|
5800
|
-
_See code: [src/commands/cluster/stack/capture.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
5800
|
+
_See code: [src/commands/cluster/stack/capture.ts](https://github.com/codiac/codiac-cli/blob/v1.3.192/src/commands/cluster/stack/capture.ts)_
|
|
5801
5801
|
|
|
5802
5802
|
## `codiac cluster stack install [CLUSTER]`
|
|
5803
5803
|
|
|
@@ -5849,7 +5849,7 @@ EXAMPLES
|
|
|
5849
5849
|
$ codiac cluster stack install my-cluster --to-script
|
|
5850
5850
|
```
|
|
5851
5851
|
|
|
5852
|
-
_See code: [src/commands/cluster/stack/install.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
5852
|
+
_See code: [src/commands/cluster/stack/install.ts](https://github.com/codiac/codiac-cli/blob/v1.3.192/src/commands/cluster/stack/install.ts)_
|
|
5853
5853
|
|
|
5854
5854
|
## `codiac cluster stack list`
|
|
5855
5855
|
|
|
@@ -6015,7 +6015,7 @@ EXAMPLES
|
|
|
6015
6015
|
$ codiac cluster start my-fav-cluster
|
|
6016
6016
|
```
|
|
6017
6017
|
|
|
6018
|
-
_See code: [src/commands/cluster/start.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
6018
|
+
_See code: [src/commands/cluster/start.ts](https://github.com/codiac/codiac-cli/blob/v1.3.192/src/commands/cluster/start.ts)_
|
|
6019
6019
|
|
|
6020
6020
|
## `codiac cluster stop [CLUSTER]`
|
|
6021
6021
|
|
|
@@ -6052,7 +6052,7 @@ EXAMPLES
|
|
|
6052
6052
|
$ codiac cluster start my-fav-cluster
|
|
6053
6053
|
```
|
|
6054
6054
|
|
|
6055
|
-
_See code: [src/commands/cluster/stop.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
6055
|
+
_See code: [src/commands/cluster/stop.ts](https://github.com/codiac/codiac-cli/blob/v1.3.192/src/commands/cluster/stop.ts)_
|
|
6056
6056
|
|
|
6057
6057
|
## `codiac cluster uninstall`
|
|
6058
6058
|
|
|
@@ -6114,7 +6114,7 @@ DESCRIPTION
|
|
|
6114
6114
|
Commits the currently staged changes on the current branch of the main project and on any sourced dependencies.
|
|
6115
6115
|
```
|
|
6116
6116
|
|
|
6117
|
-
_See code: [src/commands/commit.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
6117
|
+
_See code: [src/commands/commit.ts](https://github.com/codiac/codiac-cli/blob/v1.3.192/src/commands/commit.ts)_
|
|
6118
6118
|
|
|
6119
6119
|
## `codiac config add`
|
|
6120
6120
|
|
|
@@ -6224,7 +6224,7 @@ EXAMPLES
|
|
|
6224
6224
|
'#REF|azKeyVault|our-secret-store|some-managed-svc-cert'
|
|
6225
6225
|
```
|
|
6226
6226
|
|
|
6227
|
-
_See code: [src/commands/config/add.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
6227
|
+
_See code: [src/commands/config/add.ts](https://github.com/codiac/codiac-cli/blob/v1.3.192/src/commands/config/add.ts)_
|
|
6228
6228
|
|
|
6229
6229
|
## `codiac config delete [SETTING]`
|
|
6230
6230
|
|
|
@@ -6293,7 +6293,7 @@ ALIASES
|
|
|
6293
6293
|
$ codiac cfg delete
|
|
6294
6294
|
```
|
|
6295
6295
|
|
|
6296
|
-
_See code: [src/commands/config/delete.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
6296
|
+
_See code: [src/commands/config/delete.ts](https://github.com/codiac/codiac-cli/blob/v1.3.192/src/commands/config/delete.ts)_
|
|
6297
6297
|
|
|
6298
6298
|
## `codiac config deploy`
|
|
6299
6299
|
|
|
@@ -6334,7 +6334,7 @@ EXAMPLES
|
|
|
6334
6334
|
$ codiac config deploy -e myEnterprise -a myApi -c dev --to-script
|
|
6335
6335
|
```
|
|
6336
6336
|
|
|
6337
|
-
_See code: [src/commands/config/deploy.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
6337
|
+
_See code: [src/commands/config/deploy.ts](https://github.com/codiac/codiac-cli/blob/v1.3.192/src/commands/config/deploy.ts)_
|
|
6338
6338
|
|
|
6339
6339
|
## `codiac config import`
|
|
6340
6340
|
|
|
@@ -6387,7 +6387,7 @@ EXAMPLES
|
|
|
6387
6387
|
$ codiac config import -a myApi -s ./dist/app-config.json -n myEnterprise --to-script
|
|
6388
6388
|
```
|
|
6389
6389
|
|
|
6390
|
-
_See code: [src/commands/config/import.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
6390
|
+
_See code: [src/commands/config/import.ts](https://github.com/codiac/codiac-cli/blob/v1.3.192/src/commands/config/import.ts)_
|
|
6391
6391
|
|
|
6392
6392
|
## `codiac config preview [SETTING]`
|
|
6393
6393
|
|
|
@@ -6628,7 +6628,7 @@ DESCRIPTION
|
|
|
6628
6628
|
Shows the list of clusters.
|
|
6629
6629
|
```
|
|
6630
6630
|
|
|
6631
|
-
_See code: [src/commands/config/settings/get.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
6631
|
+
_See code: [src/commands/config/settings/get.ts](https://github.com/codiac/codiac-cli/blob/v1.3.192/src/commands/config/settings/get.ts)_
|
|
6632
6632
|
|
|
6633
6633
|
## `codiac config view [SETTING]`
|
|
6634
6634
|
|
|
@@ -6693,7 +6693,7 @@ EXAMPLES
|
|
|
6693
6693
|
$ codiac config view -e myEnterprise -a myApi -c dev --to-script
|
|
6694
6694
|
```
|
|
6695
6695
|
|
|
6696
|
-
_See code: [src/commands/config/view.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
6696
|
+
_See code: [src/commands/config/view.ts](https://github.com/codiac/codiac-cli/blob/v1.3.192/src/commands/config/view.ts)_
|
|
6697
6697
|
|
|
6698
6698
|
## `codiac csp creds list`
|
|
6699
6699
|
|
|
@@ -6741,7 +6741,7 @@ EXAMPLES
|
|
|
6741
6741
|
$ codiac csp creds list
|
|
6742
6742
|
```
|
|
6743
6743
|
|
|
6744
|
-
_See code: [src/commands/csp/creds/list.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
6744
|
+
_See code: [src/commands/csp/creds/list.ts](https://github.com/codiac/codiac-cli/blob/v1.3.192/src/commands/csp/creds/list.ts)_
|
|
6745
6745
|
|
|
6746
6746
|
## `codiac csp login [PROVIDER]`
|
|
6747
6747
|
|
|
@@ -6819,7 +6819,7 @@ EXAMPLES
|
|
|
6819
6819
|
cod csp login -u ASIAZ3XYZPDQ123 -p $(cat my-aws-secret-key.txt) --aws-session-token $(cat my-aws-sesh.txt) aws
|
|
6820
6820
|
```
|
|
6821
6821
|
|
|
6822
|
-
_See code: [src/commands/csp/login.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
6822
|
+
_See code: [src/commands/csp/login.ts](https://github.com/codiac/codiac-cli/blob/v1.3.192/src/commands/csp/login.ts)_
|
|
6823
6823
|
|
|
6824
6824
|
## `codiac csp logout [PROVIDER]`
|
|
6825
6825
|
|
|
@@ -6866,7 +6866,7 @@ EXAMPLES
|
|
|
6866
6866
|
$ codiac csp logout azure --to-script
|
|
6867
6867
|
```
|
|
6868
6868
|
|
|
6869
|
-
_See code: [src/commands/csp/logout.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
6869
|
+
_See code: [src/commands/csp/logout.ts](https://github.com/codiac/codiac-cli/blob/v1.3.192/src/commands/csp/logout.ts)_
|
|
6870
6870
|
|
|
6871
6871
|
## `codiac dep [NAME]`
|
|
6872
6872
|
|
|
@@ -6887,7 +6887,7 @@ DESCRIPTION
|
|
|
6887
6887
|
Installs a package into current project.
|
|
6888
6888
|
```
|
|
6889
6889
|
|
|
6890
|
-
_See code: [src/commands/dep.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
6890
|
+
_See code: [src/commands/dep.ts](https://github.com/codiac/codiac-cli/blob/v1.3.192/src/commands/dep.ts)_
|
|
6891
6891
|
|
|
6892
6892
|
## `codiac dep create [URL]`
|
|
6893
6893
|
|
|
@@ -6911,7 +6911,7 @@ DESCRIPTION
|
|
|
6911
6911
|
package version is used.
|
|
6912
6912
|
```
|
|
6913
6913
|
|
|
6914
|
-
_See code: [src/commands/dep/create.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
6914
|
+
_See code: [src/commands/dep/create.ts](https://github.com/codiac/codiac-cli/blob/v1.3.192/src/commands/dep/create.ts)_
|
|
6915
6915
|
|
|
6916
6916
|
## `codiac dep install`
|
|
6917
6917
|
|
|
@@ -6928,7 +6928,7 @@ DESCRIPTION
|
|
|
6928
6928
|
installs any missing dependency packages into the local project folder.
|
|
6929
6929
|
```
|
|
6930
6930
|
|
|
6931
|
-
_See code: [src/commands/dep/install.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
6931
|
+
_See code: [src/commands/dep/install.ts](https://github.com/codiac/codiac-cli/blob/v1.3.192/src/commands/dep/install.ts)_
|
|
6932
6932
|
|
|
6933
6933
|
## `codiac dep list`
|
|
6934
6934
|
|
|
@@ -6945,7 +6945,7 @@ DESCRIPTION
|
|
|
6945
6945
|
Shows the dependencies for the project.
|
|
6946
6946
|
```
|
|
6947
6947
|
|
|
6948
|
-
_See code: [src/commands/dep/list.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
6948
|
+
_See code: [src/commands/dep/list.ts](https://github.com/codiac/codiac-cli/blob/v1.3.192/src/commands/dep/list.ts)_
|
|
6949
6949
|
|
|
6950
6950
|
## `codiac dep remove [NAME]`
|
|
6951
6951
|
|
|
@@ -6968,7 +6968,7 @@ DESCRIPTION
|
|
|
6968
6968
|
Removes a dependency from the project.
|
|
6969
6969
|
```
|
|
6970
6970
|
|
|
6971
|
-
_See code: [src/commands/dep/remove.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
6971
|
+
_See code: [src/commands/dep/remove.ts](https://github.com/codiac/codiac-cli/blob/v1.3.192/src/commands/dep/remove.ts)_
|
|
6972
6972
|
|
|
6973
6973
|
## `codiac dep source [NAME]`
|
|
6974
6974
|
|
|
@@ -6994,7 +6994,7 @@ ALIASES
|
|
|
6994
6994
|
$ codiac dep src
|
|
6995
6995
|
```
|
|
6996
6996
|
|
|
6997
|
-
_See code: [src/commands/dep/source.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
6997
|
+
_See code: [src/commands/dep/source.ts](https://github.com/codiac/codiac-cli/blob/v1.3.192/src/commands/dep/source.ts)_
|
|
6998
6998
|
|
|
6999
6999
|
## `codiac dep src [NAME]`
|
|
7000
7000
|
|
|
@@ -7038,7 +7038,7 @@ DESCRIPTION
|
|
|
7038
7038
|
Publishes the dependency in its current state and upgrades to it in the main project.
|
|
7039
7039
|
```
|
|
7040
7040
|
|
|
7041
|
-
_See code: [src/commands/dep/syncup.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
7041
|
+
_See code: [src/commands/dep/syncup.ts](https://github.com/codiac/codiac-cli/blob/v1.3.192/src/commands/dep/syncup.ts)_
|
|
7042
7042
|
|
|
7043
7043
|
## `codiac dep unsource [NAME]`
|
|
7044
7044
|
|
|
@@ -7066,7 +7066,7 @@ ALIASES
|
|
|
7066
7066
|
$ codiac dep unsrc
|
|
7067
7067
|
```
|
|
7068
7068
|
|
|
7069
|
-
_See code: [src/commands/dep/unsource.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
7069
|
+
_See code: [src/commands/dep/unsource.ts](https://github.com/codiac/codiac-cli/blob/v1.3.192/src/commands/dep/unsource.ts)_
|
|
7070
7070
|
|
|
7071
7071
|
## `codiac dep unsrc [NAME]`
|
|
7072
7072
|
|
|
@@ -7113,7 +7113,7 @@ DESCRIPTION
|
|
|
7113
7113
|
describe the command here
|
|
7114
7114
|
```
|
|
7115
7115
|
|
|
7116
|
-
_See code: [src/commands/dep/upgrade.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
7116
|
+
_See code: [src/commands/dep/upgrade.ts](https://github.com/codiac/codiac-cli/blob/v1.3.192/src/commands/dep/upgrade.ts)_
|
|
7117
7117
|
|
|
7118
7118
|
## `codiac deploy`
|
|
7119
7119
|
|
|
@@ -7165,7 +7165,7 @@ EXAMPLES
|
|
|
7165
7165
|
$ codiac deploy -e myEnterprise -a myApi -u 1.2.3 -c dev --to-script
|
|
7166
7166
|
```
|
|
7167
7167
|
|
|
7168
|
-
_See code: [src/commands/deploy.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
7168
|
+
_See code: [src/commands/deploy.ts](https://github.com/codiac/codiac-cli/blob/v1.3.192/src/commands/deploy.ts)_
|
|
7169
7169
|
|
|
7170
7170
|
## `codiac domain map [DOMAIN]`
|
|
7171
7171
|
|
|
@@ -7315,7 +7315,7 @@ EXAMPLES
|
|
|
7315
7315
|
cod enterprise create my-enterprise-code --silent
|
|
7316
7316
|
```
|
|
7317
7317
|
|
|
7318
|
-
_See code: [src/commands/enterprise/create.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
7318
|
+
_See code: [src/commands/enterprise/create.ts](https://github.com/codiac/codiac-cli/blob/v1.3.192/src/commands/enterprise/create.ts)_
|
|
7319
7319
|
|
|
7320
7320
|
## `codiac enterprise list`
|
|
7321
7321
|
|
|
@@ -7370,7 +7370,7 @@ EXAMPLES
|
|
|
7370
7370
|
$ codiac enterprise list --to-script
|
|
7371
7371
|
```
|
|
7372
7372
|
|
|
7373
|
-
_See code: [src/commands/enterprise/list.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
7373
|
+
_See code: [src/commands/enterprise/list.ts](https://github.com/codiac/codiac-cli/blob/v1.3.192/src/commands/enterprise/list.ts)_
|
|
7374
7374
|
|
|
7375
7375
|
## `codiac env add [SETTING]`
|
|
7376
7376
|
|
|
@@ -7420,7 +7420,7 @@ EXAMPLES
|
|
|
7420
7420
|
$ codiac env add -s MY_VAR -v myValue -n myEnterprise --to-script
|
|
7421
7421
|
```
|
|
7422
7422
|
|
|
7423
|
-
_See code: [src/commands/env/add.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
7423
|
+
_See code: [src/commands/env/add.ts](https://github.com/codiac/codiac-cli/blob/v1.3.192/src/commands/env/add.ts)_
|
|
7424
7424
|
|
|
7425
7425
|
## `codiac enviro cluster attach`
|
|
7426
7426
|
|
|
@@ -7723,7 +7723,7 @@ ALIASES
|
|
|
7723
7723
|
$ codiac infrx enviro cluster attach
|
|
7724
7724
|
```
|
|
7725
7725
|
|
|
7726
|
-
_See code: [src/commands/environment/cluster/attach.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
7726
|
+
_See code: [src/commands/environment/cluster/attach.ts](https://github.com/codiac/codiac-cli/blob/v1.3.192/src/commands/environment/cluster/attach.ts)_
|
|
7727
7727
|
|
|
7728
7728
|
## `codiac environment cluster detach`
|
|
7729
7729
|
|
|
@@ -7769,7 +7769,7 @@ ALIASES
|
|
|
7769
7769
|
$ codiac infrx enviro cluster detach
|
|
7770
7770
|
```
|
|
7771
7771
|
|
|
7772
|
-
_See code: [src/commands/environment/cluster/detach.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
7772
|
+
_See code: [src/commands/environment/cluster/detach.ts](https://github.com/codiac/codiac-cli/blob/v1.3.192/src/commands/environment/cluster/detach.ts)_
|
|
7773
7773
|
|
|
7774
7774
|
## `codiac environment create [NAME]`
|
|
7775
7775
|
|
|
@@ -7832,7 +7832,7 @@ EXAMPLES
|
|
|
7832
7832
|
cod environment create dev --enterprise main --cluster my-cluster-1 --cluster my-cluster-2 --silent
|
|
7833
7833
|
```
|
|
7834
7834
|
|
|
7835
|
-
_See code: [src/commands/environment/create.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
7835
|
+
_See code: [src/commands/environment/create.ts](https://github.com/codiac/codiac-cli/blob/v1.3.192/src/commands/environment/create.ts)_
|
|
7836
7836
|
|
|
7837
7837
|
## `codiac environment delete [NAME]`
|
|
7838
7838
|
|
|
@@ -7893,7 +7893,7 @@ EXAMPLES
|
|
|
7893
7893
|
$ codiac environment delete dev --enterprise main --to-script
|
|
7894
7894
|
```
|
|
7895
7895
|
|
|
7896
|
-
_See code: [src/commands/environment/delete.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
7896
|
+
_See code: [src/commands/environment/delete.ts](https://github.com/codiac/codiac-cli/blob/v1.3.192/src/commands/environment/delete.ts)_
|
|
7897
7897
|
|
|
7898
7898
|
## `codiac environment list`
|
|
7899
7899
|
|
|
@@ -7944,7 +7944,7 @@ EXAMPLES
|
|
|
7944
7944
|
$ codiac environment list -e myEnterprise --silent
|
|
7945
7945
|
```
|
|
7946
7946
|
|
|
7947
|
-
_See code: [src/commands/environment/list.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
7947
|
+
_See code: [src/commands/environment/list.ts](https://github.com/codiac/codiac-cli/blob/v1.3.192/src/commands/environment/list.ts)_
|
|
7948
7948
|
|
|
7949
7949
|
## `codiac fileshare capture`
|
|
7950
7950
|
|
|
@@ -8028,7 +8028,7 @@ ALIASES
|
|
|
8028
8028
|
$ codiac fileshare capture
|
|
8029
8029
|
```
|
|
8030
8030
|
|
|
8031
|
-
_See code: [src/commands/filestore/capture.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
8031
|
+
_See code: [src/commands/filestore/capture.ts](https://github.com/codiac/codiac-cli/blob/v1.3.192/src/commands/filestore/capture.ts)_
|
|
8032
8032
|
|
|
8033
8033
|
## `codiac filestore forget`
|
|
8034
8034
|
|
|
@@ -8075,7 +8075,7 @@ EXAMPLES
|
|
|
8075
8075
|
$ codiac filestore forget
|
|
8076
8076
|
```
|
|
8077
8077
|
|
|
8078
|
-
_See code: [src/commands/filestore/forget.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
8078
|
+
_See code: [src/commands/filestore/forget.ts](https://github.com/codiac/codiac-cli/blob/v1.3.192/src/commands/filestore/forget.ts)_
|
|
8079
8079
|
|
|
8080
8080
|
## `codiac filestore list`
|
|
8081
8081
|
|
|
@@ -8121,7 +8121,7 @@ EXAMPLES
|
|
|
8121
8121
|
$ codiac filestore list
|
|
8122
8122
|
```
|
|
8123
8123
|
|
|
8124
|
-
_See code: [src/commands/filestore/list.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
8124
|
+
_See code: [src/commands/filestore/list.ts](https://github.com/codiac/codiac-cli/blob/v1.3.192/src/commands/filestore/list.ts)_
|
|
8125
8125
|
|
|
8126
8126
|
## `codiac help [COMMANDS]`
|
|
8127
8127
|
|
|
@@ -8207,7 +8207,7 @@ EXAMPLES
|
|
|
8207
8207
|
$ codiac host delete
|
|
8208
8208
|
```
|
|
8209
8209
|
|
|
8210
|
-
_See code: [src/commands/host/delete.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
8210
|
+
_See code: [src/commands/host/delete.ts](https://github.com/codiac/codiac-cli/blob/v1.3.192/src/commands/host/delete.ts)_
|
|
8211
8211
|
|
|
8212
8212
|
## `codiac host list [DOMAIN]`
|
|
8213
8213
|
|
|
@@ -8251,7 +8251,7 @@ EXAMPLES
|
|
|
8251
8251
|
$ codiac host list
|
|
8252
8252
|
```
|
|
8253
8253
|
|
|
8254
|
-
_See code: [src/commands/host/list.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
8254
|
+
_See code: [src/commands/host/list.ts](https://github.com/codiac/codiac-cli/blob/v1.3.192/src/commands/host/list.ts)_
|
|
8255
8255
|
|
|
8256
8256
|
## `codiac host map [DOMAIN]`
|
|
8257
8257
|
|
|
@@ -8299,7 +8299,7 @@ EXAMPLES
|
|
|
8299
8299
|
$ codiac host map my-company.com -e myEnterprise --to-script
|
|
8300
8300
|
```
|
|
8301
8301
|
|
|
8302
|
-
_See code: [src/commands/host/map.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
8302
|
+
_See code: [src/commands/host/map.ts](https://github.com/codiac/codiac-cli/blob/v1.3.192/src/commands/host/map.ts)_
|
|
8303
8303
|
|
|
8304
8304
|
## `codiac host view [DOMAIN]`
|
|
8305
8305
|
|
|
@@ -8344,7 +8344,7 @@ EXAMPLES
|
|
|
8344
8344
|
$ codiac host view
|
|
8345
8345
|
```
|
|
8346
8346
|
|
|
8347
|
-
_See code: [src/commands/host/view.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
8347
|
+
_See code: [src/commands/host/view.ts](https://github.com/codiac/codiac-cli/blob/v1.3.192/src/commands/host/view.ts)_
|
|
8348
8348
|
|
|
8349
8349
|
## `codiac identify [TOKENNAME]`
|
|
8350
8350
|
|
|
@@ -8416,7 +8416,7 @@ ALIASES
|
|
|
8416
8416
|
$ codiac token
|
|
8417
8417
|
```
|
|
8418
8418
|
|
|
8419
|
-
_See code: [src/commands/identity.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
8419
|
+
_See code: [src/commands/identity.ts](https://github.com/codiac/codiac-cli/blob/v1.3.192/src/commands/identity.ts)_
|
|
8420
8420
|
|
|
8421
8421
|
## `codiac identity delete [NAME]`
|
|
8422
8422
|
|
|
@@ -8441,7 +8441,7 @@ ALIASES
|
|
|
8441
8441
|
$ codiac token remove
|
|
8442
8442
|
```
|
|
8443
8443
|
|
|
8444
|
-
_See code: [src/commands/identity/delete.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
8444
|
+
_See code: [src/commands/identity/delete.ts](https://github.com/codiac/codiac-cli/blob/v1.3.192/src/commands/identity/delete.ts)_
|
|
8445
8445
|
|
|
8446
8446
|
## `codiac identity list`
|
|
8447
8447
|
|
|
@@ -8463,7 +8463,7 @@ ALIASES
|
|
|
8463
8463
|
$ codiac token list
|
|
8464
8464
|
```
|
|
8465
8465
|
|
|
8466
|
-
_See code: [src/commands/identity/list.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
8466
|
+
_See code: [src/commands/identity/list.ts](https://github.com/codiac/codiac-cli/blob/v1.3.192/src/commands/identity/list.ts)_
|
|
8467
8467
|
|
|
8468
8468
|
## `codiac identity remove [NAME]`
|
|
8469
8469
|
|
|
@@ -8784,7 +8784,7 @@ DESCRIPTION
|
|
|
8784
8784
|
Saves a reference to an existing container registry.
|
|
8785
8785
|
```
|
|
8786
8786
|
|
|
8787
|
-
_See code: [src/commands/imageRegistry/capture.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
8787
|
+
_See code: [src/commands/imageRegistry/capture.ts](https://github.com/codiac/codiac-cli/blob/v1.3.192/src/commands/imageRegistry/capture.ts)_
|
|
8788
8788
|
|
|
8789
8789
|
## `codiac imageRegistry forget`
|
|
8790
8790
|
|
|
@@ -8805,7 +8805,7 @@ DESCRIPTION
|
|
|
8805
8805
|
Removes the reference to the given container registry for the tenant. Does NOT delete the registry itself.
|
|
8806
8806
|
```
|
|
8807
8807
|
|
|
8808
|
-
_See code: [src/commands/imageRegistry/forget.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
8808
|
+
_See code: [src/commands/imageRegistry/forget.ts](https://github.com/codiac/codiac-cli/blob/v1.3.192/src/commands/imageRegistry/forget.ts)_
|
|
8809
8809
|
|
|
8810
8810
|
## `codiac imageRegistry list`
|
|
8811
8811
|
|
|
@@ -8847,7 +8847,7 @@ EXAMPLES
|
|
|
8847
8847
|
$ codiac imageRegistry list -o yaml > registries.yaml
|
|
8848
8848
|
```
|
|
8849
8849
|
|
|
8850
|
-
_See code: [src/commands/imageRegistry/list.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
8850
|
+
_See code: [src/commands/imageRegistry/list.ts](https://github.com/codiac/codiac-cli/blob/v1.3.192/src/commands/imageRegistry/list.ts)_
|
|
8851
8851
|
|
|
8852
8852
|
## `codiac imageRegistry pullSecret set`
|
|
8853
8853
|
|
|
@@ -8883,7 +8883,7 @@ ALIASES
|
|
|
8883
8883
|
$ codiac pullsecret
|
|
8884
8884
|
```
|
|
8885
8885
|
|
|
8886
|
-
_See code: [src/commands/imageRegistry/pullSecret/set.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
8886
|
+
_See code: [src/commands/imageRegistry/pullSecret/set.ts](https://github.com/codiac/codiac-cli/blob/v1.3.192/src/commands/imageRegistry/pullSecret/set.ts)_
|
|
8887
8887
|
|
|
8888
8888
|
## `codiac imageRegistry pullSecret unset`
|
|
8889
8889
|
|
|
@@ -8910,7 +8910,7 @@ ALIASES
|
|
|
8910
8910
|
$ codiac pullsecret unset
|
|
8911
8911
|
```
|
|
8912
8912
|
|
|
8913
|
-
_See code: [src/commands/imageRegistry/pullSecret/unset.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
8913
|
+
_See code: [src/commands/imageRegistry/pullSecret/unset.ts](https://github.com/codiac/codiac-cli/blob/v1.3.192/src/commands/imageRegistry/pullSecret/unset.ts)_
|
|
8914
8914
|
|
|
8915
8915
|
## `codiac images add [IMAGENAME]`
|
|
8916
8916
|
|
|
@@ -8971,7 +8971,7 @@ EXAMPLES
|
|
|
8971
8971
|
$ codiac images add your-company/your-image --to-script
|
|
8972
8972
|
```
|
|
8973
8973
|
|
|
8974
|
-
_See code: [src/commands/images/add.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
8974
|
+
_See code: [src/commands/images/add.ts](https://github.com/codiac/codiac-cli/blob/v1.3.192/src/commands/images/add.ts)_
|
|
8975
8975
|
|
|
8976
8976
|
## `codiac images list`
|
|
8977
8977
|
|
|
@@ -8994,7 +8994,7 @@ ALIASES
|
|
|
8994
8994
|
$ codiac img list
|
|
8995
8995
|
```
|
|
8996
8996
|
|
|
8997
|
-
_See code: [src/commands/images/list.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
8997
|
+
_See code: [src/commands/images/list.ts](https://github.com/codiac/codiac-cli/blob/v1.3.192/src/commands/images/list.ts)_
|
|
8998
8998
|
|
|
8999
8999
|
## `codiac images patch IMAGENAME`
|
|
9000
9000
|
|
|
@@ -9024,7 +9024,7 @@ ALIASES
|
|
|
9024
9024
|
$ codiac img patch
|
|
9025
9025
|
```
|
|
9026
9026
|
|
|
9027
|
-
_See code: [src/commands/images/patch.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
9027
|
+
_See code: [src/commands/images/patch.ts](https://github.com/codiac/codiac-cli/blob/v1.3.192/src/commands/images/patch.ts)_
|
|
9028
9028
|
|
|
9029
9029
|
## `codiac images remove IMAGENAME`
|
|
9030
9030
|
|
|
@@ -9050,7 +9050,7 @@ ALIASES
|
|
|
9050
9050
|
$ codiac img delete
|
|
9051
9051
|
```
|
|
9052
9052
|
|
|
9053
|
-
_See code: [src/commands/images/remove.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
9053
|
+
_See code: [src/commands/images/remove.ts](https://github.com/codiac/codiac-cli/blob/v1.3.192/src/commands/images/remove.ts)_
|
|
9054
9054
|
|
|
9055
9055
|
## `codiac images version NAME`
|
|
9056
9056
|
|
|
@@ -9076,7 +9076,7 @@ ALIASES
|
|
|
9076
9076
|
$ codiac img version get
|
|
9077
9077
|
```
|
|
9078
9078
|
|
|
9079
|
-
_See code: [src/commands/images/version.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
9079
|
+
_See code: [src/commands/images/version.ts](https://github.com/codiac/codiac-cli/blob/v1.3.192/src/commands/images/version.ts)_
|
|
9080
9080
|
|
|
9081
9081
|
## `codiac images version bump NAME`
|
|
9082
9082
|
|
|
@@ -9109,7 +9109,7 @@ ALIASES
|
|
|
9109
9109
|
$ codiac img version bump
|
|
9110
9110
|
```
|
|
9111
9111
|
|
|
9112
|
-
_See code: [src/commands/images/version/bump.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
9112
|
+
_See code: [src/commands/images/version/bump.ts](https://github.com/codiac/codiac-cli/blob/v1.3.192/src/commands/images/version/bump.ts)_
|
|
9113
9113
|
|
|
9114
9114
|
## `codiac img [IMAGENAME]`
|
|
9115
9115
|
|
|
@@ -10224,7 +10224,7 @@ DESCRIPTION
|
|
|
10224
10224
|
Declares the given folder as a project root
|
|
10225
10225
|
```
|
|
10226
10226
|
|
|
10227
|
-
_See code: [src/commands/init.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
10227
|
+
_See code: [src/commands/init.ts](https://github.com/codiac/codiac-cli/blob/v1.3.192/src/commands/init.ts)_
|
|
10228
10228
|
|
|
10229
10229
|
## `codiac kit create`
|
|
10230
10230
|
|
|
@@ -10267,7 +10267,7 @@ EXAMPLES
|
|
|
10267
10267
|
$ codiac kit create -e myEnterprise -a myApi --to-script
|
|
10268
10268
|
```
|
|
10269
10269
|
|
|
10270
|
-
_See code: [src/commands/kit/create.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
10270
|
+
_See code: [src/commands/kit/create.ts](https://github.com/codiac/codiac-cli/blob/v1.3.192/src/commands/kit/create.ts)_
|
|
10271
10271
|
|
|
10272
10272
|
## `codiac login`
|
|
10273
10273
|
|
|
@@ -10326,7 +10326,7 @@ EXAMPLES
|
|
|
10326
10326
|
$ codiac login -u joe.cool@fyaml.dev --password $PW --tokenOut
|
|
10327
10327
|
```
|
|
10328
10328
|
|
|
10329
|
-
_See code: [src/commands/login.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
10329
|
+
_See code: [src/commands/login.ts](https://github.com/codiac/codiac-cli/blob/v1.3.192/src/commands/login.ts)_
|
|
10330
10330
|
|
|
10331
10331
|
## `codiac logout`
|
|
10332
10332
|
|
|
@@ -10359,7 +10359,7 @@ EXAMPLES
|
|
|
10359
10359
|
$ codiac logout --to-script
|
|
10360
10360
|
```
|
|
10361
10361
|
|
|
10362
|
-
_See code: [src/commands/logout.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
10362
|
+
_See code: [src/commands/logout.ts](https://github.com/codiac/codiac-cli/blob/v1.3.192/src/commands/logout.ts)_
|
|
10363
10363
|
|
|
10364
10364
|
## `codiac merge [BRANCH]`
|
|
10365
10365
|
|
|
@@ -10380,7 +10380,7 @@ DESCRIPTION
|
|
|
10380
10380
|
Merges the given branch into the current branch of the main project and on any sourced dependencies.
|
|
10381
10381
|
```
|
|
10382
10382
|
|
|
10383
|
-
_See code: [src/commands/merge.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
10383
|
+
_See code: [src/commands/merge.ts](https://github.com/codiac/codiac-cli/blob/v1.3.192/src/commands/merge.ts)_
|
|
10384
10384
|
|
|
10385
10385
|
## `codiac noc cluster capture`
|
|
10386
10386
|
|
|
@@ -10432,7 +10432,7 @@ EXAMPLES
|
|
|
10432
10432
|
cod cluster capture -n my-cluster -p aws -s 123456789012 -l us-east-1
|
|
10433
10433
|
```
|
|
10434
10434
|
|
|
10435
|
-
_See code: [src/commands/noc/cluster/capture.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
10435
|
+
_See code: [src/commands/noc/cluster/capture.ts](https://github.com/codiac/codiac-cli/blob/v1.3.192/src/commands/noc/cluster/capture.ts)_
|
|
10436
10436
|
|
|
10437
10437
|
## `codiac noc cluster create [NAME]`
|
|
10438
10438
|
|
|
@@ -10522,7 +10522,7 @@ FLAG DESCRIPTIONS
|
|
|
10522
10522
|
initialization is always skipped in that mode.
|
|
10523
10523
|
```
|
|
10524
10524
|
|
|
10525
|
-
_See code: [src/commands/noc/cluster/create.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
10525
|
+
_See code: [src/commands/noc/cluster/create.ts](https://github.com/codiac/codiac-cli/blob/v1.3.192/src/commands/noc/cluster/create.ts)_
|
|
10526
10526
|
|
|
10527
10527
|
## `codiac noc cluster credentials-set [NAME]`
|
|
10528
10528
|
|
|
@@ -10577,7 +10577,7 @@ EXAMPLES
|
|
|
10577
10577
|
$ codiac noc cluster credentials-set my-cluster --file ~/.kube/my-cluster.yaml --silent
|
|
10578
10578
|
```
|
|
10579
10579
|
|
|
10580
|
-
_See code: [src/commands/noc/cluster/credentials-set.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
10580
|
+
_See code: [src/commands/noc/cluster/credentials-set.ts](https://github.com/codiac/codiac-cli/blob/v1.3.192/src/commands/noc/cluster/credentials-set.ts)_
|
|
10581
10581
|
|
|
10582
10582
|
## `codiac noc cluster define [NAME]`
|
|
10583
10583
|
|
|
@@ -10646,7 +10646,7 @@ EXAMPLES
|
|
|
10646
10646
|
$ codiac noc cluster define my-cluster --to-script
|
|
10647
10647
|
```
|
|
10648
10648
|
|
|
10649
|
-
_See code: [src/commands/noc/cluster/define.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
10649
|
+
_See code: [src/commands/noc/cluster/define.ts](https://github.com/codiac/codiac-cli/blob/v1.3.192/src/commands/noc/cluster/define.ts)_
|
|
10650
10650
|
|
|
10651
10651
|
## `codiac noc cluster deinit`
|
|
10652
10652
|
|
|
@@ -10686,7 +10686,7 @@ EXAMPLES
|
|
|
10686
10686
|
$ codiac noc cluster deinit -n my-cluster --to-script
|
|
10687
10687
|
```
|
|
10688
10688
|
|
|
10689
|
-
_See code: [src/commands/noc/cluster/deinit.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
10689
|
+
_See code: [src/commands/noc/cluster/deinit.ts](https://github.com/codiac/codiac-cli/blob/v1.3.192/src/commands/noc/cluster/deinit.ts)_
|
|
10690
10690
|
|
|
10691
10691
|
## `codiac noc cluster destroy [NAME]`
|
|
10692
10692
|
|
|
@@ -10720,7 +10720,7 @@ ALIASES
|
|
|
10720
10720
|
$ codiac cluster destroy
|
|
10721
10721
|
```
|
|
10722
10722
|
|
|
10723
|
-
_See code: [src/commands/noc/cluster/destroy.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
10723
|
+
_See code: [src/commands/noc/cluster/destroy.ts](https://github.com/codiac/codiac-cli/blob/v1.3.192/src/commands/noc/cluster/destroy.ts)_
|
|
10724
10724
|
|
|
10725
10725
|
## `codiac noc cluster forget`
|
|
10726
10726
|
|
|
@@ -10771,7 +10771,7 @@ EXAMPLES
|
|
|
10771
10771
|
$ codiac noc cluster forget --running
|
|
10772
10772
|
```
|
|
10773
10773
|
|
|
10774
|
-
_See code: [src/commands/noc/cluster/forget.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
10774
|
+
_See code: [src/commands/noc/cluster/forget.ts](https://github.com/codiac/codiac-cli/blob/v1.3.192/src/commands/noc/cluster/forget.ts)_
|
|
10775
10775
|
|
|
10776
10776
|
## `codiac noc cluster grant`
|
|
10777
10777
|
|
|
@@ -10809,7 +10809,7 @@ EXAMPLES
|
|
|
10809
10809
|
$ codiac noc cluster grant -c my-cluster -u user@example.com --to-script
|
|
10810
10810
|
```
|
|
10811
10811
|
|
|
10812
|
-
_See code: [src/commands/noc/cluster/grant.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
10812
|
+
_See code: [src/commands/noc/cluster/grant.ts](https://github.com/codiac/codiac-cli/blob/v1.3.192/src/commands/noc/cluster/grant.ts)_
|
|
10813
10813
|
|
|
10814
10814
|
## `codiac noc cluster init`
|
|
10815
10815
|
|
|
@@ -10855,7 +10855,7 @@ EXAMPLES
|
|
|
10855
10855
|
$ codiac noc cluster init -n my-cluster --to-script
|
|
10856
10856
|
```
|
|
10857
10857
|
|
|
10858
|
-
_See code: [src/commands/noc/cluster/init.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
10858
|
+
_See code: [src/commands/noc/cluster/init.ts](https://github.com/codiac/codiac-cli/blob/v1.3.192/src/commands/noc/cluster/init.ts)_
|
|
10859
10859
|
|
|
10860
10860
|
## `codiac noc cluster journal [CLUSTER]`
|
|
10861
10861
|
|
|
@@ -10904,7 +10904,7 @@ EXAMPLES
|
|
|
10904
10904
|
$ codiac noc cluster journal -o yaml --silent dev-west-aws-02 > myfiles/journal.yaml
|
|
10905
10905
|
```
|
|
10906
10906
|
|
|
10907
|
-
_See code: [src/commands/noc/cluster/journal.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
10907
|
+
_See code: [src/commands/noc/cluster/journal.ts](https://github.com/codiac/codiac-cli/blob/v1.3.192/src/commands/noc/cluster/journal.ts)_
|
|
10908
10908
|
|
|
10909
10909
|
## `codiac noc cluster list`
|
|
10910
10910
|
|
|
@@ -10965,7 +10965,7 @@ EXAMPLES
|
|
|
10965
10965
|
$ codiac noc cluster list -e myEnterprise --to-script
|
|
10966
10966
|
```
|
|
10967
10967
|
|
|
10968
|
-
_See code: [src/commands/noc/cluster/list.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
10968
|
+
_See code: [src/commands/noc/cluster/list.ts](https://github.com/codiac/codiac-cli/blob/v1.3.192/src/commands/noc/cluster/list.ts)_
|
|
10969
10969
|
|
|
10970
10970
|
## `codiac noc cluster restore [NAME]`
|
|
10971
10971
|
|
|
@@ -11025,7 +11025,7 @@ EXAMPLES
|
|
|
11025
11025
|
$ codiac noc cluster restore prod-cluster-1 --to-script
|
|
11026
11026
|
```
|
|
11027
11027
|
|
|
11028
|
-
_See code: [src/commands/noc/cluster/restore.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
11028
|
+
_See code: [src/commands/noc/cluster/restore.ts](https://github.com/codiac/codiac-cli/blob/v1.3.192/src/commands/noc/cluster/restore.ts)_
|
|
11029
11029
|
|
|
11030
11030
|
## `codiac pkg add [DEFINITIONFILE]`
|
|
11031
11031
|
|
|
@@ -11059,7 +11059,7 @@ DESCRIPTION
|
|
|
11059
11059
|
Configures a package to be built and published by the project.
|
|
11060
11060
|
```
|
|
11061
11061
|
|
|
11062
|
-
_See code: [src/commands/pkg/add.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
11062
|
+
_See code: [src/commands/pkg/add.ts](https://github.com/codiac/codiac-cli/blob/v1.3.192/src/commands/pkg/add.ts)_
|
|
11063
11063
|
|
|
11064
11064
|
## `codiac pkg delete [PACKAGENAME]`
|
|
11065
11065
|
|
|
@@ -11097,7 +11097,7 @@ DESCRIPTION
|
|
|
11097
11097
|
Renders the list of packages that are configured as project exports.
|
|
11098
11098
|
```
|
|
11099
11099
|
|
|
11100
|
-
_See code: [src/commands/pkg/list.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
11100
|
+
_See code: [src/commands/pkg/list.ts](https://github.com/codiac/codiac-cli/blob/v1.3.192/src/commands/pkg/list.ts)_
|
|
11101
11101
|
|
|
11102
11102
|
## `codiac pkg patch PACKAGENAME`
|
|
11103
11103
|
|
|
@@ -11123,7 +11123,7 @@ DESCRIPTION
|
|
|
11123
11123
|
registryUrl and/or environment.
|
|
11124
11124
|
```
|
|
11125
11125
|
|
|
11126
|
-
_See code: [src/commands/pkg/patch.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
11126
|
+
_See code: [src/commands/pkg/patch.ts](https://github.com/codiac/codiac-cli/blob/v1.3.192/src/commands/pkg/patch.ts)_
|
|
11127
11127
|
|
|
11128
11128
|
## `codiac pkg remove [PACKAGENAME]`
|
|
11129
11129
|
|
|
@@ -11146,7 +11146,7 @@ ALIASES
|
|
|
11146
11146
|
$ codiac pkg delete
|
|
11147
11147
|
```
|
|
11148
11148
|
|
|
11149
|
-
_See code: [src/commands/pkg/remove.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
11149
|
+
_See code: [src/commands/pkg/remove.ts](https://github.com/codiac/codiac-cli/blob/v1.3.192/src/commands/pkg/remove.ts)_
|
|
11150
11150
|
|
|
11151
11151
|
## `codiac portal`
|
|
11152
11152
|
|
|
@@ -11179,7 +11179,7 @@ EXAMPLES
|
|
|
11179
11179
|
$ codiac portal --to-script
|
|
11180
11180
|
```
|
|
11181
11181
|
|
|
11182
|
-
_See code: [src/commands/portal.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
11182
|
+
_See code: [src/commands/portal.ts](https://github.com/codiac/codiac-cli/blob/v1.3.192/src/commands/portal.ts)_
|
|
11183
11183
|
|
|
11184
11184
|
## `codiac probe create [CMD]`
|
|
11185
11185
|
|
|
@@ -11300,7 +11300,7 @@ DESCRIPTION
|
|
|
11300
11300
|
Publishes the exports (packages and images) declared in the ProjectConfig.
|
|
11301
11301
|
```
|
|
11302
11302
|
|
|
11303
|
-
_See code: [src/commands/publish.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
11303
|
+
_See code: [src/commands/publish.ts](https://github.com/codiac/codiac-cli/blob/v1.3.192/src/commands/publish.ts)_
|
|
11304
11304
|
|
|
11305
11305
|
## `codiac pull [NAME]`
|
|
11306
11306
|
|
|
@@ -11324,7 +11324,7 @@ DESCRIPTION
|
|
|
11324
11324
|
Pulls all commits from upstream to local.
|
|
11325
11325
|
```
|
|
11326
11326
|
|
|
11327
|
-
_See code: [src/commands/pull.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
11327
|
+
_See code: [src/commands/pull.ts](https://github.com/codiac/codiac-cli/blob/v1.3.192/src/commands/pull.ts)_
|
|
11328
11328
|
|
|
11329
11329
|
## `codiac pullsecret`
|
|
11330
11330
|
|
|
@@ -11407,7 +11407,7 @@ DESCRIPTION
|
|
|
11407
11407
|
Pushes all local commits upstream.
|
|
11408
11408
|
```
|
|
11409
11409
|
|
|
11410
|
-
_See code: [src/commands/push.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
11410
|
+
_See code: [src/commands/push.ts](https://github.com/codiac/codiac-cli/blob/v1.3.192/src/commands/push.ts)_
|
|
11411
11411
|
|
|
11412
11412
|
## `codiac relay-version`
|
|
11413
11413
|
|
|
@@ -11424,7 +11424,7 @@ EXAMPLES
|
|
|
11424
11424
|
$ codiac relay-version
|
|
11425
11425
|
```
|
|
11426
11426
|
|
|
11427
|
-
_See code: [src/commands/relay-version.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
11427
|
+
_See code: [src/commands/relay-version.ts](https://github.com/codiac/codiac-cli/blob/v1.3.192/src/commands/relay-version.ts)_
|
|
11428
11428
|
|
|
11429
11429
|
## `codiac run`
|
|
11430
11430
|
|
|
@@ -11466,7 +11466,7 @@ DESCRIPTION
|
|
|
11466
11466
|
Runs the latest build of the api container locally.
|
|
11467
11467
|
```
|
|
11468
11468
|
|
|
11469
|
-
_See code: [src/commands/run.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
11469
|
+
_See code: [src/commands/run.ts](https://github.com/codiac/codiac-cli/blob/v1.3.192/src/commands/run.ts)_
|
|
11470
11470
|
|
|
11471
11471
|
## `codiac secretStore`
|
|
11472
11472
|
|
|
@@ -11528,7 +11528,7 @@ ALIASES
|
|
|
11528
11528
|
$ codiac secretStore
|
|
11529
11529
|
```
|
|
11530
11530
|
|
|
11531
|
-
_See code: [src/commands/secretStore/capture.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
11531
|
+
_See code: [src/commands/secretStore/capture.ts](https://github.com/codiac/codiac-cli/blob/v1.3.192/src/commands/secretStore/capture.ts)_
|
|
11532
11532
|
|
|
11533
11533
|
## `codiac secretStore forget`
|
|
11534
11534
|
|
|
@@ -11549,7 +11549,7 @@ DESCRIPTION
|
|
|
11549
11549
|
Removes the reference to the given secret store for the tenant. Does NOT delete the store itself.
|
|
11550
11550
|
```
|
|
11551
11551
|
|
|
11552
|
-
_See code: [src/commands/secretStore/forget.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
11552
|
+
_See code: [src/commands/secretStore/forget.ts](https://github.com/codiac/codiac-cli/blob/v1.3.192/src/commands/secretStore/forget.ts)_
|
|
11553
11553
|
|
|
11554
11554
|
## `codiac secretStore list`
|
|
11555
11555
|
|
|
@@ -11594,7 +11594,7 @@ EXAMPLES
|
|
|
11594
11594
|
$ codiac secretStore list
|
|
11595
11595
|
```
|
|
11596
11596
|
|
|
11597
|
-
_See code: [src/commands/secretStore/list.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
11597
|
+
_See code: [src/commands/secretStore/list.ts](https://github.com/codiac/codiac-cli/blob/v1.3.192/src/commands/secretStore/list.ts)_
|
|
11598
11598
|
|
|
11599
11599
|
## `codiac shell init`
|
|
11600
11600
|
|
|
@@ -11632,7 +11632,7 @@ EXAMPLES
|
|
|
11632
11632
|
Invoke-Expression (codiac shell init --shell powershell)
|
|
11633
11633
|
```
|
|
11634
11634
|
|
|
11635
|
-
_See code: [src/commands/shell/init.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
11635
|
+
_See code: [src/commands/shell/init.ts](https://github.com/codiac/codiac-cli/blob/v1.3.192/src/commands/shell/init.ts)_
|
|
11636
11636
|
|
|
11637
11637
|
## `codiac snapshot deploy`
|
|
11638
11638
|
|
|
@@ -11658,7 +11658,7 @@ DESCRIPTION
|
|
|
11658
11658
|
Deploys all assets in a snapshot to a target cabinet.
|
|
11659
11659
|
```
|
|
11660
11660
|
|
|
11661
|
-
_See code: [src/commands/snapshot/deploy.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
11661
|
+
_See code: [src/commands/snapshot/deploy.ts](https://github.com/codiac/codiac-cli/blob/v1.3.192/src/commands/snapshot/deploy.ts)_
|
|
11662
11662
|
|
|
11663
11663
|
## `codiac snapshot list`
|
|
11664
11664
|
|
|
@@ -11707,7 +11707,7 @@ EXAMPLES
|
|
|
11707
11707
|
$ codiac snapshot list -e myEnterprise --silent
|
|
11708
11708
|
```
|
|
11709
11709
|
|
|
11710
|
-
_See code: [src/commands/snapshot/list.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
11710
|
+
_See code: [src/commands/snapshot/list.ts](https://github.com/codiac/codiac-cli/blob/v1.3.192/src/commands/snapshot/list.ts)_
|
|
11711
11711
|
|
|
11712
11712
|
## `codiac snapshot tag`
|
|
11713
11713
|
|
|
@@ -11750,7 +11750,7 @@ EXAMPLES
|
|
|
11750
11750
|
$ codiac snapshot tag -e myEnterprise -v 5CJRH7XB -t production --to-script
|
|
11751
11751
|
```
|
|
11752
11752
|
|
|
11753
|
-
_See code: [src/commands/snapshot/tag.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
11753
|
+
_See code: [src/commands/snapshot/tag.ts](https://github.com/codiac/codiac-cli/blob/v1.3.192/src/commands/snapshot/tag.ts)_
|
|
11754
11754
|
|
|
11755
11755
|
## `codiac snapshot untag`
|
|
11756
11756
|
|
|
@@ -11793,7 +11793,7 @@ EXAMPLES
|
|
|
11793
11793
|
$ codiac snapshot untag -e myEnterprise -v 5CJRH7XB -t production --to-script
|
|
11794
11794
|
```
|
|
11795
11795
|
|
|
11796
|
-
_See code: [src/commands/snapshot/untag.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
11796
|
+
_See code: [src/commands/snapshot/untag.ts](https://github.com/codiac/codiac-cli/blob/v1.3.192/src/commands/snapshot/untag.ts)_
|
|
11797
11797
|
|
|
11798
11798
|
## `codiac stage [FILES]`
|
|
11799
11799
|
|
|
@@ -11815,7 +11815,7 @@ DESCRIPTION
|
|
|
11815
11815
|
Flags files to be included in the next commit.
|
|
11816
11816
|
```
|
|
11817
11817
|
|
|
11818
|
-
_See code: [src/commands/stage.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
11818
|
+
_See code: [src/commands/stage.ts](https://github.com/codiac/codiac-cli/blob/v1.3.192/src/commands/stage.ts)_
|
|
11819
11819
|
|
|
11820
11820
|
## `codiac stash [FILE]`
|
|
11821
11821
|
|
|
@@ -11837,7 +11837,7 @@ DESCRIPTION
|
|
|
11837
11837
|
describe the command here
|
|
11838
11838
|
```
|
|
11839
11839
|
|
|
11840
|
-
_See code: [src/commands/stash.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
11840
|
+
_See code: [src/commands/stash.ts](https://github.com/codiac/codiac-cli/blob/v1.3.192/src/commands/stash.ts)_
|
|
11841
11841
|
|
|
11842
11842
|
## `codiac status`
|
|
11843
11843
|
|
|
@@ -11856,7 +11856,7 @@ DESCRIPTION
|
|
|
11856
11856
|
Shows the current uncommitted changes in the current branch.
|
|
11857
11857
|
```
|
|
11858
11858
|
|
|
11859
|
-
_See code: [src/commands/status.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
11859
|
+
_See code: [src/commands/status.ts](https://github.com/codiac/codiac-cli/blob/v1.3.192/src/commands/status.ts)_
|
|
11860
11860
|
|
|
11861
11861
|
## `codiac stop`
|
|
11862
11862
|
|
|
@@ -11874,7 +11874,7 @@ DESCRIPTION
|
|
|
11874
11874
|
Stops the running container for this project
|
|
11875
11875
|
```
|
|
11876
11876
|
|
|
11877
|
-
_See code: [src/commands/stop.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
11877
|
+
_See code: [src/commands/stop.ts](https://github.com/codiac/codiac-cli/blob/v1.3.192/src/commands/stop.ts)_
|
|
11878
11878
|
|
|
11879
11879
|
## `codiac switch [NAME]`
|
|
11880
11880
|
|
|
@@ -11894,7 +11894,7 @@ DESCRIPTION
|
|
|
11894
11894
|
Changes branch on the main project and any sourced dependencies.
|
|
11895
11895
|
```
|
|
11896
11896
|
|
|
11897
|
-
_See code: [src/commands/switch.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
11897
|
+
_See code: [src/commands/switch.ts](https://github.com/codiac/codiac-cli/blob/v1.3.192/src/commands/switch.ts)_
|
|
11898
11898
|
|
|
11899
11899
|
## `codiac sync [NAME]`
|
|
11900
11900
|
|
|
@@ -11919,7 +11919,7 @@ DESCRIPTION
|
|
|
11919
11919
|
Merges the given branch into the current branch.
|
|
11920
11920
|
```
|
|
11921
11921
|
|
|
11922
|
-
_See code: [src/commands/sync.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
11922
|
+
_See code: [src/commands/sync.ts](https://github.com/codiac/codiac-cli/blob/v1.3.192/src/commands/sync.ts)_
|
|
11923
11923
|
|
|
11924
11924
|
## `codiac tenant create [NAME]`
|
|
11925
11925
|
|
|
@@ -11962,7 +11962,7 @@ EXAMPLES
|
|
|
11962
11962
|
$ codiac tenant create -n 'Acme Corp' -c acme --to-script
|
|
11963
11963
|
```
|
|
11964
11964
|
|
|
11965
|
-
_See code: [src/commands/tenant/create.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
11965
|
+
_See code: [src/commands/tenant/create.ts](https://github.com/codiac/codiac-cli/blob/v1.3.192/src/commands/tenant/create.ts)_
|
|
11966
11966
|
|
|
11967
11967
|
## `codiac tenant switch [CODE]`
|
|
11968
11968
|
|
|
@@ -12002,7 +12002,7 @@ EXAMPLES
|
|
|
12002
12002
|
$ codiac tenant switch my-tenant-code --to-script
|
|
12003
12003
|
```
|
|
12004
12004
|
|
|
12005
|
-
_See code: [src/commands/tenant/switch.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
12005
|
+
_See code: [src/commands/tenant/switch.ts](https://github.com/codiac/codiac-cli/blob/v1.3.192/src/commands/tenant/switch.ts)_
|
|
12006
12006
|
|
|
12007
12007
|
## `codiac token [TOKENNAME]`
|
|
12008
12008
|
|
|
@@ -12124,7 +12124,7 @@ DESCRIPTION
|
|
|
12124
12124
|
Flags files to be included in the next commit.
|
|
12125
12125
|
```
|
|
12126
12126
|
|
|
12127
|
-
_See code: [src/commands/unstage.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
12127
|
+
_See code: [src/commands/unstage.ts](https://github.com/codiac/codiac-cli/blob/v1.3.192/src/commands/unstage.ts)_
|
|
12128
12128
|
|
|
12129
12129
|
## `codiac update [CHANNEL]`
|
|
12130
12130
|
|
|
@@ -12311,7 +12311,7 @@ EXAMPLES
|
|
|
12311
12311
|
$ codiac whereami --to-script
|
|
12312
12312
|
```
|
|
12313
12313
|
|
|
12314
|
-
_See code: [src/commands/whereami.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
12314
|
+
_See code: [src/commands/whereami.ts](https://github.com/codiac/codiac-cli/blob/v1.3.192/src/commands/whereami.ts)_
|
|
12315
12315
|
|
|
12316
12316
|
## `codiac whoami`
|
|
12317
12317
|
|
|
@@ -12353,5 +12353,5 @@ EXAMPLES
|
|
|
12353
12353
|
$ codiac whoami --to-script
|
|
12354
12354
|
```
|
|
12355
12355
|
|
|
12356
|
-
_See code: [src/commands/whoami.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
12356
|
+
_See code: [src/commands/whoami.ts](https://github.com/codiac/codiac-cli/blob/v1.3.192/src/commands/whoami.ts)_
|
|
12357
12357
|
<!-- commandsstop -->
|