@codiac.io/codiac-cli 1.3.233 → 1.3.234
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 +159 -159
- package/dist/commands/pvc/create.js +6 -3
- package/dist/commands/pvc/create.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.234 linux-x64 node-v22.15.1
|
|
25
25
|
$ codiac --help [COMMAND]
|
|
26
26
|
USAGE
|
|
27
27
|
$ codiac COMMAND
|
|
@@ -593,7 +593,7 @@ EXAMPLES
|
|
|
593
593
|
$ codiac asset create -e myEnterprise -n redis --helm --chart redis --chart-repo bitnami --silent
|
|
594
594
|
```
|
|
595
595
|
|
|
596
|
-
_See code: [src/commands/asset/create.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
596
|
+
_See code: [src/commands/asset/create.ts](https://github.com/codiac/codiac-cli/blob/v1.3.234/src/commands/asset/create.ts)_
|
|
597
597
|
|
|
598
598
|
## `codiac asset edit`
|
|
599
599
|
|
|
@@ -651,7 +651,7 @@ EXAMPLES
|
|
|
651
651
|
$ codiac asset edit -e myEnterprise -n my-api --remove-deploy-condition --silent
|
|
652
652
|
```
|
|
653
653
|
|
|
654
|
-
_See code: [src/commands/asset/edit.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
654
|
+
_See code: [src/commands/asset/edit.ts](https://github.com/codiac/codiac-cli/blob/v1.3.234/src/commands/asset/edit.ts)_
|
|
655
655
|
|
|
656
656
|
## `codiac asset entrypoint`
|
|
657
657
|
|
|
@@ -772,7 +772,7 @@ EXAMPLES
|
|
|
772
772
|
$ codiac asset entrypoint delete -e ml -a my-worker -v '>=1.2.3' --silent
|
|
773
773
|
```
|
|
774
774
|
|
|
775
|
-
_See code: [src/commands/asset/entrypoint/delete.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
775
|
+
_See code: [src/commands/asset/entrypoint/delete.ts](https://github.com/codiac/codiac-cli/blob/v1.3.234/src/commands/asset/entrypoint/delete.ts)_
|
|
776
776
|
|
|
777
777
|
## `codiac asset entrypoint set`
|
|
778
778
|
|
|
@@ -841,7 +841,7 @@ EXAMPLES
|
|
|
841
841
|
--input=/backup/workflows'
|
|
842
842
|
```
|
|
843
843
|
|
|
844
|
-
_See code: [src/commands/asset/entrypoint/set.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
844
|
+
_See code: [src/commands/asset/entrypoint/set.ts](https://github.com/codiac/codiac-cli/blob/v1.3.234/src/commands/asset/entrypoint/set.ts)_
|
|
845
845
|
|
|
846
846
|
## `codiac asset get [CMD]`
|
|
847
847
|
|
|
@@ -948,7 +948,7 @@ EXAMPLES
|
|
|
948
948
|
$ codiac asset list -e myEnterprise --to-script
|
|
949
949
|
```
|
|
950
950
|
|
|
951
|
-
_See code: [src/commands/asset/list.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
951
|
+
_See code: [src/commands/asset/list.ts](https://github.com/codiac/codiac-cli/blob/v1.3.234/src/commands/asset/list.ts)_
|
|
952
952
|
|
|
953
953
|
## `codiac asset mon [CMD]`
|
|
954
954
|
|
|
@@ -1207,7 +1207,7 @@ EXAMPLES
|
|
|
1207
1207
|
$ codiac asset obliterate -e main -n my-api
|
|
1208
1208
|
```
|
|
1209
1209
|
|
|
1210
|
-
_See code: [src/commands/asset/obliterate.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
1210
|
+
_See code: [src/commands/asset/obliterate.ts](https://github.com/codiac/codiac-cli/blob/v1.3.234/src/commands/asset/obliterate.ts)_
|
|
1211
1211
|
|
|
1212
1212
|
## `codiac asset probe create [CMD]`
|
|
1213
1213
|
|
|
@@ -1297,7 +1297,7 @@ EXAMPLES
|
|
|
1297
1297
|
$ codiac asset probe create -n acme -a myapi --predefined builtin-heartbeat-file-exists --to-script
|
|
1298
1298
|
```
|
|
1299
1299
|
|
|
1300
|
-
_See code: [src/commands/asset/probe/create.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
1300
|
+
_See code: [src/commands/asset/probe/create.ts](https://github.com/codiac/codiac-cli/blob/v1.3.234/src/commands/asset/probe/create.ts)_
|
|
1301
1301
|
|
|
1302
1302
|
## `codiac asset probe delete`
|
|
1303
1303
|
|
|
@@ -1352,7 +1352,7 @@ EXAMPLES
|
|
|
1352
1352
|
$ codiac asset probe delete
|
|
1353
1353
|
```
|
|
1354
1354
|
|
|
1355
|
-
_See code: [src/commands/asset/probe/delete.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
1355
|
+
_See code: [src/commands/asset/probe/delete.ts](https://github.com/codiac/codiac-cli/blob/v1.3.234/src/commands/asset/probe/delete.ts)_
|
|
1356
1356
|
|
|
1357
1357
|
## `codiac asset probe list`
|
|
1358
1358
|
|
|
@@ -1404,7 +1404,7 @@ EXAMPLES
|
|
|
1404
1404
|
$ codiac asset probe list
|
|
1405
1405
|
```
|
|
1406
1406
|
|
|
1407
|
-
_See code: [src/commands/asset/probe/list.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
1407
|
+
_See code: [src/commands/asset/probe/list.ts](https://github.com/codiac/codiac-cli/blob/v1.3.234/src/commands/asset/probe/list.ts)_
|
|
1408
1408
|
|
|
1409
1409
|
## `codiac asset recycle`
|
|
1410
1410
|
|
|
@@ -1444,7 +1444,7 @@ DESCRIPTION
|
|
|
1444
1444
|
Deploys a given asset to a given cabinet. Defaults to current version.
|
|
1445
1445
|
```
|
|
1446
1446
|
|
|
1447
|
-
_See code: [src/commands/asset/recycle.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
1447
|
+
_See code: [src/commands/asset/recycle.ts](https://github.com/codiac/codiac-cli/blob/v1.3.234/src/commands/asset/recycle.ts)_
|
|
1448
1448
|
|
|
1449
1449
|
## `codiac asset undeploy`
|
|
1450
1450
|
|
|
@@ -1488,7 +1488,7 @@ EXAMPLES
|
|
|
1488
1488
|
$ codiac asset undeploy -e myEnterprise -a myApi -c dev --to-script
|
|
1489
1489
|
```
|
|
1490
1490
|
|
|
1491
|
-
_See code: [src/commands/asset/undeploy.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
1491
|
+
_See code: [src/commands/asset/undeploy.ts](https://github.com/codiac/codiac-cli/blob/v1.3.234/src/commands/asset/undeploy.ts)_
|
|
1492
1492
|
|
|
1493
1493
|
## `codiac asset view [CMD]`
|
|
1494
1494
|
|
|
@@ -1543,7 +1543,7 @@ ALIASES
|
|
|
1543
1543
|
$ codiac asset get
|
|
1544
1544
|
```
|
|
1545
1545
|
|
|
1546
|
-
_See code: [src/commands/asset/view.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
1546
|
+
_See code: [src/commands/asset/view.ts](https://github.com/codiac/codiac-cli/blob/v1.3.234/src/commands/asset/view.ts)_
|
|
1547
1547
|
|
|
1548
1548
|
## `codiac asset vol add [MOUNTPATH]`
|
|
1549
1549
|
|
|
@@ -1814,7 +1814,7 @@ ALIASES
|
|
|
1814
1814
|
$ codiac asset volume add
|
|
1815
1815
|
```
|
|
1816
1816
|
|
|
1817
|
-
_See code: [src/commands/asset/volume/create.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
1817
|
+
_See code: [src/commands/asset/volume/create.ts](https://github.com/codiac/codiac-cli/blob/v1.3.234/src/commands/asset/volume/create.ts)_
|
|
1818
1818
|
|
|
1819
1819
|
## `codiac asset volume del`
|
|
1820
1820
|
|
|
@@ -1902,7 +1902,7 @@ EXAMPLES
|
|
|
1902
1902
|
$ codiac asset volume delete -e myEnterprise -n myMount --to-script
|
|
1903
1903
|
```
|
|
1904
1904
|
|
|
1905
|
-
_See code: [src/commands/asset/volume/delete.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
1905
|
+
_See code: [src/commands/asset/volume/delete.ts](https://github.com/codiac/codiac-cli/blob/v1.3.234/src/commands/asset/volume/delete.ts)_
|
|
1906
1906
|
|
|
1907
1907
|
## `codiac asset volume list`
|
|
1908
1908
|
|
|
@@ -1951,7 +1951,7 @@ EXAMPLES
|
|
|
1951
1951
|
$ codiac asset volume list -e myEnterprise --silent
|
|
1952
1952
|
```
|
|
1953
1953
|
|
|
1954
|
-
_See code: [src/commands/asset/volume/list.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
1954
|
+
_See code: [src/commands/asset/volume/list.ts](https://github.com/codiac/codiac-cli/blob/v1.3.234/src/commands/asset/volume/list.ts)_
|
|
1955
1955
|
|
|
1956
1956
|
## `codiac asset volumes del`
|
|
1957
1957
|
|
|
@@ -2118,7 +2118,7 @@ EXAMPLES
|
|
|
2118
2118
|
$ codiac asset where -e main -a my-api --silent
|
|
2119
2119
|
```
|
|
2120
2120
|
|
|
2121
|
-
_See code: [src/commands/asset/where.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
2121
|
+
_See code: [src/commands/asset/where.ts](https://github.com/codiac/codiac-cli/blob/v1.3.234/src/commands/asset/where.ts)_
|
|
2122
2122
|
|
|
2123
2123
|
## `codiac auth cab allow`
|
|
2124
2124
|
|
|
@@ -2280,7 +2280,7 @@ EXAMPLES
|
|
|
2280
2280
|
$ codiac auth cabinet allow -e qa -c shasta -r productmanager -p read
|
|
2281
2281
|
```
|
|
2282
2282
|
|
|
2283
|
-
_See code: [src/commands/auth/cabinet/allow.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
2283
|
+
_See code: [src/commands/auth/cabinet/allow.ts](https://github.com/codiac/codiac-cli/blob/v1.3.234/src/commands/auth/cabinet/allow.ts)_
|
|
2284
2284
|
|
|
2285
2285
|
## `codiac auth cabinet allowed`
|
|
2286
2286
|
|
|
@@ -2328,7 +2328,7 @@ EXAMPLES
|
|
|
2328
2328
|
$ codiac auth cabinet allowed --enterprise modeling -e qa -c sprint5
|
|
2329
2329
|
```
|
|
2330
2330
|
|
|
2331
|
-
_See code: [src/commands/auth/cabinet/allowed.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
2331
|
+
_See code: [src/commands/auth/cabinet/allowed.ts](https://github.com/codiac/codiac-cli/blob/v1.3.234/src/commands/auth/cabinet/allowed.ts)_
|
|
2332
2332
|
|
|
2333
2333
|
## `codiac auth ent allow`
|
|
2334
2334
|
|
|
@@ -2519,7 +2519,7 @@ EXAMPLES
|
|
|
2519
2519
|
$ codiac auth enterprise allow -r deployer -p none
|
|
2520
2520
|
```
|
|
2521
2521
|
|
|
2522
|
-
_See code: [src/commands/auth/enterprise/allow.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
2522
|
+
_See code: [src/commands/auth/enterprise/allow.ts](https://github.com/codiac/codiac-cli/blob/v1.3.234/src/commands/auth/enterprise/allow.ts)_
|
|
2523
2523
|
|
|
2524
2524
|
## `codiac auth enterprise allow onEnvironments`
|
|
2525
2525
|
|
|
@@ -2573,7 +2573,7 @@ EXAMPLES
|
|
|
2573
2573
|
$ codiac auth enterprise allow onEnvironments --enterprise dyno -r productmanager -p read
|
|
2574
2574
|
```
|
|
2575
2575
|
|
|
2576
|
-
_See code: [src/commands/auth/enterprise/allow/onEnvironments.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
2576
|
+
_See code: [src/commands/auth/enterprise/allow/onEnvironments.ts](https://github.com/codiac/codiac-cli/blob/v1.3.234/src/commands/auth/enterprise/allow/onEnvironments.ts)_
|
|
2577
2577
|
|
|
2578
2578
|
## `codiac auth enterprise allowed`
|
|
2579
2579
|
|
|
@@ -2614,7 +2614,7 @@ EXAMPLES
|
|
|
2614
2614
|
$ codiac auth enterprise allowed --enterprise modeling
|
|
2615
2615
|
```
|
|
2616
2616
|
|
|
2617
|
-
_See code: [src/commands/auth/enterprise/allowed.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
2617
|
+
_See code: [src/commands/auth/enterprise/allowed.ts](https://github.com/codiac/codiac-cli/blob/v1.3.234/src/commands/auth/enterprise/allowed.ts)_
|
|
2618
2618
|
|
|
2619
2619
|
## `codiac auth env allowed`
|
|
2620
2620
|
|
|
@@ -2821,7 +2821,7 @@ EXAMPLES
|
|
|
2821
2821
|
$ codiac auth environment allow -e qa -r productmanager -p read
|
|
2822
2822
|
```
|
|
2823
2823
|
|
|
2824
|
-
_See code: [src/commands/auth/environment/allow.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
2824
|
+
_See code: [src/commands/auth/environment/allow.ts](https://github.com/codiac/codiac-cli/blob/v1.3.234/src/commands/auth/environment/allow.ts)_
|
|
2825
2825
|
|
|
2826
2826
|
## `codiac auth environment allow onCabinets`
|
|
2827
2827
|
|
|
@@ -2878,7 +2878,7 @@ EXAMPLES
|
|
|
2878
2878
|
$ codiac auth environment allow onCabinets -e qa -r productmanager -p read
|
|
2879
2879
|
```
|
|
2880
2880
|
|
|
2881
|
-
_See code: [src/commands/auth/environment/allow/onCabinets.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
2881
|
+
_See code: [src/commands/auth/environment/allow/onCabinets.ts](https://github.com/codiac/codiac-cli/blob/v1.3.234/src/commands/auth/environment/allow/onCabinets.ts)_
|
|
2882
2882
|
|
|
2883
2883
|
## `codiac auth environment allowed`
|
|
2884
2884
|
|
|
@@ -2923,7 +2923,7 @@ EXAMPLES
|
|
|
2923
2923
|
$ codiac auth environment allowed --enterprise modeling -e dev
|
|
2924
2924
|
```
|
|
2925
2925
|
|
|
2926
|
-
_See code: [src/commands/auth/environment/allowed.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
2926
|
+
_See code: [src/commands/auth/environment/allowed.ts](https://github.com/codiac/codiac-cli/blob/v1.3.234/src/commands/auth/environment/allowed.ts)_
|
|
2927
2927
|
|
|
2928
2928
|
## `codiac auth register`
|
|
2929
2929
|
|
|
@@ -2969,7 +2969,7 @@ EXAMPLES
|
|
|
2969
2969
|
$ codiac auth register
|
|
2970
2970
|
```
|
|
2971
2971
|
|
|
2972
|
-
_See code: [src/commands/auth/register.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
2972
|
+
_See code: [src/commands/auth/register.ts](https://github.com/codiac/codiac-cli/blob/v1.3.234/src/commands/auth/register.ts)_
|
|
2973
2973
|
|
|
2974
2974
|
## `codiac auth role allowed [NAME]`
|
|
2975
2975
|
|
|
@@ -3016,7 +3016,7 @@ EXAMPLES
|
|
|
3016
3016
|
$ codiac auth role allowed -n deployer -e main
|
|
3017
3017
|
```
|
|
3018
3018
|
|
|
3019
|
-
_See code: [src/commands/auth/role/allowed.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
3019
|
+
_See code: [src/commands/auth/role/allowed.ts](https://github.com/codiac/codiac-cli/blob/v1.3.234/src/commands/auth/role/allowed.ts)_
|
|
3020
3020
|
|
|
3021
3021
|
## `codiac auth role assign`
|
|
3022
3022
|
|
|
@@ -3048,7 +3048,7 @@ EXAMPLES
|
|
|
3048
3048
|
$ codiac auth role assign -r deployer -u joe.cool@yourdomain.com
|
|
3049
3049
|
```
|
|
3050
3050
|
|
|
3051
|
-
_See code: [src/commands/auth/role/assign.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
3051
|
+
_See code: [src/commands/auth/role/assign.ts](https://github.com/codiac/codiac-cli/blob/v1.3.234/src/commands/auth/role/assign.ts)_
|
|
3052
3052
|
|
|
3053
3053
|
## `codiac auth role create [NAME]`
|
|
3054
3054
|
|
|
@@ -3081,7 +3081,7 @@ EXAMPLES
|
|
|
3081
3081
|
$ codiac auth role create -n deployer
|
|
3082
3082
|
```
|
|
3083
3083
|
|
|
3084
|
-
_See code: [src/commands/auth/role/create.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
3084
|
+
_See code: [src/commands/auth/role/create.ts](https://github.com/codiac/codiac-cli/blob/v1.3.234/src/commands/auth/role/create.ts)_
|
|
3085
3085
|
|
|
3086
3086
|
## `codiac auth role delete [NAME]`
|
|
3087
3087
|
|
|
@@ -3117,7 +3117,7 @@ EXAMPLES
|
|
|
3117
3117
|
$ codiac auth role delete --id abc123def456
|
|
3118
3118
|
```
|
|
3119
3119
|
|
|
3120
|
-
_See code: [src/commands/auth/role/delete.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
3120
|
+
_See code: [src/commands/auth/role/delete.ts](https://github.com/codiac/codiac-cli/blob/v1.3.234/src/commands/auth/role/delete.ts)_
|
|
3121
3121
|
|
|
3122
3122
|
## `codiac auth role list`
|
|
3123
3123
|
|
|
@@ -3153,7 +3153,7 @@ EXAMPLES
|
|
|
3153
3153
|
$ codiac auth role list -o yaml > roles.yaml
|
|
3154
3154
|
```
|
|
3155
3155
|
|
|
3156
|
-
_See code: [src/commands/auth/role/list.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
3156
|
+
_See code: [src/commands/auth/role/list.ts](https://github.com/codiac/codiac-cli/blob/v1.3.234/src/commands/auth/role/list.ts)_
|
|
3157
3157
|
|
|
3158
3158
|
## `codiac auth role unassign`
|
|
3159
3159
|
|
|
@@ -3185,7 +3185,7 @@ EXAMPLES
|
|
|
3185
3185
|
$ codiac auth role unassign -r deployer -u joe.cool@yourdomain.com
|
|
3186
3186
|
```
|
|
3187
3187
|
|
|
3188
|
-
_See code: [src/commands/auth/role/unassign.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
3188
|
+
_See code: [src/commands/auth/role/unassign.ts](https://github.com/codiac/codiac-cli/blob/v1.3.234/src/commands/auth/role/unassign.ts)_
|
|
3189
3189
|
|
|
3190
3190
|
## `codiac auth user invite`
|
|
3191
3191
|
|
|
@@ -3225,7 +3225,7 @@ EXAMPLES
|
|
|
3225
3225
|
$ codiac auth user invite
|
|
3226
3226
|
```
|
|
3227
3227
|
|
|
3228
|
-
_See code: [src/commands/auth/user/invite.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
3228
|
+
_See code: [src/commands/auth/user/invite.ts](https://github.com/codiac/codiac-cli/blob/v1.3.234/src/commands/auth/user/invite.ts)_
|
|
3229
3229
|
|
|
3230
3230
|
## `codiac auth user list`
|
|
3231
3231
|
|
|
@@ -3261,7 +3261,7 @@ EXAMPLES
|
|
|
3261
3261
|
$ codiac auth user list -o yaml > users.yaml
|
|
3262
3262
|
```
|
|
3263
3263
|
|
|
3264
|
-
_See code: [src/commands/auth/user/list.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
3264
|
+
_See code: [src/commands/auth/user/list.ts](https://github.com/codiac/codiac-cli/blob/v1.3.234/src/commands/auth/user/list.ts)_
|
|
3265
3265
|
|
|
3266
3266
|
## `codiac autocomplete [SHELL]`
|
|
3267
3267
|
|
|
@@ -3311,7 +3311,7 @@ DESCRIPTION
|
|
|
3311
3311
|
Creates a new branch for the parent project and any sourced dependencies.
|
|
3312
3312
|
```
|
|
3313
3313
|
|
|
3314
|
-
_See code: [src/commands/branch.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
3314
|
+
_See code: [src/commands/branch.ts](https://github.com/codiac/codiac-cli/blob/v1.3.234/src/commands/branch.ts)_
|
|
3315
3315
|
|
|
3316
3316
|
## `codiac branch current`
|
|
3317
3317
|
|
|
@@ -3331,7 +3331,7 @@ ALIASES
|
|
|
3331
3331
|
$ codiac branches current
|
|
3332
3332
|
```
|
|
3333
3333
|
|
|
3334
|
-
_See code: [src/commands/branch/current.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
3334
|
+
_See code: [src/commands/branch/current.ts](https://github.com/codiac/codiac-cli/blob/v1.3.234/src/commands/branch/current.ts)_
|
|
3335
3335
|
|
|
3336
3336
|
## `codiac branch list`
|
|
3337
3337
|
|
|
@@ -3353,7 +3353,7 @@ ALIASES
|
|
|
3353
3353
|
$ codiac branches list
|
|
3354
3354
|
```
|
|
3355
3355
|
|
|
3356
|
-
_See code: [src/commands/branch/list.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
3356
|
+
_See code: [src/commands/branch/list.ts](https://github.com/codiac/codiac-cli/blob/v1.3.234/src/commands/branch/list.ts)_
|
|
3357
3357
|
|
|
3358
3358
|
## `codiac branches current`
|
|
3359
3359
|
|
|
@@ -3443,7 +3443,7 @@ DESCRIPTION
|
|
|
3443
3443
|
Builds the project and the docker container
|
|
3444
3444
|
```
|
|
3445
3445
|
|
|
3446
|
-
_See code: [src/commands/build.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
3446
|
+
_See code: [src/commands/build.ts](https://github.com/codiac/codiac-cli/blob/v1.3.234/src/commands/build.ts)_
|
|
3447
3447
|
|
|
3448
3448
|
## `codiac cab attach`
|
|
3449
3449
|
|
|
@@ -4192,7 +4192,7 @@ EXAMPLES
|
|
|
4192
4192
|
prod-cluster-1 --to-script
|
|
4193
4193
|
```
|
|
4194
4194
|
|
|
4195
|
-
_See code: [src/commands/cabinet/cluster/attach.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
4195
|
+
_See code: [src/commands/cabinet/cluster/attach.ts](https://github.com/codiac/codiac-cli/blob/v1.3.234/src/commands/cabinet/cluster/attach.ts)_
|
|
4196
4196
|
|
|
4197
4197
|
## `codiac cabinet contents`
|
|
4198
4198
|
|
|
@@ -4236,7 +4236,7 @@ EXAMPLES
|
|
|
4236
4236
|
$ codiac cabinet contents -e main -c my-spike --to-script > show-contents.sh
|
|
4237
4237
|
```
|
|
4238
4238
|
|
|
4239
|
-
_See code: [src/commands/cabinet/contents.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
4239
|
+
_See code: [src/commands/cabinet/contents.ts](https://github.com/codiac/codiac-cli/blob/v1.3.234/src/commands/cabinet/contents.ts)_
|
|
4240
4240
|
|
|
4241
4241
|
## `codiac cabinet create [CABINET]`
|
|
4242
4242
|
|
|
@@ -4303,7 +4303,7 @@ EXAMPLES
|
|
|
4303
4303
|
cod cabinet create my-cab-name --enterprise main -e dev-environemt -c my-cluster --silent
|
|
4304
4304
|
```
|
|
4305
4305
|
|
|
4306
|
-
_See code: [src/commands/cabinet/create.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
4306
|
+
_See code: [src/commands/cabinet/create.ts](https://github.com/codiac/codiac-cli/blob/v1.3.234/src/commands/cabinet/create.ts)_
|
|
4307
4307
|
|
|
4308
4308
|
## `codiac cabinet define [CABINET]`
|
|
4309
4309
|
|
|
@@ -4365,7 +4365,7 @@ EXAMPLES
|
|
|
4365
4365
|
$ codiac cabinet define my-cab --enterprise main --environment dev-environment --cluster my-cluster --silent
|
|
4366
4366
|
```
|
|
4367
4367
|
|
|
4368
|
-
_See code: [src/commands/cabinet/define.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
4368
|
+
_See code: [src/commands/cabinet/define.ts](https://github.com/codiac/codiac-cli/blob/v1.3.234/src/commands/cabinet/define.ts)_
|
|
4369
4369
|
|
|
4370
4370
|
## `codiac cabinet destroy [CABINET]`
|
|
4371
4371
|
|
|
@@ -4423,7 +4423,7 @@ EXAMPLES
|
|
|
4423
4423
|
--environment dev --silent
|
|
4424
4424
|
```
|
|
4425
4425
|
|
|
4426
|
-
_See code: [src/commands/cabinet/destroy.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
4426
|
+
_See code: [src/commands/cabinet/destroy.ts](https://github.com/codiac/codiac-cli/blob/v1.3.234/src/commands/cabinet/destroy.ts)_
|
|
4427
4427
|
|
|
4428
4428
|
## `codiac cabinet detach [CABINET]`
|
|
4429
4429
|
|
|
@@ -4480,7 +4480,7 @@ EXAMPLES
|
|
|
4480
4480
|
main --environment dev
|
|
4481
4481
|
```
|
|
4482
4482
|
|
|
4483
|
-
_See code: [src/commands/cabinet/detach.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
4483
|
+
_See code: [src/commands/cabinet/detach.ts](https://github.com/codiac/codiac-cli/blob/v1.3.234/src/commands/cabinet/detach.ts)_
|
|
4484
4484
|
|
|
4485
4485
|
## `codiac cabinet forget [CABINET]`
|
|
4486
4486
|
|
|
@@ -4535,7 +4535,7 @@ EXAMPLES
|
|
|
4535
4535
|
$ codiac cabinet forget --to-script
|
|
4536
4536
|
```
|
|
4537
4537
|
|
|
4538
|
-
_See code: [src/commands/cabinet/forget.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
4538
|
+
_See code: [src/commands/cabinet/forget.ts](https://github.com/codiac/codiac-cli/blob/v1.3.234/src/commands/cabinet/forget.ts)_
|
|
4539
4539
|
|
|
4540
4540
|
## `codiac cabinet list`
|
|
4541
4541
|
|
|
@@ -4586,7 +4586,7 @@ EXAMPLES
|
|
|
4586
4586
|
$ codiac cabinet list -e myEnterprise --silent
|
|
4587
4587
|
```
|
|
4588
4588
|
|
|
4589
|
-
_See code: [src/commands/cabinet/list.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
4589
|
+
_See code: [src/commands/cabinet/list.ts](https://github.com/codiac/codiac-cli/blob/v1.3.234/src/commands/cabinet/list.ts)_
|
|
4590
4590
|
|
|
4591
4591
|
## `codiac cabinet obliterate [CABINET]`
|
|
4592
4592
|
|
|
@@ -4628,7 +4628,7 @@ ALIASES
|
|
|
4628
4628
|
$ codiac infrx cab obliterate
|
|
4629
4629
|
```
|
|
4630
4630
|
|
|
4631
|
-
_See code: [src/commands/cabinet/obliterate.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
4631
|
+
_See code: [src/commands/cabinet/obliterate.ts](https://github.com/codiac/codiac-cli/blob/v1.3.234/src/commands/cabinet/obliterate.ts)_
|
|
4632
4632
|
|
|
4633
4633
|
## `codiac cabinet restore`
|
|
4634
4634
|
|
|
@@ -4695,7 +4695,7 @@ EXAMPLES
|
|
|
4695
4695
|
$ codiac cabinet restore --cluster prod-cluster-1 --to-script
|
|
4696
4696
|
```
|
|
4697
4697
|
|
|
4698
|
-
_See code: [src/commands/cabinet/restore.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
4698
|
+
_See code: [src/commands/cabinet/restore.ts](https://github.com/codiac/codiac-cli/blob/v1.3.234/src/commands/cabinet/restore.ts)_
|
|
4699
4699
|
|
|
4700
4700
|
## `codiac cfg add`
|
|
4701
4701
|
|
|
@@ -4982,7 +4982,7 @@ DESCRIPTION
|
|
|
4982
4982
|
Applies settings to the Codiac CLI itself (scoped to the local machine).
|
|
4983
4983
|
```
|
|
4984
4984
|
|
|
4985
|
-
_See code: [src/commands/cli.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
4985
|
+
_See code: [src/commands/cli.ts](https://github.com/codiac/codiac-cli/blob/v1.3.234/src/commands/cli.ts)_
|
|
4986
4986
|
|
|
4987
4987
|
## `codiac cluster agent configure [CLUSTER]`
|
|
4988
4988
|
|
|
@@ -5050,7 +5050,7 @@ EXAMPLES
|
|
|
5050
5050
|
$ codiac cluster agent configure my-cluster --to-script
|
|
5051
5051
|
```
|
|
5052
5052
|
|
|
5053
|
-
_See code: [src/commands/cluster/agent/configure.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
5053
|
+
_See code: [src/commands/cluster/agent/configure.ts](https://github.com/codiac/codiac-cli/blob/v1.3.234/src/commands/cluster/agent/configure.ts)_
|
|
5054
5054
|
|
|
5055
5055
|
## `codiac cluster agent install [CLUSTER]`
|
|
5056
5056
|
|
|
@@ -5106,7 +5106,7 @@ EXAMPLES
|
|
|
5106
5106
|
$ codiac cluster agent install my-cluster --to-script
|
|
5107
5107
|
```
|
|
5108
5108
|
|
|
5109
|
-
_See code: [src/commands/cluster/agent/install.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
5109
|
+
_See code: [src/commands/cluster/agent/install.ts](https://github.com/codiac/codiac-cli/blob/v1.3.234/src/commands/cluster/agent/install.ts)_
|
|
5110
5110
|
|
|
5111
5111
|
## `codiac cluster agent uninstall [CLUSTER]`
|
|
5112
5112
|
|
|
@@ -5154,7 +5154,7 @@ EXAMPLES
|
|
|
5154
5154
|
$ codiac cluster agent uninstall my-cluster --to-script
|
|
5155
5155
|
```
|
|
5156
5156
|
|
|
5157
|
-
_See code: [src/commands/cluster/agent/uninstall.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
5157
|
+
_See code: [src/commands/cluster/agent/uninstall.ts](https://github.com/codiac/codiac-cli/blob/v1.3.234/src/commands/cluster/agent/uninstall.ts)_
|
|
5158
5158
|
|
|
5159
5159
|
## `codiac cluster bootstrap [NAME]`
|
|
5160
5160
|
|
|
@@ -5217,7 +5217,7 @@ EXAMPLES
|
|
|
5217
5217
|
$ codiac cluster bootstrap my-cluster --to-script
|
|
5218
5218
|
```
|
|
5219
5219
|
|
|
5220
|
-
_See code: [src/commands/cluster/bootstrap.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
5220
|
+
_See code: [src/commands/cluster/bootstrap.ts](https://github.com/codiac/codiac-cli/blob/v1.3.234/src/commands/cluster/bootstrap.ts)_
|
|
5221
5221
|
|
|
5222
5222
|
## `codiac cluster capture`
|
|
5223
5223
|
|
|
@@ -5302,7 +5302,7 @@ EXAMPLES
|
|
|
5302
5302
|
$ codiac cluster connect my-fav-cluster
|
|
5303
5303
|
```
|
|
5304
5304
|
|
|
5305
|
-
_See code: [src/commands/cluster/connect.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
5305
|
+
_See code: [src/commands/cluster/connect.ts](https://github.com/codiac/codiac-cli/blob/v1.3.234/src/commands/cluster/connect.ts)_
|
|
5306
5306
|
|
|
5307
5307
|
## `codiac cluster contents`
|
|
5308
5308
|
|
|
@@ -5967,7 +5967,7 @@ EXAMPLES
|
|
|
5967
5967
|
$ codiac cluster install my-cluster -a my-chart -u 1.2.3 --silent
|
|
5968
5968
|
```
|
|
5969
5969
|
|
|
5970
|
-
_See code: [src/commands/cluster/install.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
5970
|
+
_See code: [src/commands/cluster/install.ts](https://github.com/codiac/codiac-cli/blob/v1.3.234/src/commands/cluster/install.ts)_
|
|
5971
5971
|
|
|
5972
5972
|
## `codiac cluster journal [CLUSTER]`
|
|
5973
5973
|
|
|
@@ -6256,7 +6256,7 @@ EXAMPLES
|
|
|
6256
6256
|
$ codiac cluster stack capture my-fav-cluster
|
|
6257
6257
|
```
|
|
6258
6258
|
|
|
6259
|
-
_See code: [src/commands/cluster/stack/capture.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
6259
|
+
_See code: [src/commands/cluster/stack/capture.ts](https://github.com/codiac/codiac-cli/blob/v1.3.234/src/commands/cluster/stack/capture.ts)_
|
|
6260
6260
|
|
|
6261
6261
|
## `codiac cluster stack install [CLUSTER]`
|
|
6262
6262
|
|
|
@@ -6308,7 +6308,7 @@ EXAMPLES
|
|
|
6308
6308
|
$ codiac cluster stack install my-cluster --to-script
|
|
6309
6309
|
```
|
|
6310
6310
|
|
|
6311
|
-
_See code: [src/commands/cluster/stack/install.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
6311
|
+
_See code: [src/commands/cluster/stack/install.ts](https://github.com/codiac/codiac-cli/blob/v1.3.234/src/commands/cluster/stack/install.ts)_
|
|
6312
6312
|
|
|
6313
6313
|
## `codiac cluster stack list`
|
|
6314
6314
|
|
|
@@ -6474,7 +6474,7 @@ EXAMPLES
|
|
|
6474
6474
|
$ codiac cluster start my-fav-cluster
|
|
6475
6475
|
```
|
|
6476
6476
|
|
|
6477
|
-
_See code: [src/commands/cluster/start.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
6477
|
+
_See code: [src/commands/cluster/start.ts](https://github.com/codiac/codiac-cli/blob/v1.3.234/src/commands/cluster/start.ts)_
|
|
6478
6478
|
|
|
6479
6479
|
## `codiac cluster stop [CLUSTER]`
|
|
6480
6480
|
|
|
@@ -6511,7 +6511,7 @@ EXAMPLES
|
|
|
6511
6511
|
$ codiac cluster start my-fav-cluster
|
|
6512
6512
|
```
|
|
6513
6513
|
|
|
6514
|
-
_See code: [src/commands/cluster/stop.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
6514
|
+
_See code: [src/commands/cluster/stop.ts](https://github.com/codiac/codiac-cli/blob/v1.3.234/src/commands/cluster/stop.ts)_
|
|
6515
6515
|
|
|
6516
6516
|
## `codiac cluster uninstall`
|
|
6517
6517
|
|
|
@@ -6573,7 +6573,7 @@ DESCRIPTION
|
|
|
6573
6573
|
Commits the currently staged changes on the current branch of the main project and on any sourced dependencies.
|
|
6574
6574
|
```
|
|
6575
6575
|
|
|
6576
|
-
_See code: [src/commands/commit.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
6576
|
+
_See code: [src/commands/commit.ts](https://github.com/codiac/codiac-cli/blob/v1.3.234/src/commands/commit.ts)_
|
|
6577
6577
|
|
|
6578
6578
|
## `codiac config add`
|
|
6579
6579
|
|
|
@@ -6713,7 +6713,7 @@ EXAMPLES
|
|
|
6713
6713
|
--escape-expressions
|
|
6714
6714
|
```
|
|
6715
6715
|
|
|
6716
|
-
_See code: [src/commands/config/add.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
6716
|
+
_See code: [src/commands/config/add.ts](https://github.com/codiac/codiac-cli/blob/v1.3.234/src/commands/config/add.ts)_
|
|
6717
6717
|
|
|
6718
6718
|
## `codiac config delete [SETTING]`
|
|
6719
6719
|
|
|
@@ -6782,7 +6782,7 @@ ALIASES
|
|
|
6782
6782
|
$ codiac cfg delete
|
|
6783
6783
|
```
|
|
6784
6784
|
|
|
6785
|
-
_See code: [src/commands/config/delete.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
6785
|
+
_See code: [src/commands/config/delete.ts](https://github.com/codiac/codiac-cli/blob/v1.3.234/src/commands/config/delete.ts)_
|
|
6786
6786
|
|
|
6787
6787
|
## `codiac config deploy`
|
|
6788
6788
|
|
|
@@ -6823,7 +6823,7 @@ EXAMPLES
|
|
|
6823
6823
|
$ codiac config deploy -e myEnterprise -a myApi -c dev --to-script
|
|
6824
6824
|
```
|
|
6825
6825
|
|
|
6826
|
-
_See code: [src/commands/config/deploy.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
6826
|
+
_See code: [src/commands/config/deploy.ts](https://github.com/codiac/codiac-cli/blob/v1.3.234/src/commands/config/deploy.ts)_
|
|
6827
6827
|
|
|
6828
6828
|
## `codiac config import`
|
|
6829
6829
|
|
|
@@ -6884,7 +6884,7 @@ EXAMPLES
|
|
|
6884
6884
|
$ codiac config import -a my-asset -s ./helm-values.yaml -c dev --escape-expressions
|
|
6885
6885
|
```
|
|
6886
6886
|
|
|
6887
|
-
_See code: [src/commands/config/import.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
6887
|
+
_See code: [src/commands/config/import.ts](https://github.com/codiac/codiac-cli/blob/v1.3.234/src/commands/config/import.ts)_
|
|
6888
6888
|
|
|
6889
6889
|
## `codiac config preview [SETTING]`
|
|
6890
6890
|
|
|
@@ -7155,7 +7155,7 @@ DESCRIPTION
|
|
|
7155
7155
|
Shows the list of clusters.
|
|
7156
7156
|
```
|
|
7157
7157
|
|
|
7158
|
-
_See code: [src/commands/config/settings/get.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
7158
|
+
_See code: [src/commands/config/settings/get.ts](https://github.com/codiac/codiac-cli/blob/v1.3.234/src/commands/config/settings/get.ts)_
|
|
7159
7159
|
|
|
7160
7160
|
## `codiac config view [SETTING]`
|
|
7161
7161
|
|
|
@@ -7220,7 +7220,7 @@ EXAMPLES
|
|
|
7220
7220
|
$ codiac config view -e myEnterprise -a myApi -c dev --to-script
|
|
7221
7221
|
```
|
|
7222
7222
|
|
|
7223
|
-
_See code: [src/commands/config/view.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
7223
|
+
_See code: [src/commands/config/view.ts](https://github.com/codiac/codiac-cli/blob/v1.3.234/src/commands/config/view.ts)_
|
|
7224
7224
|
|
|
7225
7225
|
## `codiac csp creds list`
|
|
7226
7226
|
|
|
@@ -7268,7 +7268,7 @@ EXAMPLES
|
|
|
7268
7268
|
$ codiac csp creds list
|
|
7269
7269
|
```
|
|
7270
7270
|
|
|
7271
|
-
_See code: [src/commands/csp/creds/list.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
7271
|
+
_See code: [src/commands/csp/creds/list.ts](https://github.com/codiac/codiac-cli/blob/v1.3.234/src/commands/csp/creds/list.ts)_
|
|
7272
7272
|
|
|
7273
7273
|
## `codiac csp login [PROVIDER]`
|
|
7274
7274
|
|
|
@@ -7346,7 +7346,7 @@ EXAMPLES
|
|
|
7346
7346
|
cod csp login -u ASIAZ3XYZPDQ123 -p $(cat my-aws-secret-key.txt) --aws-session-token $(cat my-aws-sesh.txt) aws
|
|
7347
7347
|
```
|
|
7348
7348
|
|
|
7349
|
-
_See code: [src/commands/csp/login.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
7349
|
+
_See code: [src/commands/csp/login.ts](https://github.com/codiac/codiac-cli/blob/v1.3.234/src/commands/csp/login.ts)_
|
|
7350
7350
|
|
|
7351
7351
|
## `codiac csp logout [PROVIDER]`
|
|
7352
7352
|
|
|
@@ -7393,7 +7393,7 @@ EXAMPLES
|
|
|
7393
7393
|
$ codiac csp logout azure --to-script
|
|
7394
7394
|
```
|
|
7395
7395
|
|
|
7396
|
-
_See code: [src/commands/csp/logout.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
7396
|
+
_See code: [src/commands/csp/logout.ts](https://github.com/codiac/codiac-cli/blob/v1.3.234/src/commands/csp/logout.ts)_
|
|
7397
7397
|
|
|
7398
7398
|
## `codiac dep [NAME]`
|
|
7399
7399
|
|
|
@@ -7414,7 +7414,7 @@ DESCRIPTION
|
|
|
7414
7414
|
Installs a package into current project.
|
|
7415
7415
|
```
|
|
7416
7416
|
|
|
7417
|
-
_See code: [src/commands/dep.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
7417
|
+
_See code: [src/commands/dep.ts](https://github.com/codiac/codiac-cli/blob/v1.3.234/src/commands/dep.ts)_
|
|
7418
7418
|
|
|
7419
7419
|
## `codiac dep create [URL]`
|
|
7420
7420
|
|
|
@@ -7438,7 +7438,7 @@ DESCRIPTION
|
|
|
7438
7438
|
package version is used.
|
|
7439
7439
|
```
|
|
7440
7440
|
|
|
7441
|
-
_See code: [src/commands/dep/create.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
7441
|
+
_See code: [src/commands/dep/create.ts](https://github.com/codiac/codiac-cli/blob/v1.3.234/src/commands/dep/create.ts)_
|
|
7442
7442
|
|
|
7443
7443
|
## `codiac dep install`
|
|
7444
7444
|
|
|
@@ -7455,7 +7455,7 @@ DESCRIPTION
|
|
|
7455
7455
|
installs any missing dependency packages into the local project folder.
|
|
7456
7456
|
```
|
|
7457
7457
|
|
|
7458
|
-
_See code: [src/commands/dep/install.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
7458
|
+
_See code: [src/commands/dep/install.ts](https://github.com/codiac/codiac-cli/blob/v1.3.234/src/commands/dep/install.ts)_
|
|
7459
7459
|
|
|
7460
7460
|
## `codiac dep list`
|
|
7461
7461
|
|
|
@@ -7472,7 +7472,7 @@ DESCRIPTION
|
|
|
7472
7472
|
Shows the dependencies for the project.
|
|
7473
7473
|
```
|
|
7474
7474
|
|
|
7475
|
-
_See code: [src/commands/dep/list.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
7475
|
+
_See code: [src/commands/dep/list.ts](https://github.com/codiac/codiac-cli/blob/v1.3.234/src/commands/dep/list.ts)_
|
|
7476
7476
|
|
|
7477
7477
|
## `codiac dep remove [NAME]`
|
|
7478
7478
|
|
|
@@ -7495,7 +7495,7 @@ DESCRIPTION
|
|
|
7495
7495
|
Removes a dependency from the project.
|
|
7496
7496
|
```
|
|
7497
7497
|
|
|
7498
|
-
_See code: [src/commands/dep/remove.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
7498
|
+
_See code: [src/commands/dep/remove.ts](https://github.com/codiac/codiac-cli/blob/v1.3.234/src/commands/dep/remove.ts)_
|
|
7499
7499
|
|
|
7500
7500
|
## `codiac dep source [NAME]`
|
|
7501
7501
|
|
|
@@ -7521,7 +7521,7 @@ ALIASES
|
|
|
7521
7521
|
$ codiac dep src
|
|
7522
7522
|
```
|
|
7523
7523
|
|
|
7524
|
-
_See code: [src/commands/dep/source.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
7524
|
+
_See code: [src/commands/dep/source.ts](https://github.com/codiac/codiac-cli/blob/v1.3.234/src/commands/dep/source.ts)_
|
|
7525
7525
|
|
|
7526
7526
|
## `codiac dep src [NAME]`
|
|
7527
7527
|
|
|
@@ -7565,7 +7565,7 @@ DESCRIPTION
|
|
|
7565
7565
|
Publishes the dependency in its current state and upgrades to it in the main project.
|
|
7566
7566
|
```
|
|
7567
7567
|
|
|
7568
|
-
_See code: [src/commands/dep/syncup.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
7568
|
+
_See code: [src/commands/dep/syncup.ts](https://github.com/codiac/codiac-cli/blob/v1.3.234/src/commands/dep/syncup.ts)_
|
|
7569
7569
|
|
|
7570
7570
|
## `codiac dep unsource [NAME]`
|
|
7571
7571
|
|
|
@@ -7593,7 +7593,7 @@ ALIASES
|
|
|
7593
7593
|
$ codiac dep unsrc
|
|
7594
7594
|
```
|
|
7595
7595
|
|
|
7596
|
-
_See code: [src/commands/dep/unsource.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
7596
|
+
_See code: [src/commands/dep/unsource.ts](https://github.com/codiac/codiac-cli/blob/v1.3.234/src/commands/dep/unsource.ts)_
|
|
7597
7597
|
|
|
7598
7598
|
## `codiac dep unsrc [NAME]`
|
|
7599
7599
|
|
|
@@ -7640,7 +7640,7 @@ DESCRIPTION
|
|
|
7640
7640
|
describe the command here
|
|
7641
7641
|
```
|
|
7642
7642
|
|
|
7643
|
-
_See code: [src/commands/dep/upgrade.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
7643
|
+
_See code: [src/commands/dep/upgrade.ts](https://github.com/codiac/codiac-cli/blob/v1.3.234/src/commands/dep/upgrade.ts)_
|
|
7644
7644
|
|
|
7645
7645
|
## `codiac deploy`
|
|
7646
7646
|
|
|
@@ -7693,7 +7693,7 @@ EXAMPLES
|
|
|
7693
7693
|
$ codiac deploy -e myEnterprise -a myApi -u 1.2.3 -c dev --to-script
|
|
7694
7694
|
```
|
|
7695
7695
|
|
|
7696
|
-
_See code: [src/commands/deploy.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
7696
|
+
_See code: [src/commands/deploy.ts](https://github.com/codiac/codiac-cli/blob/v1.3.234/src/commands/deploy.ts)_
|
|
7697
7697
|
|
|
7698
7698
|
## `codiac domain map [DOMAIN]`
|
|
7699
7699
|
|
|
@@ -7849,7 +7849,7 @@ EXAMPLES
|
|
|
7849
7849
|
cod enterprise create my-enterprise-code --silent
|
|
7850
7850
|
```
|
|
7851
7851
|
|
|
7852
|
-
_See code: [src/commands/enterprise/create.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
7852
|
+
_See code: [src/commands/enterprise/create.ts](https://github.com/codiac/codiac-cli/blob/v1.3.234/src/commands/enterprise/create.ts)_
|
|
7853
7853
|
|
|
7854
7854
|
## `codiac enterprise list`
|
|
7855
7855
|
|
|
@@ -7904,7 +7904,7 @@ EXAMPLES
|
|
|
7904
7904
|
$ codiac enterprise list --to-script
|
|
7905
7905
|
```
|
|
7906
7906
|
|
|
7907
|
-
_See code: [src/commands/enterprise/list.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
7907
|
+
_See code: [src/commands/enterprise/list.ts](https://github.com/codiac/codiac-cli/blob/v1.3.234/src/commands/enterprise/list.ts)_
|
|
7908
7908
|
|
|
7909
7909
|
## `codiac env add [SETTING]`
|
|
7910
7910
|
|
|
@@ -7954,7 +7954,7 @@ EXAMPLES
|
|
|
7954
7954
|
$ codiac env add -s MY_VAR -v myValue -n myEnterprise --to-script
|
|
7955
7955
|
```
|
|
7956
7956
|
|
|
7957
|
-
_See code: [src/commands/env/add.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
7957
|
+
_See code: [src/commands/env/add.ts](https://github.com/codiac/codiac-cli/blob/v1.3.234/src/commands/env/add.ts)_
|
|
7958
7958
|
|
|
7959
7959
|
## `codiac enviro cluster attach`
|
|
7960
7960
|
|
|
@@ -8257,7 +8257,7 @@ ALIASES
|
|
|
8257
8257
|
$ codiac infrx enviro cluster attach
|
|
8258
8258
|
```
|
|
8259
8259
|
|
|
8260
|
-
_See code: [src/commands/environment/cluster/attach.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
8260
|
+
_See code: [src/commands/environment/cluster/attach.ts](https://github.com/codiac/codiac-cli/blob/v1.3.234/src/commands/environment/cluster/attach.ts)_
|
|
8261
8261
|
|
|
8262
8262
|
## `codiac environment cluster detach`
|
|
8263
8263
|
|
|
@@ -8303,7 +8303,7 @@ ALIASES
|
|
|
8303
8303
|
$ codiac infrx enviro cluster detach
|
|
8304
8304
|
```
|
|
8305
8305
|
|
|
8306
|
-
_See code: [src/commands/environment/cluster/detach.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
8306
|
+
_See code: [src/commands/environment/cluster/detach.ts](https://github.com/codiac/codiac-cli/blob/v1.3.234/src/commands/environment/cluster/detach.ts)_
|
|
8307
8307
|
|
|
8308
8308
|
## `codiac environment create [NAME]`
|
|
8309
8309
|
|
|
@@ -8366,7 +8366,7 @@ EXAMPLES
|
|
|
8366
8366
|
cod environment create dev --enterprise main --cluster my-cluster-1 --cluster my-cluster-2 --silent
|
|
8367
8367
|
```
|
|
8368
8368
|
|
|
8369
|
-
_See code: [src/commands/environment/create.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
8369
|
+
_See code: [src/commands/environment/create.ts](https://github.com/codiac/codiac-cli/blob/v1.3.234/src/commands/environment/create.ts)_
|
|
8370
8370
|
|
|
8371
8371
|
## `codiac environment delete [NAME]`
|
|
8372
8372
|
|
|
@@ -8427,7 +8427,7 @@ EXAMPLES
|
|
|
8427
8427
|
$ codiac environment delete dev --enterprise main --to-script
|
|
8428
8428
|
```
|
|
8429
8429
|
|
|
8430
|
-
_See code: [src/commands/environment/delete.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
8430
|
+
_See code: [src/commands/environment/delete.ts](https://github.com/codiac/codiac-cli/blob/v1.3.234/src/commands/environment/delete.ts)_
|
|
8431
8431
|
|
|
8432
8432
|
## `codiac environment list`
|
|
8433
8433
|
|
|
@@ -8478,7 +8478,7 @@ EXAMPLES
|
|
|
8478
8478
|
$ codiac environment list -e myEnterprise --silent
|
|
8479
8479
|
```
|
|
8480
8480
|
|
|
8481
|
-
_See code: [src/commands/environment/list.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
8481
|
+
_See code: [src/commands/environment/list.ts](https://github.com/codiac/codiac-cli/blob/v1.3.234/src/commands/environment/list.ts)_
|
|
8482
8482
|
|
|
8483
8483
|
## `codiac fileshare capture`
|
|
8484
8484
|
|
|
@@ -8562,7 +8562,7 @@ ALIASES
|
|
|
8562
8562
|
$ codiac fileshare capture
|
|
8563
8563
|
```
|
|
8564
8564
|
|
|
8565
|
-
_See code: [src/commands/filestore/capture.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
8565
|
+
_See code: [src/commands/filestore/capture.ts](https://github.com/codiac/codiac-cli/blob/v1.3.234/src/commands/filestore/capture.ts)_
|
|
8566
8566
|
|
|
8567
8567
|
## `codiac filestore forget`
|
|
8568
8568
|
|
|
@@ -8609,7 +8609,7 @@ EXAMPLES
|
|
|
8609
8609
|
$ codiac filestore forget
|
|
8610
8610
|
```
|
|
8611
8611
|
|
|
8612
|
-
_See code: [src/commands/filestore/forget.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
8612
|
+
_See code: [src/commands/filestore/forget.ts](https://github.com/codiac/codiac-cli/blob/v1.3.234/src/commands/filestore/forget.ts)_
|
|
8613
8613
|
|
|
8614
8614
|
## `codiac filestore list`
|
|
8615
8615
|
|
|
@@ -8655,7 +8655,7 @@ EXAMPLES
|
|
|
8655
8655
|
$ codiac filestore list
|
|
8656
8656
|
```
|
|
8657
8657
|
|
|
8658
|
-
_See code: [src/commands/filestore/list.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
8658
|
+
_See code: [src/commands/filestore/list.ts](https://github.com/codiac/codiac-cli/blob/v1.3.234/src/commands/filestore/list.ts)_
|
|
8659
8659
|
|
|
8660
8660
|
## `codiac help [COMMANDS]`
|
|
8661
8661
|
|
|
@@ -8741,7 +8741,7 @@ EXAMPLES
|
|
|
8741
8741
|
$ codiac host delete
|
|
8742
8742
|
```
|
|
8743
8743
|
|
|
8744
|
-
_See code: [src/commands/host/delete.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
8744
|
+
_See code: [src/commands/host/delete.ts](https://github.com/codiac/codiac-cli/blob/v1.3.234/src/commands/host/delete.ts)_
|
|
8745
8745
|
|
|
8746
8746
|
## `codiac host list [DOMAIN]`
|
|
8747
8747
|
|
|
@@ -8785,7 +8785,7 @@ EXAMPLES
|
|
|
8785
8785
|
$ codiac host list
|
|
8786
8786
|
```
|
|
8787
8787
|
|
|
8788
|
-
_See code: [src/commands/host/list.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
8788
|
+
_See code: [src/commands/host/list.ts](https://github.com/codiac/codiac-cli/blob/v1.3.234/src/commands/host/list.ts)_
|
|
8789
8789
|
|
|
8790
8790
|
## `codiac host map [DOMAIN]`
|
|
8791
8791
|
|
|
@@ -8839,7 +8839,7 @@ EXAMPLES
|
|
|
8839
8839
|
$ codiac host map mywebsite.com -e main -v primero-dev -n svc_dot_cab_dot_domain --silent
|
|
8840
8840
|
```
|
|
8841
8841
|
|
|
8842
|
-
_See code: [src/commands/host/map.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
8842
|
+
_See code: [src/commands/host/map.ts](https://github.com/codiac/codiac-cli/blob/v1.3.234/src/commands/host/map.ts)_
|
|
8843
8843
|
|
|
8844
8844
|
## `codiac host view [DOMAIN]`
|
|
8845
8845
|
|
|
@@ -8884,7 +8884,7 @@ EXAMPLES
|
|
|
8884
8884
|
$ codiac host view
|
|
8885
8885
|
```
|
|
8886
8886
|
|
|
8887
|
-
_See code: [src/commands/host/view.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
8887
|
+
_See code: [src/commands/host/view.ts](https://github.com/codiac/codiac-cli/blob/v1.3.234/src/commands/host/view.ts)_
|
|
8888
8888
|
|
|
8889
8889
|
## `codiac identify [TOKENNAME]`
|
|
8890
8890
|
|
|
@@ -8956,7 +8956,7 @@ ALIASES
|
|
|
8956
8956
|
$ codiac token
|
|
8957
8957
|
```
|
|
8958
8958
|
|
|
8959
|
-
_See code: [src/commands/identity.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
8959
|
+
_See code: [src/commands/identity.ts](https://github.com/codiac/codiac-cli/blob/v1.3.234/src/commands/identity.ts)_
|
|
8960
8960
|
|
|
8961
8961
|
## `codiac identity delete [NAME]`
|
|
8962
8962
|
|
|
@@ -8981,7 +8981,7 @@ ALIASES
|
|
|
8981
8981
|
$ codiac token remove
|
|
8982
8982
|
```
|
|
8983
8983
|
|
|
8984
|
-
_See code: [src/commands/identity/delete.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
8984
|
+
_See code: [src/commands/identity/delete.ts](https://github.com/codiac/codiac-cli/blob/v1.3.234/src/commands/identity/delete.ts)_
|
|
8985
8985
|
|
|
8986
8986
|
## `codiac identity list`
|
|
8987
8987
|
|
|
@@ -9003,7 +9003,7 @@ ALIASES
|
|
|
9003
9003
|
$ codiac token list
|
|
9004
9004
|
```
|
|
9005
9005
|
|
|
9006
|
-
_See code: [src/commands/identity/list.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
9006
|
+
_See code: [src/commands/identity/list.ts](https://github.com/codiac/codiac-cli/blob/v1.3.234/src/commands/identity/list.ts)_
|
|
9007
9007
|
|
|
9008
9008
|
## `codiac identity remove [NAME]`
|
|
9009
9009
|
|
|
@@ -9324,7 +9324,7 @@ DESCRIPTION
|
|
|
9324
9324
|
Saves a reference to an existing container registry.
|
|
9325
9325
|
```
|
|
9326
9326
|
|
|
9327
|
-
_See code: [src/commands/imageRegistry/capture.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
9327
|
+
_See code: [src/commands/imageRegistry/capture.ts](https://github.com/codiac/codiac-cli/blob/v1.3.234/src/commands/imageRegistry/capture.ts)_
|
|
9328
9328
|
|
|
9329
9329
|
## `codiac imageRegistry forget`
|
|
9330
9330
|
|
|
@@ -9345,7 +9345,7 @@ DESCRIPTION
|
|
|
9345
9345
|
Removes the reference to the given container registry for the tenant. Does NOT delete the registry itself.
|
|
9346
9346
|
```
|
|
9347
9347
|
|
|
9348
|
-
_See code: [src/commands/imageRegistry/forget.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
9348
|
+
_See code: [src/commands/imageRegistry/forget.ts](https://github.com/codiac/codiac-cli/blob/v1.3.234/src/commands/imageRegistry/forget.ts)_
|
|
9349
9349
|
|
|
9350
9350
|
## `codiac imageRegistry list`
|
|
9351
9351
|
|
|
@@ -9387,7 +9387,7 @@ EXAMPLES
|
|
|
9387
9387
|
$ codiac imageRegistry list -o yaml > registries.yaml
|
|
9388
9388
|
```
|
|
9389
9389
|
|
|
9390
|
-
_See code: [src/commands/imageRegistry/list.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
9390
|
+
_See code: [src/commands/imageRegistry/list.ts](https://github.com/codiac/codiac-cli/blob/v1.3.234/src/commands/imageRegistry/list.ts)_
|
|
9391
9391
|
|
|
9392
9392
|
## `codiac imageRegistry pullSecret set`
|
|
9393
9393
|
|
|
@@ -9423,7 +9423,7 @@ ALIASES
|
|
|
9423
9423
|
$ codiac pullsecret
|
|
9424
9424
|
```
|
|
9425
9425
|
|
|
9426
|
-
_See code: [src/commands/imageRegistry/pullSecret/set.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
9426
|
+
_See code: [src/commands/imageRegistry/pullSecret/set.ts](https://github.com/codiac/codiac-cli/blob/v1.3.234/src/commands/imageRegistry/pullSecret/set.ts)_
|
|
9427
9427
|
|
|
9428
9428
|
## `codiac imageRegistry pullSecret unset`
|
|
9429
9429
|
|
|
@@ -9450,7 +9450,7 @@ ALIASES
|
|
|
9450
9450
|
$ codiac pullsecret unset
|
|
9451
9451
|
```
|
|
9452
9452
|
|
|
9453
|
-
_See code: [src/commands/imageRegistry/pullSecret/unset.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
9453
|
+
_See code: [src/commands/imageRegistry/pullSecret/unset.ts](https://github.com/codiac/codiac-cli/blob/v1.3.234/src/commands/imageRegistry/pullSecret/unset.ts)_
|
|
9454
9454
|
|
|
9455
9455
|
## `codiac images add [IMAGENAME]`
|
|
9456
9456
|
|
|
@@ -9511,7 +9511,7 @@ EXAMPLES
|
|
|
9511
9511
|
$ codiac images add your-company/your-image --to-script
|
|
9512
9512
|
```
|
|
9513
9513
|
|
|
9514
|
-
_See code: [src/commands/images/add.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
9514
|
+
_See code: [src/commands/images/add.ts](https://github.com/codiac/codiac-cli/blob/v1.3.234/src/commands/images/add.ts)_
|
|
9515
9515
|
|
|
9516
9516
|
## `codiac images list`
|
|
9517
9517
|
|
|
@@ -9534,7 +9534,7 @@ ALIASES
|
|
|
9534
9534
|
$ codiac img list
|
|
9535
9535
|
```
|
|
9536
9536
|
|
|
9537
|
-
_See code: [src/commands/images/list.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
9537
|
+
_See code: [src/commands/images/list.ts](https://github.com/codiac/codiac-cli/blob/v1.3.234/src/commands/images/list.ts)_
|
|
9538
9538
|
|
|
9539
9539
|
## `codiac images patch IMAGENAME`
|
|
9540
9540
|
|
|
@@ -9564,7 +9564,7 @@ ALIASES
|
|
|
9564
9564
|
$ codiac img patch
|
|
9565
9565
|
```
|
|
9566
9566
|
|
|
9567
|
-
_See code: [src/commands/images/patch.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
9567
|
+
_See code: [src/commands/images/patch.ts](https://github.com/codiac/codiac-cli/blob/v1.3.234/src/commands/images/patch.ts)_
|
|
9568
9568
|
|
|
9569
9569
|
## `codiac images remove IMAGENAME`
|
|
9570
9570
|
|
|
@@ -9590,7 +9590,7 @@ ALIASES
|
|
|
9590
9590
|
$ codiac img delete
|
|
9591
9591
|
```
|
|
9592
9592
|
|
|
9593
|
-
_See code: [src/commands/images/remove.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
9593
|
+
_See code: [src/commands/images/remove.ts](https://github.com/codiac/codiac-cli/blob/v1.3.234/src/commands/images/remove.ts)_
|
|
9594
9594
|
|
|
9595
9595
|
## `codiac images version NAME`
|
|
9596
9596
|
|
|
@@ -9616,7 +9616,7 @@ ALIASES
|
|
|
9616
9616
|
$ codiac img version get
|
|
9617
9617
|
```
|
|
9618
9618
|
|
|
9619
|
-
_See code: [src/commands/images/version.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
9619
|
+
_See code: [src/commands/images/version.ts](https://github.com/codiac/codiac-cli/blob/v1.3.234/src/commands/images/version.ts)_
|
|
9620
9620
|
|
|
9621
9621
|
## `codiac images version bump NAME`
|
|
9622
9622
|
|
|
@@ -9649,7 +9649,7 @@ ALIASES
|
|
|
9649
9649
|
$ codiac img version bump
|
|
9650
9650
|
```
|
|
9651
9651
|
|
|
9652
|
-
_See code: [src/commands/images/version/bump.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
9652
|
+
_See code: [src/commands/images/version/bump.ts](https://github.com/codiac/codiac-cli/blob/v1.3.234/src/commands/images/version/bump.ts)_
|
|
9653
9653
|
|
|
9654
9654
|
## `codiac img [IMAGENAME]`
|
|
9655
9655
|
|
|
@@ -9965,7 +9965,7 @@ EXAMPLES
|
|
|
9965
9965
|
$ codiac import cluster --run-in-cluster --enterprise myco --environment dev --cluster mycluster --generate-cabinet --generate-secret-store --subscription-id 00000000-0000-0000-0000-000000000000
|
|
9966
9966
|
```
|
|
9967
9967
|
|
|
9968
|
-
_See code: [src/commands/import/cluster.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
9968
|
+
_See code: [src/commands/import/cluster.ts](https://github.com/codiac/codiac-cli/blob/v1.3.234/src/commands/import/cluster.ts)_
|
|
9969
9969
|
|
|
9970
9970
|
## `codiac infrx cab create [CABINET]`
|
|
9971
9971
|
|
|
@@ -10810,7 +10810,7 @@ DESCRIPTION
|
|
|
10810
10810
|
Declares the given folder as a project root
|
|
10811
10811
|
```
|
|
10812
10812
|
|
|
10813
|
-
_See code: [src/commands/init.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
10813
|
+
_See code: [src/commands/init.ts](https://github.com/codiac/codiac-cli/blob/v1.3.234/src/commands/init.ts)_
|
|
10814
10814
|
|
|
10815
10815
|
## `codiac kit create`
|
|
10816
10816
|
|
|
@@ -10853,7 +10853,7 @@ EXAMPLES
|
|
|
10853
10853
|
$ codiac kit create -e myEnterprise -a myApi --to-script
|
|
10854
10854
|
```
|
|
10855
10855
|
|
|
10856
|
-
_See code: [src/commands/kit/create.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
10856
|
+
_See code: [src/commands/kit/create.ts](https://github.com/codiac/codiac-cli/blob/v1.3.234/src/commands/kit/create.ts)_
|
|
10857
10857
|
|
|
10858
10858
|
## `codiac login`
|
|
10859
10859
|
|
|
@@ -10912,7 +10912,7 @@ EXAMPLES
|
|
|
10912
10912
|
$ codiac login -u joe.cool@fyaml.dev --password $PW --tokenOut
|
|
10913
10913
|
```
|
|
10914
10914
|
|
|
10915
|
-
_See code: [src/commands/login.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
10915
|
+
_See code: [src/commands/login.ts](https://github.com/codiac/codiac-cli/blob/v1.3.234/src/commands/login.ts)_
|
|
10916
10916
|
|
|
10917
10917
|
## `codiac logout`
|
|
10918
10918
|
|
|
@@ -10945,7 +10945,7 @@ EXAMPLES
|
|
|
10945
10945
|
$ codiac logout --to-script
|
|
10946
10946
|
```
|
|
10947
10947
|
|
|
10948
|
-
_See code: [src/commands/logout.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
10948
|
+
_See code: [src/commands/logout.ts](https://github.com/codiac/codiac-cli/blob/v1.3.234/src/commands/logout.ts)_
|
|
10949
10949
|
|
|
10950
10950
|
## `codiac merge [BRANCH]`
|
|
10951
10951
|
|
|
@@ -10966,7 +10966,7 @@ DESCRIPTION
|
|
|
10966
10966
|
Merges the given branch into the current branch of the main project and on any sourced dependencies.
|
|
10967
10967
|
```
|
|
10968
10968
|
|
|
10969
|
-
_See code: [src/commands/merge.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
10969
|
+
_See code: [src/commands/merge.ts](https://github.com/codiac/codiac-cli/blob/v1.3.234/src/commands/merge.ts)_
|
|
10970
10970
|
|
|
10971
10971
|
## `codiac noc cluster capture`
|
|
10972
10972
|
|
|
@@ -11018,7 +11018,7 @@ EXAMPLES
|
|
|
11018
11018
|
cod cluster capture -n my-cluster -p aws -s 123456789012 -l us-east-1
|
|
11019
11019
|
```
|
|
11020
11020
|
|
|
11021
|
-
_See code: [src/commands/noc/cluster/capture.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
11021
|
+
_See code: [src/commands/noc/cluster/capture.ts](https://github.com/codiac/codiac-cli/blob/v1.3.234/src/commands/noc/cluster/capture.ts)_
|
|
11022
11022
|
|
|
11023
11023
|
## `codiac noc cluster create [NAME]`
|
|
11024
11024
|
|
|
@@ -11108,7 +11108,7 @@ FLAG DESCRIPTIONS
|
|
|
11108
11108
|
initialization is always skipped in that mode.
|
|
11109
11109
|
```
|
|
11110
11110
|
|
|
11111
|
-
_See code: [src/commands/noc/cluster/create.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
11111
|
+
_See code: [src/commands/noc/cluster/create.ts](https://github.com/codiac/codiac-cli/blob/v1.3.234/src/commands/noc/cluster/create.ts)_
|
|
11112
11112
|
|
|
11113
11113
|
## `codiac noc cluster credentials-set [NAME]`
|
|
11114
11114
|
|
|
@@ -11163,7 +11163,7 @@ EXAMPLES
|
|
|
11163
11163
|
$ codiac noc cluster credentials-set my-cluster --file ~/.kube/my-cluster.yaml --silent
|
|
11164
11164
|
```
|
|
11165
11165
|
|
|
11166
|
-
_See code: [src/commands/noc/cluster/credentials-set.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
11166
|
+
_See code: [src/commands/noc/cluster/credentials-set.ts](https://github.com/codiac/codiac-cli/blob/v1.3.234/src/commands/noc/cluster/credentials-set.ts)_
|
|
11167
11167
|
|
|
11168
11168
|
## `codiac noc cluster define [NAME]`
|
|
11169
11169
|
|
|
@@ -11237,7 +11237,7 @@ EXAMPLES
|
|
|
11237
11237
|
$ codiac noc cluster define my-cluster --to-script
|
|
11238
11238
|
```
|
|
11239
11239
|
|
|
11240
|
-
_See code: [src/commands/noc/cluster/define.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
11240
|
+
_See code: [src/commands/noc/cluster/define.ts](https://github.com/codiac/codiac-cli/blob/v1.3.234/src/commands/noc/cluster/define.ts)_
|
|
11241
11241
|
|
|
11242
11242
|
## `codiac noc cluster deinit`
|
|
11243
11243
|
|
|
@@ -11277,7 +11277,7 @@ EXAMPLES
|
|
|
11277
11277
|
$ codiac noc cluster deinit -n my-cluster --to-script
|
|
11278
11278
|
```
|
|
11279
11279
|
|
|
11280
|
-
_See code: [src/commands/noc/cluster/deinit.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
11280
|
+
_See code: [src/commands/noc/cluster/deinit.ts](https://github.com/codiac/codiac-cli/blob/v1.3.234/src/commands/noc/cluster/deinit.ts)_
|
|
11281
11281
|
|
|
11282
11282
|
## `codiac noc cluster destroy [NAME]`
|
|
11283
11283
|
|
|
@@ -11311,7 +11311,7 @@ ALIASES
|
|
|
11311
11311
|
$ codiac cluster destroy
|
|
11312
11312
|
```
|
|
11313
11313
|
|
|
11314
|
-
_See code: [src/commands/noc/cluster/destroy.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
11314
|
+
_See code: [src/commands/noc/cluster/destroy.ts](https://github.com/codiac/codiac-cli/blob/v1.3.234/src/commands/noc/cluster/destroy.ts)_
|
|
11315
11315
|
|
|
11316
11316
|
## `codiac noc cluster forget`
|
|
11317
11317
|
|
|
@@ -11362,7 +11362,7 @@ EXAMPLES
|
|
|
11362
11362
|
$ codiac noc cluster forget --running
|
|
11363
11363
|
```
|
|
11364
11364
|
|
|
11365
|
-
_See code: [src/commands/noc/cluster/forget.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
11365
|
+
_See code: [src/commands/noc/cluster/forget.ts](https://github.com/codiac/codiac-cli/blob/v1.3.234/src/commands/noc/cluster/forget.ts)_
|
|
11366
11366
|
|
|
11367
11367
|
## `codiac noc cluster grant`
|
|
11368
11368
|
|
|
@@ -11400,7 +11400,7 @@ EXAMPLES
|
|
|
11400
11400
|
$ codiac noc cluster grant -c my-cluster -u user@example.com --to-script
|
|
11401
11401
|
```
|
|
11402
11402
|
|
|
11403
|
-
_See code: [src/commands/noc/cluster/grant.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
11403
|
+
_See code: [src/commands/noc/cluster/grant.ts](https://github.com/codiac/codiac-cli/blob/v1.3.234/src/commands/noc/cluster/grant.ts)_
|
|
11404
11404
|
|
|
11405
11405
|
## `codiac noc cluster init`
|
|
11406
11406
|
|
|
@@ -11446,7 +11446,7 @@ EXAMPLES
|
|
|
11446
11446
|
$ codiac noc cluster init -n my-cluster --to-script
|
|
11447
11447
|
```
|
|
11448
11448
|
|
|
11449
|
-
_See code: [src/commands/noc/cluster/init.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
11449
|
+
_See code: [src/commands/noc/cluster/init.ts](https://github.com/codiac/codiac-cli/blob/v1.3.234/src/commands/noc/cluster/init.ts)_
|
|
11450
11450
|
|
|
11451
11451
|
## `codiac noc cluster journal [CLUSTER]`
|
|
11452
11452
|
|
|
@@ -11495,7 +11495,7 @@ EXAMPLES
|
|
|
11495
11495
|
$ codiac noc cluster journal -o yaml --silent dev-west-aws-02 > myfiles/journal.yaml
|
|
11496
11496
|
```
|
|
11497
11497
|
|
|
11498
|
-
_See code: [src/commands/noc/cluster/journal.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
11498
|
+
_See code: [src/commands/noc/cluster/journal.ts](https://github.com/codiac/codiac-cli/blob/v1.3.234/src/commands/noc/cluster/journal.ts)_
|
|
11499
11499
|
|
|
11500
11500
|
## `codiac noc cluster list`
|
|
11501
11501
|
|
|
@@ -11556,7 +11556,7 @@ EXAMPLES
|
|
|
11556
11556
|
$ codiac noc cluster list -e myEnterprise --to-script
|
|
11557
11557
|
```
|
|
11558
11558
|
|
|
11559
|
-
_See code: [src/commands/noc/cluster/list.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
11559
|
+
_See code: [src/commands/noc/cluster/list.ts](https://github.com/codiac/codiac-cli/blob/v1.3.234/src/commands/noc/cluster/list.ts)_
|
|
11560
11560
|
|
|
11561
11561
|
## `codiac noc cluster restore [NAME]`
|
|
11562
11562
|
|
|
@@ -11616,7 +11616,7 @@ EXAMPLES
|
|
|
11616
11616
|
$ codiac noc cluster restore prod-cluster-1 --to-script
|
|
11617
11617
|
```
|
|
11618
11618
|
|
|
11619
|
-
_See code: [src/commands/noc/cluster/restore.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
11619
|
+
_See code: [src/commands/noc/cluster/restore.ts](https://github.com/codiac/codiac-cli/blob/v1.3.234/src/commands/noc/cluster/restore.ts)_
|
|
11620
11620
|
|
|
11621
11621
|
## `codiac pkg add [DEFINITIONFILE]`
|
|
11622
11622
|
|
|
@@ -11650,7 +11650,7 @@ DESCRIPTION
|
|
|
11650
11650
|
Configures a package to be built and published by the project.
|
|
11651
11651
|
```
|
|
11652
11652
|
|
|
11653
|
-
_See code: [src/commands/pkg/add.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
11653
|
+
_See code: [src/commands/pkg/add.ts](https://github.com/codiac/codiac-cli/blob/v1.3.234/src/commands/pkg/add.ts)_
|
|
11654
11654
|
|
|
11655
11655
|
## `codiac pkg delete [PACKAGENAME]`
|
|
11656
11656
|
|
|
@@ -11688,7 +11688,7 @@ DESCRIPTION
|
|
|
11688
11688
|
Renders the list of packages that are configured as project exports.
|
|
11689
11689
|
```
|
|
11690
11690
|
|
|
11691
|
-
_See code: [src/commands/pkg/list.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
11691
|
+
_See code: [src/commands/pkg/list.ts](https://github.com/codiac/codiac-cli/blob/v1.3.234/src/commands/pkg/list.ts)_
|
|
11692
11692
|
|
|
11693
11693
|
## `codiac pkg patch PACKAGENAME`
|
|
11694
11694
|
|
|
@@ -11714,7 +11714,7 @@ DESCRIPTION
|
|
|
11714
11714
|
registryUrl and/or environment.
|
|
11715
11715
|
```
|
|
11716
11716
|
|
|
11717
|
-
_See code: [src/commands/pkg/patch.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
11717
|
+
_See code: [src/commands/pkg/patch.ts](https://github.com/codiac/codiac-cli/blob/v1.3.234/src/commands/pkg/patch.ts)_
|
|
11718
11718
|
|
|
11719
11719
|
## `codiac pkg remove [PACKAGENAME]`
|
|
11720
11720
|
|
|
@@ -11737,7 +11737,7 @@ ALIASES
|
|
|
11737
11737
|
$ codiac pkg delete
|
|
11738
11738
|
```
|
|
11739
11739
|
|
|
11740
|
-
_See code: [src/commands/pkg/remove.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
11740
|
+
_See code: [src/commands/pkg/remove.ts](https://github.com/codiac/codiac-cli/blob/v1.3.234/src/commands/pkg/remove.ts)_
|
|
11741
11741
|
|
|
11742
11742
|
## `codiac portal`
|
|
11743
11743
|
|
|
@@ -11770,7 +11770,7 @@ EXAMPLES
|
|
|
11770
11770
|
$ codiac portal --to-script
|
|
11771
11771
|
```
|
|
11772
11772
|
|
|
11773
|
-
_See code: [src/commands/portal.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
11773
|
+
_See code: [src/commands/portal.ts](https://github.com/codiac/codiac-cli/blob/v1.3.234/src/commands/portal.ts)_
|
|
11774
11774
|
|
|
11775
11775
|
## `codiac probe create [CMD]`
|
|
11776
11776
|
|
|
@@ -11891,7 +11891,7 @@ DESCRIPTION
|
|
|
11891
11891
|
Publishes the exports (packages and images) declared in the ProjectConfig.
|
|
11892
11892
|
```
|
|
11893
11893
|
|
|
11894
|
-
_See code: [src/commands/publish.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
11894
|
+
_See code: [src/commands/publish.ts](https://github.com/codiac/codiac-cli/blob/v1.3.234/src/commands/publish.ts)_
|
|
11895
11895
|
|
|
11896
11896
|
## `codiac pull [NAME]`
|
|
11897
11897
|
|
|
@@ -11915,7 +11915,7 @@ DESCRIPTION
|
|
|
11915
11915
|
Pulls all commits from upstream to local.
|
|
11916
11916
|
```
|
|
11917
11917
|
|
|
11918
|
-
_See code: [src/commands/pull.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
11918
|
+
_See code: [src/commands/pull.ts](https://github.com/codiac/codiac-cli/blob/v1.3.234/src/commands/pull.ts)_
|
|
11919
11919
|
|
|
11920
11920
|
## `codiac pullsecret`
|
|
11921
11921
|
|
|
@@ -11998,7 +11998,7 @@ DESCRIPTION
|
|
|
11998
11998
|
Pushes all local commits upstream.
|
|
11999
11999
|
```
|
|
12000
12000
|
|
|
12001
|
-
_See code: [src/commands/push.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
12001
|
+
_See code: [src/commands/push.ts](https://github.com/codiac/codiac-cli/blob/v1.3.234/src/commands/push.ts)_
|
|
12002
12002
|
|
|
12003
12003
|
## `codiac pvc create`
|
|
12004
12004
|
|
|
@@ -12082,7 +12082,7 @@ EXAMPLES
|
|
|
12082
12082
|
$ codiac pvc create -e myEnt --name shared-files --type AzureFileStorage --echo
|
|
12083
12083
|
```
|
|
12084
12084
|
|
|
12085
|
-
_See code: [src/commands/pvc/create.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
12085
|
+
_See code: [src/commands/pvc/create.ts](https://github.com/codiac/codiac-cli/blob/v1.3.234/src/commands/pvc/create.ts)_
|
|
12086
12086
|
|
|
12087
12087
|
## `codiac pvc delete`
|
|
12088
12088
|
|
|
@@ -12129,7 +12129,7 @@ EXAMPLES
|
|
|
12129
12129
|
$ codiac pvc delete --id <fileStoreDefId> --silent
|
|
12130
12130
|
```
|
|
12131
12131
|
|
|
12132
|
-
_See code: [src/commands/pvc/delete.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
12132
|
+
_See code: [src/commands/pvc/delete.ts](https://github.com/codiac/codiac-cli/blob/v1.3.234/src/commands/pvc/delete.ts)_
|
|
12133
12133
|
|
|
12134
12134
|
## `codiac pvc get`
|
|
12135
12135
|
|
|
@@ -12170,7 +12170,7 @@ EXAMPLES
|
|
|
12170
12170
|
$ codiac pvc get --name app-documents-share --silent -o json
|
|
12171
12171
|
```
|
|
12172
12172
|
|
|
12173
|
-
_See code: [src/commands/pvc/get.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
12173
|
+
_See code: [src/commands/pvc/get.ts](https://github.com/codiac/codiac-cli/blob/v1.3.234/src/commands/pvc/get.ts)_
|
|
12174
12174
|
|
|
12175
12175
|
## `codiac pvc list`
|
|
12176
12176
|
|
|
@@ -12213,7 +12213,7 @@ EXAMPLES
|
|
|
12213
12213
|
$ codiac pvc list -o yaml
|
|
12214
12214
|
```
|
|
12215
12215
|
|
|
12216
|
-
_See code: [src/commands/pvc/list.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
12216
|
+
_See code: [src/commands/pvc/list.ts](https://github.com/codiac/codiac-cli/blob/v1.3.234/src/commands/pvc/list.ts)_
|
|
12217
12217
|
|
|
12218
12218
|
## `codiac relay-version`
|
|
12219
12219
|
|
|
@@ -12230,7 +12230,7 @@ EXAMPLES
|
|
|
12230
12230
|
$ codiac relay-version
|
|
12231
12231
|
```
|
|
12232
12232
|
|
|
12233
|
-
_See code: [src/commands/relay-version.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
12233
|
+
_See code: [src/commands/relay-version.ts](https://github.com/codiac/codiac-cli/blob/v1.3.234/src/commands/relay-version.ts)_
|
|
12234
12234
|
|
|
12235
12235
|
## `codiac run`
|
|
12236
12236
|
|
|
@@ -12272,7 +12272,7 @@ DESCRIPTION
|
|
|
12272
12272
|
Runs the latest build of the api container locally.
|
|
12273
12273
|
```
|
|
12274
12274
|
|
|
12275
|
-
_See code: [src/commands/run.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
12275
|
+
_See code: [src/commands/run.ts](https://github.com/codiac/codiac-cli/blob/v1.3.234/src/commands/run.ts)_
|
|
12276
12276
|
|
|
12277
12277
|
## `codiac secretStore`
|
|
12278
12278
|
|
|
@@ -12372,7 +12372,7 @@ EXAMPLES
|
|
|
12372
12372
|
$ codiac secretStore capture --echo
|
|
12373
12373
|
```
|
|
12374
12374
|
|
|
12375
|
-
_See code: [src/commands/secretStore/capture.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
12375
|
+
_See code: [src/commands/secretStore/capture.ts](https://github.com/codiac/codiac-cli/blob/v1.3.234/src/commands/secretStore/capture.ts)_
|
|
12376
12376
|
|
|
12377
12377
|
## `codiac secretStore forget`
|
|
12378
12378
|
|
|
@@ -12393,7 +12393,7 @@ DESCRIPTION
|
|
|
12393
12393
|
Removes the reference to the given secret store for the tenant. Does NOT delete the store itself.
|
|
12394
12394
|
```
|
|
12395
12395
|
|
|
12396
|
-
_See code: [src/commands/secretStore/forget.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
12396
|
+
_See code: [src/commands/secretStore/forget.ts](https://github.com/codiac/codiac-cli/blob/v1.3.234/src/commands/secretStore/forget.ts)_
|
|
12397
12397
|
|
|
12398
12398
|
## `codiac secretStore list`
|
|
12399
12399
|
|
|
@@ -12438,7 +12438,7 @@ EXAMPLES
|
|
|
12438
12438
|
$ codiac secretStore list
|
|
12439
12439
|
```
|
|
12440
12440
|
|
|
12441
|
-
_See code: [src/commands/secretStore/list.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
12441
|
+
_See code: [src/commands/secretStore/list.ts](https://github.com/codiac/codiac-cli/blob/v1.3.234/src/commands/secretStore/list.ts)_
|
|
12442
12442
|
|
|
12443
12443
|
## `codiac shell init`
|
|
12444
12444
|
|
|
@@ -12476,7 +12476,7 @@ EXAMPLES
|
|
|
12476
12476
|
Invoke-Expression (codiac shell init --shell powershell)
|
|
12477
12477
|
```
|
|
12478
12478
|
|
|
12479
|
-
_See code: [src/commands/shell/init.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
12479
|
+
_See code: [src/commands/shell/init.ts](https://github.com/codiac/codiac-cli/blob/v1.3.234/src/commands/shell/init.ts)_
|
|
12480
12480
|
|
|
12481
12481
|
## `codiac snapshot deploy`
|
|
12482
12482
|
|
|
@@ -12504,7 +12504,7 @@ DESCRIPTION
|
|
|
12504
12504
|
Deploys all assets in a snapshot to a target cabinet.
|
|
12505
12505
|
```
|
|
12506
12506
|
|
|
12507
|
-
_See code: [src/commands/snapshot/deploy.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
12507
|
+
_See code: [src/commands/snapshot/deploy.ts](https://github.com/codiac/codiac-cli/blob/v1.3.234/src/commands/snapshot/deploy.ts)_
|
|
12508
12508
|
|
|
12509
12509
|
## `codiac snapshot list`
|
|
12510
12510
|
|
|
@@ -12553,7 +12553,7 @@ EXAMPLES
|
|
|
12553
12553
|
$ codiac snapshot list -e myEnterprise --silent
|
|
12554
12554
|
```
|
|
12555
12555
|
|
|
12556
|
-
_See code: [src/commands/snapshot/list.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
12556
|
+
_See code: [src/commands/snapshot/list.ts](https://github.com/codiac/codiac-cli/blob/v1.3.234/src/commands/snapshot/list.ts)_
|
|
12557
12557
|
|
|
12558
12558
|
## `codiac snapshot tag`
|
|
12559
12559
|
|
|
@@ -12596,7 +12596,7 @@ EXAMPLES
|
|
|
12596
12596
|
$ codiac snapshot tag -e myEnterprise -v 5CJRH7XB -t production --to-script
|
|
12597
12597
|
```
|
|
12598
12598
|
|
|
12599
|
-
_See code: [src/commands/snapshot/tag.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
12599
|
+
_See code: [src/commands/snapshot/tag.ts](https://github.com/codiac/codiac-cli/blob/v1.3.234/src/commands/snapshot/tag.ts)_
|
|
12600
12600
|
|
|
12601
12601
|
## `codiac snapshot untag`
|
|
12602
12602
|
|
|
@@ -12639,7 +12639,7 @@ EXAMPLES
|
|
|
12639
12639
|
$ codiac snapshot untag -e myEnterprise -v 5CJRH7XB -t production --to-script
|
|
12640
12640
|
```
|
|
12641
12641
|
|
|
12642
|
-
_See code: [src/commands/snapshot/untag.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
12642
|
+
_See code: [src/commands/snapshot/untag.ts](https://github.com/codiac/codiac-cli/blob/v1.3.234/src/commands/snapshot/untag.ts)_
|
|
12643
12643
|
|
|
12644
12644
|
## `codiac stage [FILES]`
|
|
12645
12645
|
|
|
@@ -12661,7 +12661,7 @@ DESCRIPTION
|
|
|
12661
12661
|
Flags files to be included in the next commit.
|
|
12662
12662
|
```
|
|
12663
12663
|
|
|
12664
|
-
_See code: [src/commands/stage.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
12664
|
+
_See code: [src/commands/stage.ts](https://github.com/codiac/codiac-cli/blob/v1.3.234/src/commands/stage.ts)_
|
|
12665
12665
|
|
|
12666
12666
|
## `codiac stash [FILE]`
|
|
12667
12667
|
|
|
@@ -12683,7 +12683,7 @@ DESCRIPTION
|
|
|
12683
12683
|
describe the command here
|
|
12684
12684
|
```
|
|
12685
12685
|
|
|
12686
|
-
_See code: [src/commands/stash.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
12686
|
+
_See code: [src/commands/stash.ts](https://github.com/codiac/codiac-cli/blob/v1.3.234/src/commands/stash.ts)_
|
|
12687
12687
|
|
|
12688
12688
|
## `codiac status`
|
|
12689
12689
|
|
|
@@ -12702,7 +12702,7 @@ DESCRIPTION
|
|
|
12702
12702
|
Shows the current uncommitted changes in the current branch.
|
|
12703
12703
|
```
|
|
12704
12704
|
|
|
12705
|
-
_See code: [src/commands/status.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
12705
|
+
_See code: [src/commands/status.ts](https://github.com/codiac/codiac-cli/blob/v1.3.234/src/commands/status.ts)_
|
|
12706
12706
|
|
|
12707
12707
|
## `codiac stop`
|
|
12708
12708
|
|
|
@@ -12720,7 +12720,7 @@ DESCRIPTION
|
|
|
12720
12720
|
Stops the running container for this project
|
|
12721
12721
|
```
|
|
12722
12722
|
|
|
12723
|
-
_See code: [src/commands/stop.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
12723
|
+
_See code: [src/commands/stop.ts](https://github.com/codiac/codiac-cli/blob/v1.3.234/src/commands/stop.ts)_
|
|
12724
12724
|
|
|
12725
12725
|
## `codiac switch [NAME]`
|
|
12726
12726
|
|
|
@@ -12740,7 +12740,7 @@ DESCRIPTION
|
|
|
12740
12740
|
Changes branch on the main project and any sourced dependencies.
|
|
12741
12741
|
```
|
|
12742
12742
|
|
|
12743
|
-
_See code: [src/commands/switch.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
12743
|
+
_See code: [src/commands/switch.ts](https://github.com/codiac/codiac-cli/blob/v1.3.234/src/commands/switch.ts)_
|
|
12744
12744
|
|
|
12745
12745
|
## `codiac sync [NAME]`
|
|
12746
12746
|
|
|
@@ -12765,7 +12765,7 @@ DESCRIPTION
|
|
|
12765
12765
|
Merges the given branch into the current branch.
|
|
12766
12766
|
```
|
|
12767
12767
|
|
|
12768
|
-
_See code: [src/commands/sync.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
12768
|
+
_See code: [src/commands/sync.ts](https://github.com/codiac/codiac-cli/blob/v1.3.234/src/commands/sync.ts)_
|
|
12769
12769
|
|
|
12770
12770
|
## `codiac tenant create [NAME]`
|
|
12771
12771
|
|
|
@@ -12808,7 +12808,7 @@ EXAMPLES
|
|
|
12808
12808
|
$ codiac tenant create -n 'Acme Corp' -c acme --to-script
|
|
12809
12809
|
```
|
|
12810
12810
|
|
|
12811
|
-
_See code: [src/commands/tenant/create.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
12811
|
+
_See code: [src/commands/tenant/create.ts](https://github.com/codiac/codiac-cli/blob/v1.3.234/src/commands/tenant/create.ts)_
|
|
12812
12812
|
|
|
12813
12813
|
## `codiac tenant switch [CODE]`
|
|
12814
12814
|
|
|
@@ -12848,7 +12848,7 @@ EXAMPLES
|
|
|
12848
12848
|
$ codiac tenant switch my-tenant-code --to-script
|
|
12849
12849
|
```
|
|
12850
12850
|
|
|
12851
|
-
_See code: [src/commands/tenant/switch.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
12851
|
+
_See code: [src/commands/tenant/switch.ts](https://github.com/codiac/codiac-cli/blob/v1.3.234/src/commands/tenant/switch.ts)_
|
|
12852
12852
|
|
|
12853
12853
|
## `codiac token [TOKENNAME]`
|
|
12854
12854
|
|
|
@@ -12970,7 +12970,7 @@ DESCRIPTION
|
|
|
12970
12970
|
Flags files to be included in the next commit.
|
|
12971
12971
|
```
|
|
12972
12972
|
|
|
12973
|
-
_See code: [src/commands/unstage.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
12973
|
+
_See code: [src/commands/unstage.ts](https://github.com/codiac/codiac-cli/blob/v1.3.234/src/commands/unstage.ts)_
|
|
12974
12974
|
|
|
12975
12975
|
## `codiac update [CHANNEL]`
|
|
12976
12976
|
|
|
@@ -13157,7 +13157,7 @@ EXAMPLES
|
|
|
13157
13157
|
$ codiac whereami --to-script
|
|
13158
13158
|
```
|
|
13159
13159
|
|
|
13160
|
-
_See code: [src/commands/whereami.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
13160
|
+
_See code: [src/commands/whereami.ts](https://github.com/codiac/codiac-cli/blob/v1.3.234/src/commands/whereami.ts)_
|
|
13161
13161
|
|
|
13162
13162
|
## `codiac whoami`
|
|
13163
13163
|
|
|
@@ -13199,5 +13199,5 @@ EXAMPLES
|
|
|
13199
13199
|
$ codiac whoami --to-script
|
|
13200
13200
|
```
|
|
13201
13201
|
|
|
13202
|
-
_See code: [src/commands/whoami.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
13202
|
+
_See code: [src/commands/whoami.ts](https://github.com/codiac/codiac-cli/blob/v1.3.234/src/commands/whoami.ts)_
|
|
13203
13203
|
<!-- commandsstop -->
|