@codiac.io/codiac-cli 1.3.244 → 1.3.245
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
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.245 linux-x64 node-v22.15.1
|
|
25
25
|
$ codiac --help [COMMAND]
|
|
26
26
|
USAGE
|
|
27
27
|
$ codiac COMMAND
|
|
@@ -528,7 +528,7 @@ EXAMPLES
|
|
|
528
528
|
$ codiac ai agent install -e ben -t hermes -c dev --to-script
|
|
529
529
|
```
|
|
530
530
|
|
|
531
|
-
_See code: [src/commands/ai/agent/install.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
531
|
+
_See code: [src/commands/ai/agent/install.ts](https://github.com/codiac/codiac-cli/blob/v1.3.245/src/commands/ai/agent/install.ts)_
|
|
532
532
|
|
|
533
533
|
## `codiac asset create`
|
|
534
534
|
|
|
@@ -649,7 +649,7 @@ EXAMPLES
|
|
|
649
649
|
$ codiac asset create -e myEnterprise -n redis --helm --chart redis --chart-repo bitnami --silent
|
|
650
650
|
```
|
|
651
651
|
|
|
652
|
-
_See code: [src/commands/asset/create.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
652
|
+
_See code: [src/commands/asset/create.ts](https://github.com/codiac/codiac-cli/blob/v1.3.245/src/commands/asset/create.ts)_
|
|
653
653
|
|
|
654
654
|
## `codiac asset edit`
|
|
655
655
|
|
|
@@ -707,7 +707,7 @@ EXAMPLES
|
|
|
707
707
|
$ codiac asset edit -e myEnterprise -n my-api --remove-deploy-condition --silent
|
|
708
708
|
```
|
|
709
709
|
|
|
710
|
-
_See code: [src/commands/asset/edit.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
710
|
+
_See code: [src/commands/asset/edit.ts](https://github.com/codiac/codiac-cli/blob/v1.3.245/src/commands/asset/edit.ts)_
|
|
711
711
|
|
|
712
712
|
## `codiac asset entrypoint`
|
|
713
713
|
|
|
@@ -828,7 +828,7 @@ EXAMPLES
|
|
|
828
828
|
$ codiac asset entrypoint delete -e ml -a my-worker -v '>=1.2.3' --silent
|
|
829
829
|
```
|
|
830
830
|
|
|
831
|
-
_See code: [src/commands/asset/entrypoint/delete.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
831
|
+
_See code: [src/commands/asset/entrypoint/delete.ts](https://github.com/codiac/codiac-cli/blob/v1.3.245/src/commands/asset/entrypoint/delete.ts)_
|
|
832
832
|
|
|
833
833
|
## `codiac asset entrypoint set`
|
|
834
834
|
|
|
@@ -897,7 +897,7 @@ EXAMPLES
|
|
|
897
897
|
--input=/backup/workflows'
|
|
898
898
|
```
|
|
899
899
|
|
|
900
|
-
_See code: [src/commands/asset/entrypoint/set.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
900
|
+
_See code: [src/commands/asset/entrypoint/set.ts](https://github.com/codiac/codiac-cli/blob/v1.3.245/src/commands/asset/entrypoint/set.ts)_
|
|
901
901
|
|
|
902
902
|
## `codiac asset get [CMD]`
|
|
903
903
|
|
|
@@ -1005,7 +1005,7 @@ EXAMPLES
|
|
|
1005
1005
|
$ codiac asset list -e myEnterprise --to-script
|
|
1006
1006
|
```
|
|
1007
1007
|
|
|
1008
|
-
_See code: [src/commands/asset/list.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
1008
|
+
_See code: [src/commands/asset/list.ts](https://github.com/codiac/codiac-cli/blob/v1.3.245/src/commands/asset/list.ts)_
|
|
1009
1009
|
|
|
1010
1010
|
## `codiac asset mon [CMD]`
|
|
1011
1011
|
|
|
@@ -1266,7 +1266,7 @@ EXAMPLES
|
|
|
1266
1266
|
$ codiac asset obliterate -e main -n my-api
|
|
1267
1267
|
```
|
|
1268
1268
|
|
|
1269
|
-
_See code: [src/commands/asset/obliterate.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
1269
|
+
_See code: [src/commands/asset/obliterate.ts](https://github.com/codiac/codiac-cli/blob/v1.3.245/src/commands/asset/obliterate.ts)_
|
|
1270
1270
|
|
|
1271
1271
|
## `codiac asset probe create [CMD]`
|
|
1272
1272
|
|
|
@@ -1356,7 +1356,7 @@ EXAMPLES
|
|
|
1356
1356
|
$ codiac asset probe create -n acme -a myapi --predefined builtin-heartbeat-file-exists --to-script
|
|
1357
1357
|
```
|
|
1358
1358
|
|
|
1359
|
-
_See code: [src/commands/asset/probe/create.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
1359
|
+
_See code: [src/commands/asset/probe/create.ts](https://github.com/codiac/codiac-cli/blob/v1.3.245/src/commands/asset/probe/create.ts)_
|
|
1360
1360
|
|
|
1361
1361
|
## `codiac asset probe delete`
|
|
1362
1362
|
|
|
@@ -1411,7 +1411,7 @@ EXAMPLES
|
|
|
1411
1411
|
$ codiac asset probe delete
|
|
1412
1412
|
```
|
|
1413
1413
|
|
|
1414
|
-
_See code: [src/commands/asset/probe/delete.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
1414
|
+
_See code: [src/commands/asset/probe/delete.ts](https://github.com/codiac/codiac-cli/blob/v1.3.245/src/commands/asset/probe/delete.ts)_
|
|
1415
1415
|
|
|
1416
1416
|
## `codiac asset probe list`
|
|
1417
1417
|
|
|
@@ -1463,7 +1463,7 @@ EXAMPLES
|
|
|
1463
1463
|
$ codiac asset probe list
|
|
1464
1464
|
```
|
|
1465
1465
|
|
|
1466
|
-
_See code: [src/commands/asset/probe/list.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
1466
|
+
_See code: [src/commands/asset/probe/list.ts](https://github.com/codiac/codiac-cli/blob/v1.3.245/src/commands/asset/probe/list.ts)_
|
|
1467
1467
|
|
|
1468
1468
|
## `codiac asset recycle`
|
|
1469
1469
|
|
|
@@ -1503,7 +1503,7 @@ DESCRIPTION
|
|
|
1503
1503
|
Deploys a given asset to a given cabinet. Defaults to current version.
|
|
1504
1504
|
```
|
|
1505
1505
|
|
|
1506
|
-
_See code: [src/commands/asset/recycle.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
1506
|
+
_See code: [src/commands/asset/recycle.ts](https://github.com/codiac/codiac-cli/blob/v1.3.245/src/commands/asset/recycle.ts)_
|
|
1507
1507
|
|
|
1508
1508
|
## `codiac asset undeploy`
|
|
1509
1509
|
|
|
@@ -1547,7 +1547,7 @@ EXAMPLES
|
|
|
1547
1547
|
$ codiac asset undeploy -e myEnterprise -a myApi -c dev --to-script
|
|
1548
1548
|
```
|
|
1549
1549
|
|
|
1550
|
-
_See code: [src/commands/asset/undeploy.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
1550
|
+
_See code: [src/commands/asset/undeploy.ts](https://github.com/codiac/codiac-cli/blob/v1.3.245/src/commands/asset/undeploy.ts)_
|
|
1551
1551
|
|
|
1552
1552
|
## `codiac asset view [CMD]`
|
|
1553
1553
|
|
|
@@ -1603,7 +1603,7 @@ ALIASES
|
|
|
1603
1603
|
$ codiac asset get
|
|
1604
1604
|
```
|
|
1605
1605
|
|
|
1606
|
-
_See code: [src/commands/asset/view.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
1606
|
+
_See code: [src/commands/asset/view.ts](https://github.com/codiac/codiac-cli/blob/v1.3.245/src/commands/asset/view.ts)_
|
|
1607
1607
|
|
|
1608
1608
|
## `codiac asset vol add [MOUNTPATH]`
|
|
1609
1609
|
|
|
@@ -1874,7 +1874,7 @@ ALIASES
|
|
|
1874
1874
|
$ codiac asset volume add
|
|
1875
1875
|
```
|
|
1876
1876
|
|
|
1877
|
-
_See code: [src/commands/asset/volume/create.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
1877
|
+
_See code: [src/commands/asset/volume/create.ts](https://github.com/codiac/codiac-cli/blob/v1.3.245/src/commands/asset/volume/create.ts)_
|
|
1878
1878
|
|
|
1879
1879
|
## `codiac asset volume del`
|
|
1880
1880
|
|
|
@@ -1962,7 +1962,7 @@ EXAMPLES
|
|
|
1962
1962
|
$ codiac asset volume delete -e myEnterprise -n myMount --to-script
|
|
1963
1963
|
```
|
|
1964
1964
|
|
|
1965
|
-
_See code: [src/commands/asset/volume/delete.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
1965
|
+
_See code: [src/commands/asset/volume/delete.ts](https://github.com/codiac/codiac-cli/blob/v1.3.245/src/commands/asset/volume/delete.ts)_
|
|
1966
1966
|
|
|
1967
1967
|
## `codiac asset volume list`
|
|
1968
1968
|
|
|
@@ -2011,7 +2011,7 @@ EXAMPLES
|
|
|
2011
2011
|
$ codiac asset volume list -e myEnterprise --silent
|
|
2012
2012
|
```
|
|
2013
2013
|
|
|
2014
|
-
_See code: [src/commands/asset/volume/list.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
2014
|
+
_See code: [src/commands/asset/volume/list.ts](https://github.com/codiac/codiac-cli/blob/v1.3.245/src/commands/asset/volume/list.ts)_
|
|
2015
2015
|
|
|
2016
2016
|
## `codiac asset volumes del`
|
|
2017
2017
|
|
|
@@ -2178,7 +2178,7 @@ EXAMPLES
|
|
|
2178
2178
|
$ codiac asset where -e main -a my-api --silent
|
|
2179
2179
|
```
|
|
2180
2180
|
|
|
2181
|
-
_See code: [src/commands/asset/where.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
2181
|
+
_See code: [src/commands/asset/where.ts](https://github.com/codiac/codiac-cli/blob/v1.3.245/src/commands/asset/where.ts)_
|
|
2182
2182
|
|
|
2183
2183
|
## `codiac auth cab allow`
|
|
2184
2184
|
|
|
@@ -2340,7 +2340,7 @@ EXAMPLES
|
|
|
2340
2340
|
$ codiac auth cabinet allow -e qa -c shasta -r productmanager -p read
|
|
2341
2341
|
```
|
|
2342
2342
|
|
|
2343
|
-
_See code: [src/commands/auth/cabinet/allow.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
2343
|
+
_See code: [src/commands/auth/cabinet/allow.ts](https://github.com/codiac/codiac-cli/blob/v1.3.245/src/commands/auth/cabinet/allow.ts)_
|
|
2344
2344
|
|
|
2345
2345
|
## `codiac auth cabinet allowed`
|
|
2346
2346
|
|
|
@@ -2388,7 +2388,7 @@ EXAMPLES
|
|
|
2388
2388
|
$ codiac auth cabinet allowed --enterprise modeling -e qa -c sprint5
|
|
2389
2389
|
```
|
|
2390
2390
|
|
|
2391
|
-
_See code: [src/commands/auth/cabinet/allowed.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
2391
|
+
_See code: [src/commands/auth/cabinet/allowed.ts](https://github.com/codiac/codiac-cli/blob/v1.3.245/src/commands/auth/cabinet/allowed.ts)_
|
|
2392
2392
|
|
|
2393
2393
|
## `codiac auth ent allow`
|
|
2394
2394
|
|
|
@@ -2579,7 +2579,7 @@ EXAMPLES
|
|
|
2579
2579
|
$ codiac auth enterprise allow -r deployer -p none
|
|
2580
2580
|
```
|
|
2581
2581
|
|
|
2582
|
-
_See code: [src/commands/auth/enterprise/allow.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
2582
|
+
_See code: [src/commands/auth/enterprise/allow.ts](https://github.com/codiac/codiac-cli/blob/v1.3.245/src/commands/auth/enterprise/allow.ts)_
|
|
2583
2583
|
|
|
2584
2584
|
## `codiac auth enterprise allow onEnvironments`
|
|
2585
2585
|
|
|
@@ -2633,7 +2633,7 @@ EXAMPLES
|
|
|
2633
2633
|
$ codiac auth enterprise allow onEnvironments --enterprise dyno -r productmanager -p read
|
|
2634
2634
|
```
|
|
2635
2635
|
|
|
2636
|
-
_See code: [src/commands/auth/enterprise/allow/onEnvironments.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
2636
|
+
_See code: [src/commands/auth/enterprise/allow/onEnvironments.ts](https://github.com/codiac/codiac-cli/blob/v1.3.245/src/commands/auth/enterprise/allow/onEnvironments.ts)_
|
|
2637
2637
|
|
|
2638
2638
|
## `codiac auth enterprise allowed`
|
|
2639
2639
|
|
|
@@ -2674,7 +2674,7 @@ EXAMPLES
|
|
|
2674
2674
|
$ codiac auth enterprise allowed --enterprise modeling
|
|
2675
2675
|
```
|
|
2676
2676
|
|
|
2677
|
-
_See code: [src/commands/auth/enterprise/allowed.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
2677
|
+
_See code: [src/commands/auth/enterprise/allowed.ts](https://github.com/codiac/codiac-cli/blob/v1.3.245/src/commands/auth/enterprise/allowed.ts)_
|
|
2678
2678
|
|
|
2679
2679
|
## `codiac auth env allowed`
|
|
2680
2680
|
|
|
@@ -2881,7 +2881,7 @@ EXAMPLES
|
|
|
2881
2881
|
$ codiac auth environment allow -e qa -r productmanager -p read
|
|
2882
2882
|
```
|
|
2883
2883
|
|
|
2884
|
-
_See code: [src/commands/auth/environment/allow.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
2884
|
+
_See code: [src/commands/auth/environment/allow.ts](https://github.com/codiac/codiac-cli/blob/v1.3.245/src/commands/auth/environment/allow.ts)_
|
|
2885
2885
|
|
|
2886
2886
|
## `codiac auth environment allow onCabinets`
|
|
2887
2887
|
|
|
@@ -2938,7 +2938,7 @@ EXAMPLES
|
|
|
2938
2938
|
$ codiac auth environment allow onCabinets -e qa -r productmanager -p read
|
|
2939
2939
|
```
|
|
2940
2940
|
|
|
2941
|
-
_See code: [src/commands/auth/environment/allow/onCabinets.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
2941
|
+
_See code: [src/commands/auth/environment/allow/onCabinets.ts](https://github.com/codiac/codiac-cli/blob/v1.3.245/src/commands/auth/environment/allow/onCabinets.ts)_
|
|
2942
2942
|
|
|
2943
2943
|
## `codiac auth environment allowed`
|
|
2944
2944
|
|
|
@@ -2983,7 +2983,7 @@ EXAMPLES
|
|
|
2983
2983
|
$ codiac auth environment allowed --enterprise modeling -e dev
|
|
2984
2984
|
```
|
|
2985
2985
|
|
|
2986
|
-
_See code: [src/commands/auth/environment/allowed.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
2986
|
+
_See code: [src/commands/auth/environment/allowed.ts](https://github.com/codiac/codiac-cli/blob/v1.3.245/src/commands/auth/environment/allowed.ts)_
|
|
2987
2987
|
|
|
2988
2988
|
## `codiac auth register`
|
|
2989
2989
|
|
|
@@ -3029,7 +3029,7 @@ EXAMPLES
|
|
|
3029
3029
|
$ codiac auth register
|
|
3030
3030
|
```
|
|
3031
3031
|
|
|
3032
|
-
_See code: [src/commands/auth/register.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
3032
|
+
_See code: [src/commands/auth/register.ts](https://github.com/codiac/codiac-cli/blob/v1.3.245/src/commands/auth/register.ts)_
|
|
3033
3033
|
|
|
3034
3034
|
## `codiac auth role allowed [NAME]`
|
|
3035
3035
|
|
|
@@ -3076,7 +3076,7 @@ EXAMPLES
|
|
|
3076
3076
|
$ codiac auth role allowed -n deployer -e main
|
|
3077
3077
|
```
|
|
3078
3078
|
|
|
3079
|
-
_See code: [src/commands/auth/role/allowed.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
3079
|
+
_See code: [src/commands/auth/role/allowed.ts](https://github.com/codiac/codiac-cli/blob/v1.3.245/src/commands/auth/role/allowed.ts)_
|
|
3080
3080
|
|
|
3081
3081
|
## `codiac auth role assign`
|
|
3082
3082
|
|
|
@@ -3108,7 +3108,7 @@ EXAMPLES
|
|
|
3108
3108
|
$ codiac auth role assign -r deployer -u joe.cool@yourdomain.com
|
|
3109
3109
|
```
|
|
3110
3110
|
|
|
3111
|
-
_See code: [src/commands/auth/role/assign.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
3111
|
+
_See code: [src/commands/auth/role/assign.ts](https://github.com/codiac/codiac-cli/blob/v1.3.245/src/commands/auth/role/assign.ts)_
|
|
3112
3112
|
|
|
3113
3113
|
## `codiac auth role create [NAME]`
|
|
3114
3114
|
|
|
@@ -3141,7 +3141,7 @@ EXAMPLES
|
|
|
3141
3141
|
$ codiac auth role create -n deployer
|
|
3142
3142
|
```
|
|
3143
3143
|
|
|
3144
|
-
_See code: [src/commands/auth/role/create.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
3144
|
+
_See code: [src/commands/auth/role/create.ts](https://github.com/codiac/codiac-cli/blob/v1.3.245/src/commands/auth/role/create.ts)_
|
|
3145
3145
|
|
|
3146
3146
|
## `codiac auth role delete [NAME]`
|
|
3147
3147
|
|
|
@@ -3177,7 +3177,7 @@ EXAMPLES
|
|
|
3177
3177
|
$ codiac auth role delete --id abc123def456
|
|
3178
3178
|
```
|
|
3179
3179
|
|
|
3180
|
-
_See code: [src/commands/auth/role/delete.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
3180
|
+
_See code: [src/commands/auth/role/delete.ts](https://github.com/codiac/codiac-cli/blob/v1.3.245/src/commands/auth/role/delete.ts)_
|
|
3181
3181
|
|
|
3182
3182
|
## `codiac auth role list`
|
|
3183
3183
|
|
|
@@ -3213,7 +3213,7 @@ EXAMPLES
|
|
|
3213
3213
|
$ codiac auth role list -o yaml > roles.yaml
|
|
3214
3214
|
```
|
|
3215
3215
|
|
|
3216
|
-
_See code: [src/commands/auth/role/list.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
3216
|
+
_See code: [src/commands/auth/role/list.ts](https://github.com/codiac/codiac-cli/blob/v1.3.245/src/commands/auth/role/list.ts)_
|
|
3217
3217
|
|
|
3218
3218
|
## `codiac auth role unassign`
|
|
3219
3219
|
|
|
@@ -3245,7 +3245,7 @@ EXAMPLES
|
|
|
3245
3245
|
$ codiac auth role unassign -r deployer -u joe.cool@yourdomain.com
|
|
3246
3246
|
```
|
|
3247
3247
|
|
|
3248
|
-
_See code: [src/commands/auth/role/unassign.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
3248
|
+
_See code: [src/commands/auth/role/unassign.ts](https://github.com/codiac/codiac-cli/blob/v1.3.245/src/commands/auth/role/unassign.ts)_
|
|
3249
3249
|
|
|
3250
3250
|
## `codiac auth user invite`
|
|
3251
3251
|
|
|
@@ -3285,7 +3285,7 @@ EXAMPLES
|
|
|
3285
3285
|
$ codiac auth user invite
|
|
3286
3286
|
```
|
|
3287
3287
|
|
|
3288
|
-
_See code: [src/commands/auth/user/invite.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
3288
|
+
_See code: [src/commands/auth/user/invite.ts](https://github.com/codiac/codiac-cli/blob/v1.3.245/src/commands/auth/user/invite.ts)_
|
|
3289
3289
|
|
|
3290
3290
|
## `codiac auth user list`
|
|
3291
3291
|
|
|
@@ -3321,7 +3321,7 @@ EXAMPLES
|
|
|
3321
3321
|
$ codiac auth user list -o yaml > users.yaml
|
|
3322
3322
|
```
|
|
3323
3323
|
|
|
3324
|
-
_See code: [src/commands/auth/user/list.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
3324
|
+
_See code: [src/commands/auth/user/list.ts](https://github.com/codiac/codiac-cli/blob/v1.3.245/src/commands/auth/user/list.ts)_
|
|
3325
3325
|
|
|
3326
3326
|
## `codiac autocomplete [SHELL]`
|
|
3327
3327
|
|
|
@@ -3371,7 +3371,7 @@ DESCRIPTION
|
|
|
3371
3371
|
Creates a new branch for the parent project and any sourced dependencies.
|
|
3372
3372
|
```
|
|
3373
3373
|
|
|
3374
|
-
_See code: [src/commands/branch.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
3374
|
+
_See code: [src/commands/branch.ts](https://github.com/codiac/codiac-cli/blob/v1.3.245/src/commands/branch.ts)_
|
|
3375
3375
|
|
|
3376
3376
|
## `codiac branch current`
|
|
3377
3377
|
|
|
@@ -3391,7 +3391,7 @@ ALIASES
|
|
|
3391
3391
|
$ codiac branches current
|
|
3392
3392
|
```
|
|
3393
3393
|
|
|
3394
|
-
_See code: [src/commands/branch/current.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
3394
|
+
_See code: [src/commands/branch/current.ts](https://github.com/codiac/codiac-cli/blob/v1.3.245/src/commands/branch/current.ts)_
|
|
3395
3395
|
|
|
3396
3396
|
## `codiac branch list`
|
|
3397
3397
|
|
|
@@ -3413,7 +3413,7 @@ ALIASES
|
|
|
3413
3413
|
$ codiac branches list
|
|
3414
3414
|
```
|
|
3415
3415
|
|
|
3416
|
-
_See code: [src/commands/branch/list.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
3416
|
+
_See code: [src/commands/branch/list.ts](https://github.com/codiac/codiac-cli/blob/v1.3.245/src/commands/branch/list.ts)_
|
|
3417
3417
|
|
|
3418
3418
|
## `codiac branches current`
|
|
3419
3419
|
|
|
@@ -3503,7 +3503,7 @@ DESCRIPTION
|
|
|
3503
3503
|
Builds the project and the docker container
|
|
3504
3504
|
```
|
|
3505
3505
|
|
|
3506
|
-
_See code: [src/commands/build.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
3506
|
+
_See code: [src/commands/build.ts](https://github.com/codiac/codiac-cli/blob/v1.3.245/src/commands/build.ts)_
|
|
3507
3507
|
|
|
3508
3508
|
## `codiac cab attach`
|
|
3509
3509
|
|
|
@@ -3640,7 +3640,7 @@ Renders the list of asset versions that are currently deployed to the given cabi
|
|
|
3640
3640
|
|
|
3641
3641
|
```
|
|
3642
3642
|
USAGE
|
|
3643
|
-
$ codiac cab contents [-e <value>] [-c <value>] [--echo | --to-script
|
|
3643
|
+
$ codiac cab contents [-e <value>] [-c <value>] [--silent | --echo | --to-script]
|
|
3644
3644
|
|
|
3645
3645
|
FLAGS
|
|
3646
3646
|
-c, --cabinet=<value> The name of the cabinet to inspect.
|
|
@@ -4252,7 +4252,7 @@ EXAMPLES
|
|
|
4252
4252
|
prod-cluster-1 --to-script
|
|
4253
4253
|
```
|
|
4254
4254
|
|
|
4255
|
-
_See code: [src/commands/cabinet/cluster/attach.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
4255
|
+
_See code: [src/commands/cabinet/cluster/attach.ts](https://github.com/codiac/codiac-cli/blob/v1.3.245/src/commands/cabinet/cluster/attach.ts)_
|
|
4256
4256
|
|
|
4257
4257
|
## `codiac cabinet contents`
|
|
4258
4258
|
|
|
@@ -4260,7 +4260,7 @@ Renders the list of asset versions that are currently deployed to the given cabi
|
|
|
4260
4260
|
|
|
4261
4261
|
```
|
|
4262
4262
|
USAGE
|
|
4263
|
-
$ codiac cabinet contents [-e <value>] [-c <value>] [--echo | --to-script
|
|
4263
|
+
$ codiac cabinet contents [-e <value>] [-c <value>] [--silent | --echo | --to-script]
|
|
4264
4264
|
|
|
4265
4265
|
FLAGS
|
|
4266
4266
|
-c, --cabinet=<value> The name of the cabinet to inspect.
|
|
@@ -4296,7 +4296,7 @@ EXAMPLES
|
|
|
4296
4296
|
$ codiac cabinet contents -e main -c my-spike --to-script > show-contents.sh
|
|
4297
4297
|
```
|
|
4298
4298
|
|
|
4299
|
-
_See code: [src/commands/cabinet/contents.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
4299
|
+
_See code: [src/commands/cabinet/contents.ts](https://github.com/codiac/codiac-cli/blob/v1.3.245/src/commands/cabinet/contents.ts)_
|
|
4300
4300
|
|
|
4301
4301
|
## `codiac cabinet create [CABINET]`
|
|
4302
4302
|
|
|
@@ -4363,7 +4363,7 @@ EXAMPLES
|
|
|
4363
4363
|
cod cabinet create my-cab-name --enterprise main -e dev-environemt -c my-cluster --silent
|
|
4364
4364
|
```
|
|
4365
4365
|
|
|
4366
|
-
_See code: [src/commands/cabinet/create.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
4366
|
+
_See code: [src/commands/cabinet/create.ts](https://github.com/codiac/codiac-cli/blob/v1.3.245/src/commands/cabinet/create.ts)_
|
|
4367
4367
|
|
|
4368
4368
|
## `codiac cabinet define [CABINET]`
|
|
4369
4369
|
|
|
@@ -4425,7 +4425,7 @@ EXAMPLES
|
|
|
4425
4425
|
$ codiac cabinet define my-cab --enterprise main --environment dev-environment --cluster my-cluster --silent
|
|
4426
4426
|
```
|
|
4427
4427
|
|
|
4428
|
-
_See code: [src/commands/cabinet/define.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
4428
|
+
_See code: [src/commands/cabinet/define.ts](https://github.com/codiac/codiac-cli/blob/v1.3.245/src/commands/cabinet/define.ts)_
|
|
4429
4429
|
|
|
4430
4430
|
## `codiac cabinet destroy [CABINET]`
|
|
4431
4431
|
|
|
@@ -4483,7 +4483,7 @@ EXAMPLES
|
|
|
4483
4483
|
--environment dev --silent
|
|
4484
4484
|
```
|
|
4485
4485
|
|
|
4486
|
-
_See code: [src/commands/cabinet/destroy.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
4486
|
+
_See code: [src/commands/cabinet/destroy.ts](https://github.com/codiac/codiac-cli/blob/v1.3.245/src/commands/cabinet/destroy.ts)_
|
|
4487
4487
|
|
|
4488
4488
|
## `codiac cabinet detach [CABINET]`
|
|
4489
4489
|
|
|
@@ -4540,7 +4540,7 @@ EXAMPLES
|
|
|
4540
4540
|
main --environment dev
|
|
4541
4541
|
```
|
|
4542
4542
|
|
|
4543
|
-
_See code: [src/commands/cabinet/detach.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
4543
|
+
_See code: [src/commands/cabinet/detach.ts](https://github.com/codiac/codiac-cli/blob/v1.3.245/src/commands/cabinet/detach.ts)_
|
|
4544
4544
|
|
|
4545
4545
|
## `codiac cabinet forget [CABINET]`
|
|
4546
4546
|
|
|
@@ -4595,7 +4595,7 @@ EXAMPLES
|
|
|
4595
4595
|
$ codiac cabinet forget --to-script
|
|
4596
4596
|
```
|
|
4597
4597
|
|
|
4598
|
-
_See code: [src/commands/cabinet/forget.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
4598
|
+
_See code: [src/commands/cabinet/forget.ts](https://github.com/codiac/codiac-cli/blob/v1.3.245/src/commands/cabinet/forget.ts)_
|
|
4599
4599
|
|
|
4600
4600
|
## `codiac cabinet list`
|
|
4601
4601
|
|
|
@@ -4646,7 +4646,7 @@ EXAMPLES
|
|
|
4646
4646
|
$ codiac cabinet list -e myEnterprise --silent
|
|
4647
4647
|
```
|
|
4648
4648
|
|
|
4649
|
-
_See code: [src/commands/cabinet/list.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
4649
|
+
_See code: [src/commands/cabinet/list.ts](https://github.com/codiac/codiac-cli/blob/v1.3.245/src/commands/cabinet/list.ts)_
|
|
4650
4650
|
|
|
4651
4651
|
## `codiac cabinet obliterate [CABINET]`
|
|
4652
4652
|
|
|
@@ -4688,7 +4688,7 @@ ALIASES
|
|
|
4688
4688
|
$ codiac infrx cab obliterate
|
|
4689
4689
|
```
|
|
4690
4690
|
|
|
4691
|
-
_See code: [src/commands/cabinet/obliterate.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
4691
|
+
_See code: [src/commands/cabinet/obliterate.ts](https://github.com/codiac/codiac-cli/blob/v1.3.245/src/commands/cabinet/obliterate.ts)_
|
|
4692
4692
|
|
|
4693
4693
|
## `codiac cabinet restore`
|
|
4694
4694
|
|
|
@@ -4755,7 +4755,7 @@ EXAMPLES
|
|
|
4755
4755
|
$ codiac cabinet restore --cluster prod-cluster-1 --to-script
|
|
4756
4756
|
```
|
|
4757
4757
|
|
|
4758
|
-
_See code: [src/commands/cabinet/restore.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
4758
|
+
_See code: [src/commands/cabinet/restore.ts](https://github.com/codiac/codiac-cli/blob/v1.3.245/src/commands/cabinet/restore.ts)_
|
|
4759
4759
|
|
|
4760
4760
|
## `codiac cfg add`
|
|
4761
4761
|
|
|
@@ -5054,7 +5054,7 @@ DESCRIPTION
|
|
|
5054
5054
|
Applies settings to the Codiac CLI itself (scoped to the local machine).
|
|
5055
5055
|
```
|
|
5056
5056
|
|
|
5057
|
-
_See code: [src/commands/cli.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
5057
|
+
_See code: [src/commands/cli.ts](https://github.com/codiac/codiac-cli/blob/v1.3.245/src/commands/cli.ts)_
|
|
5058
5058
|
|
|
5059
5059
|
## `codiac cluster agent configure [CLUSTER]`
|
|
5060
5060
|
|
|
@@ -5122,7 +5122,7 @@ EXAMPLES
|
|
|
5122
5122
|
$ codiac cluster agent configure my-cluster --to-script
|
|
5123
5123
|
```
|
|
5124
5124
|
|
|
5125
|
-
_See code: [src/commands/cluster/agent/configure.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
5125
|
+
_See code: [src/commands/cluster/agent/configure.ts](https://github.com/codiac/codiac-cli/blob/v1.3.245/src/commands/cluster/agent/configure.ts)_
|
|
5126
5126
|
|
|
5127
5127
|
## `codiac cluster agent install [CLUSTER]`
|
|
5128
5128
|
|
|
@@ -5178,7 +5178,7 @@ EXAMPLES
|
|
|
5178
5178
|
$ codiac cluster agent install my-cluster --to-script
|
|
5179
5179
|
```
|
|
5180
5180
|
|
|
5181
|
-
_See code: [src/commands/cluster/agent/install.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
5181
|
+
_See code: [src/commands/cluster/agent/install.ts](https://github.com/codiac/codiac-cli/blob/v1.3.245/src/commands/cluster/agent/install.ts)_
|
|
5182
5182
|
|
|
5183
5183
|
## `codiac cluster agent uninstall [CLUSTER]`
|
|
5184
5184
|
|
|
@@ -5226,7 +5226,7 @@ EXAMPLES
|
|
|
5226
5226
|
$ codiac cluster agent uninstall my-cluster --to-script
|
|
5227
5227
|
```
|
|
5228
5228
|
|
|
5229
|
-
_See code: [src/commands/cluster/agent/uninstall.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
5229
|
+
_See code: [src/commands/cluster/agent/uninstall.ts](https://github.com/codiac/codiac-cli/blob/v1.3.245/src/commands/cluster/agent/uninstall.ts)_
|
|
5230
5230
|
|
|
5231
5231
|
## `codiac cluster bootstrap [NAME]`
|
|
5232
5232
|
|
|
@@ -5289,7 +5289,7 @@ EXAMPLES
|
|
|
5289
5289
|
$ codiac cluster bootstrap my-cluster --to-script
|
|
5290
5290
|
```
|
|
5291
5291
|
|
|
5292
|
-
_See code: [src/commands/cluster/bootstrap.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
5292
|
+
_See code: [src/commands/cluster/bootstrap.ts](https://github.com/codiac/codiac-cli/blob/v1.3.245/src/commands/cluster/bootstrap.ts)_
|
|
5293
5293
|
|
|
5294
5294
|
## `codiac cluster capture`
|
|
5295
5295
|
|
|
@@ -5374,7 +5374,7 @@ EXAMPLES
|
|
|
5374
5374
|
$ codiac cluster connect my-fav-cluster
|
|
5375
5375
|
```
|
|
5376
5376
|
|
|
5377
|
-
_See code: [src/commands/cluster/connect.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
5377
|
+
_See code: [src/commands/cluster/connect.ts](https://github.com/codiac/codiac-cli/blob/v1.3.245/src/commands/cluster/connect.ts)_
|
|
5378
5378
|
|
|
5379
5379
|
## `codiac cluster contents`
|
|
5380
5380
|
|
|
@@ -5382,7 +5382,7 @@ Renders the list of asset versions that are currently deployed to the given cabi
|
|
|
5382
5382
|
|
|
5383
5383
|
```
|
|
5384
5384
|
USAGE
|
|
5385
|
-
$ codiac cluster contents [-e <value>] [-c <value>] [--echo | --to-script
|
|
5385
|
+
$ codiac cluster contents [-e <value>] [-c <value>] [--silent | --echo | --to-script]
|
|
5386
5386
|
|
|
5387
5387
|
FLAGS
|
|
5388
5388
|
-c, --cabinet=<value> The name of the cabinet to inspect.
|
|
@@ -6039,7 +6039,7 @@ EXAMPLES
|
|
|
6039
6039
|
$ codiac cluster install my-cluster -a my-chart -u 1.2.3 --silent
|
|
6040
6040
|
```
|
|
6041
6041
|
|
|
6042
|
-
_See code: [src/commands/cluster/install.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
6042
|
+
_See code: [src/commands/cluster/install.ts](https://github.com/codiac/codiac-cli/blob/v1.3.245/src/commands/cluster/install.ts)_
|
|
6043
6043
|
|
|
6044
6044
|
## `codiac cluster journal [CLUSTER]`
|
|
6045
6045
|
|
|
@@ -6328,7 +6328,7 @@ EXAMPLES
|
|
|
6328
6328
|
$ codiac cluster stack capture my-fav-cluster
|
|
6329
6329
|
```
|
|
6330
6330
|
|
|
6331
|
-
_See code: [src/commands/cluster/stack/capture.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
6331
|
+
_See code: [src/commands/cluster/stack/capture.ts](https://github.com/codiac/codiac-cli/blob/v1.3.245/src/commands/cluster/stack/capture.ts)_
|
|
6332
6332
|
|
|
6333
6333
|
## `codiac cluster stack install [CLUSTER]`
|
|
6334
6334
|
|
|
@@ -6380,7 +6380,7 @@ EXAMPLES
|
|
|
6380
6380
|
$ codiac cluster stack install my-cluster --to-script
|
|
6381
6381
|
```
|
|
6382
6382
|
|
|
6383
|
-
_See code: [src/commands/cluster/stack/install.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
6383
|
+
_See code: [src/commands/cluster/stack/install.ts](https://github.com/codiac/codiac-cli/blob/v1.3.245/src/commands/cluster/stack/install.ts)_
|
|
6384
6384
|
|
|
6385
6385
|
## `codiac cluster stack list`
|
|
6386
6386
|
|
|
@@ -6546,7 +6546,7 @@ EXAMPLES
|
|
|
6546
6546
|
$ codiac cluster start my-fav-cluster
|
|
6547
6547
|
```
|
|
6548
6548
|
|
|
6549
|
-
_See code: [src/commands/cluster/start.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
6549
|
+
_See code: [src/commands/cluster/start.ts](https://github.com/codiac/codiac-cli/blob/v1.3.245/src/commands/cluster/start.ts)_
|
|
6550
6550
|
|
|
6551
6551
|
## `codiac cluster stop [CLUSTER]`
|
|
6552
6552
|
|
|
@@ -6583,7 +6583,7 @@ EXAMPLES
|
|
|
6583
6583
|
$ codiac cluster start my-fav-cluster
|
|
6584
6584
|
```
|
|
6585
6585
|
|
|
6586
|
-
_See code: [src/commands/cluster/stop.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
6586
|
+
_See code: [src/commands/cluster/stop.ts](https://github.com/codiac/codiac-cli/blob/v1.3.245/src/commands/cluster/stop.ts)_
|
|
6587
6587
|
|
|
6588
6588
|
## `codiac cluster uninstall`
|
|
6589
6589
|
|
|
@@ -6645,7 +6645,7 @@ DESCRIPTION
|
|
|
6645
6645
|
Commits the currently staged changes on the current branch of the main project and on any sourced dependencies.
|
|
6646
6646
|
```
|
|
6647
6647
|
|
|
6648
|
-
_See code: [src/commands/commit.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
6648
|
+
_See code: [src/commands/commit.ts](https://github.com/codiac/codiac-cli/blob/v1.3.245/src/commands/commit.ts)_
|
|
6649
6649
|
|
|
6650
6650
|
## `codiac config add`
|
|
6651
6651
|
|
|
@@ -6797,7 +6797,7 @@ EXAMPLES
|
|
|
6797
6797
|
--value-type string
|
|
6798
6798
|
```
|
|
6799
6799
|
|
|
6800
|
-
_See code: [src/commands/config/add.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
6800
|
+
_See code: [src/commands/config/add.ts](https://github.com/codiac/codiac-cli/blob/v1.3.245/src/commands/config/add.ts)_
|
|
6801
6801
|
|
|
6802
6802
|
## `codiac config delete [SETTING]`
|
|
6803
6803
|
|
|
@@ -6866,7 +6866,7 @@ ALIASES
|
|
|
6866
6866
|
$ codiac cfg delete
|
|
6867
6867
|
```
|
|
6868
6868
|
|
|
6869
|
-
_See code: [src/commands/config/delete.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
6869
|
+
_See code: [src/commands/config/delete.ts](https://github.com/codiac/codiac-cli/blob/v1.3.245/src/commands/config/delete.ts)_
|
|
6870
6870
|
|
|
6871
6871
|
## `codiac config deploy`
|
|
6872
6872
|
|
|
@@ -6907,7 +6907,7 @@ EXAMPLES
|
|
|
6907
6907
|
$ codiac config deploy -e myEnterprise -a myApi -c dev --to-script
|
|
6908
6908
|
```
|
|
6909
6909
|
|
|
6910
|
-
_See code: [src/commands/config/deploy.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
6910
|
+
_See code: [src/commands/config/deploy.ts](https://github.com/codiac/codiac-cli/blob/v1.3.245/src/commands/config/deploy.ts)_
|
|
6911
6911
|
|
|
6912
6912
|
## `codiac config import`
|
|
6913
6913
|
|
|
@@ -6968,7 +6968,7 @@ EXAMPLES
|
|
|
6968
6968
|
$ codiac config import -a my-asset -s ./helm-values.yaml -c dev --escape-expressions
|
|
6969
6969
|
```
|
|
6970
6970
|
|
|
6971
|
-
_See code: [src/commands/config/import.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
6971
|
+
_See code: [src/commands/config/import.ts](https://github.com/codiac/codiac-cli/blob/v1.3.245/src/commands/config/import.ts)_
|
|
6972
6972
|
|
|
6973
6973
|
## `codiac config preview [SETTING]`
|
|
6974
6974
|
|
|
@@ -7251,7 +7251,7 @@ DESCRIPTION
|
|
|
7251
7251
|
Shows the list of clusters.
|
|
7252
7252
|
```
|
|
7253
7253
|
|
|
7254
|
-
_See code: [src/commands/config/settings/get.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
7254
|
+
_See code: [src/commands/config/settings/get.ts](https://github.com/codiac/codiac-cli/blob/v1.3.245/src/commands/config/settings/get.ts)_
|
|
7255
7255
|
|
|
7256
7256
|
## `codiac config view [SETTING]`
|
|
7257
7257
|
|
|
@@ -7316,7 +7316,7 @@ EXAMPLES
|
|
|
7316
7316
|
$ codiac config view -e myEnterprise -a myApi -c dev --to-script
|
|
7317
7317
|
```
|
|
7318
7318
|
|
|
7319
|
-
_See code: [src/commands/config/view.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
7319
|
+
_See code: [src/commands/config/view.ts](https://github.com/codiac/codiac-cli/blob/v1.3.245/src/commands/config/view.ts)_
|
|
7320
7320
|
|
|
7321
7321
|
## `codiac csp creds list`
|
|
7322
7322
|
|
|
@@ -7364,7 +7364,7 @@ EXAMPLES
|
|
|
7364
7364
|
$ codiac csp creds list
|
|
7365
7365
|
```
|
|
7366
7366
|
|
|
7367
|
-
_See code: [src/commands/csp/creds/list.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
7367
|
+
_See code: [src/commands/csp/creds/list.ts](https://github.com/codiac/codiac-cli/blob/v1.3.245/src/commands/csp/creds/list.ts)_
|
|
7368
7368
|
|
|
7369
7369
|
## `codiac csp login [PROVIDER]`
|
|
7370
7370
|
|
|
@@ -7442,7 +7442,7 @@ EXAMPLES
|
|
|
7442
7442
|
cod csp login -u ASIAZ3XYZPDQ123 -p $(cat my-aws-secret-key.txt) --aws-session-token $(cat my-aws-sesh.txt) aws
|
|
7443
7443
|
```
|
|
7444
7444
|
|
|
7445
|
-
_See code: [src/commands/csp/login.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
7445
|
+
_See code: [src/commands/csp/login.ts](https://github.com/codiac/codiac-cli/blob/v1.3.245/src/commands/csp/login.ts)_
|
|
7446
7446
|
|
|
7447
7447
|
## `codiac csp logout [PROVIDER]`
|
|
7448
7448
|
|
|
@@ -7489,7 +7489,7 @@ EXAMPLES
|
|
|
7489
7489
|
$ codiac csp logout azure --to-script
|
|
7490
7490
|
```
|
|
7491
7491
|
|
|
7492
|
-
_See code: [src/commands/csp/logout.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
7492
|
+
_See code: [src/commands/csp/logout.ts](https://github.com/codiac/codiac-cli/blob/v1.3.245/src/commands/csp/logout.ts)_
|
|
7493
7493
|
|
|
7494
7494
|
## `codiac dep [NAME]`
|
|
7495
7495
|
|
|
@@ -7510,7 +7510,7 @@ DESCRIPTION
|
|
|
7510
7510
|
Installs a package into current project.
|
|
7511
7511
|
```
|
|
7512
7512
|
|
|
7513
|
-
_See code: [src/commands/dep.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
7513
|
+
_See code: [src/commands/dep.ts](https://github.com/codiac/codiac-cli/blob/v1.3.245/src/commands/dep.ts)_
|
|
7514
7514
|
|
|
7515
7515
|
## `codiac dep create [URL]`
|
|
7516
7516
|
|
|
@@ -7534,7 +7534,7 @@ DESCRIPTION
|
|
|
7534
7534
|
package version is used.
|
|
7535
7535
|
```
|
|
7536
7536
|
|
|
7537
|
-
_See code: [src/commands/dep/create.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
7537
|
+
_See code: [src/commands/dep/create.ts](https://github.com/codiac/codiac-cli/blob/v1.3.245/src/commands/dep/create.ts)_
|
|
7538
7538
|
|
|
7539
7539
|
## `codiac dep install`
|
|
7540
7540
|
|
|
@@ -7551,7 +7551,7 @@ DESCRIPTION
|
|
|
7551
7551
|
installs any missing dependency packages into the local project folder.
|
|
7552
7552
|
```
|
|
7553
7553
|
|
|
7554
|
-
_See code: [src/commands/dep/install.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
7554
|
+
_See code: [src/commands/dep/install.ts](https://github.com/codiac/codiac-cli/blob/v1.3.245/src/commands/dep/install.ts)_
|
|
7555
7555
|
|
|
7556
7556
|
## `codiac dep list`
|
|
7557
7557
|
|
|
@@ -7568,7 +7568,7 @@ DESCRIPTION
|
|
|
7568
7568
|
Shows the dependencies for the project.
|
|
7569
7569
|
```
|
|
7570
7570
|
|
|
7571
|
-
_See code: [src/commands/dep/list.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
7571
|
+
_See code: [src/commands/dep/list.ts](https://github.com/codiac/codiac-cli/blob/v1.3.245/src/commands/dep/list.ts)_
|
|
7572
7572
|
|
|
7573
7573
|
## `codiac dep remove [NAME]`
|
|
7574
7574
|
|
|
@@ -7591,7 +7591,7 @@ DESCRIPTION
|
|
|
7591
7591
|
Removes a dependency from the project.
|
|
7592
7592
|
```
|
|
7593
7593
|
|
|
7594
|
-
_See code: [src/commands/dep/remove.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
7594
|
+
_See code: [src/commands/dep/remove.ts](https://github.com/codiac/codiac-cli/blob/v1.3.245/src/commands/dep/remove.ts)_
|
|
7595
7595
|
|
|
7596
7596
|
## `codiac dep source [NAME]`
|
|
7597
7597
|
|
|
@@ -7617,7 +7617,7 @@ ALIASES
|
|
|
7617
7617
|
$ codiac dep src
|
|
7618
7618
|
```
|
|
7619
7619
|
|
|
7620
|
-
_See code: [src/commands/dep/source.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
7620
|
+
_See code: [src/commands/dep/source.ts](https://github.com/codiac/codiac-cli/blob/v1.3.245/src/commands/dep/source.ts)_
|
|
7621
7621
|
|
|
7622
7622
|
## `codiac dep src [NAME]`
|
|
7623
7623
|
|
|
@@ -7661,7 +7661,7 @@ DESCRIPTION
|
|
|
7661
7661
|
Publishes the dependency in its current state and upgrades to it in the main project.
|
|
7662
7662
|
```
|
|
7663
7663
|
|
|
7664
|
-
_See code: [src/commands/dep/syncup.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
7664
|
+
_See code: [src/commands/dep/syncup.ts](https://github.com/codiac/codiac-cli/blob/v1.3.245/src/commands/dep/syncup.ts)_
|
|
7665
7665
|
|
|
7666
7666
|
## `codiac dep unsource [NAME]`
|
|
7667
7667
|
|
|
@@ -7689,7 +7689,7 @@ ALIASES
|
|
|
7689
7689
|
$ codiac dep unsrc
|
|
7690
7690
|
```
|
|
7691
7691
|
|
|
7692
|
-
_See code: [src/commands/dep/unsource.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
7692
|
+
_See code: [src/commands/dep/unsource.ts](https://github.com/codiac/codiac-cli/blob/v1.3.245/src/commands/dep/unsource.ts)_
|
|
7693
7693
|
|
|
7694
7694
|
## `codiac dep unsrc [NAME]`
|
|
7695
7695
|
|
|
@@ -7736,7 +7736,7 @@ DESCRIPTION
|
|
|
7736
7736
|
describe the command here
|
|
7737
7737
|
```
|
|
7738
7738
|
|
|
7739
|
-
_See code: [src/commands/dep/upgrade.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
7739
|
+
_See code: [src/commands/dep/upgrade.ts](https://github.com/codiac/codiac-cli/blob/v1.3.245/src/commands/dep/upgrade.ts)_
|
|
7740
7740
|
|
|
7741
7741
|
## `codiac deploy`
|
|
7742
7742
|
|
|
@@ -7789,7 +7789,7 @@ EXAMPLES
|
|
|
7789
7789
|
$ codiac deploy -e myEnterprise -a myApi -u 1.2.3 -c dev --to-script
|
|
7790
7790
|
```
|
|
7791
7791
|
|
|
7792
|
-
_See code: [src/commands/deploy.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
7792
|
+
_See code: [src/commands/deploy.ts](https://github.com/codiac/codiac-cli/blob/v1.3.245/src/commands/deploy.ts)_
|
|
7793
7793
|
|
|
7794
7794
|
## `codiac domain map [DOMAIN]`
|
|
7795
7795
|
|
|
@@ -7945,7 +7945,7 @@ EXAMPLES
|
|
|
7945
7945
|
cod enterprise create my-enterprise-code --silent
|
|
7946
7946
|
```
|
|
7947
7947
|
|
|
7948
|
-
_See code: [src/commands/enterprise/create.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
7948
|
+
_See code: [src/commands/enterprise/create.ts](https://github.com/codiac/codiac-cli/blob/v1.3.245/src/commands/enterprise/create.ts)_
|
|
7949
7949
|
|
|
7950
7950
|
## `codiac enterprise list`
|
|
7951
7951
|
|
|
@@ -8000,7 +8000,7 @@ EXAMPLES
|
|
|
8000
8000
|
$ codiac enterprise list --to-script
|
|
8001
8001
|
```
|
|
8002
8002
|
|
|
8003
|
-
_See code: [src/commands/enterprise/list.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
8003
|
+
_See code: [src/commands/enterprise/list.ts](https://github.com/codiac/codiac-cli/blob/v1.3.245/src/commands/enterprise/list.ts)_
|
|
8004
8004
|
|
|
8005
8005
|
## `codiac env add [SETTING]`
|
|
8006
8006
|
|
|
@@ -8050,7 +8050,7 @@ EXAMPLES
|
|
|
8050
8050
|
$ codiac env add -s MY_VAR -v myValue -n myEnterprise --to-script
|
|
8051
8051
|
```
|
|
8052
8052
|
|
|
8053
|
-
_See code: [src/commands/env/add.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
8053
|
+
_See code: [src/commands/env/add.ts](https://github.com/codiac/codiac-cli/blob/v1.3.245/src/commands/env/add.ts)_
|
|
8054
8054
|
|
|
8055
8055
|
## `codiac enviro cluster attach`
|
|
8056
8056
|
|
|
@@ -8353,7 +8353,7 @@ ALIASES
|
|
|
8353
8353
|
$ codiac infrx enviro cluster attach
|
|
8354
8354
|
```
|
|
8355
8355
|
|
|
8356
|
-
_See code: [src/commands/environment/cluster/attach.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
8356
|
+
_See code: [src/commands/environment/cluster/attach.ts](https://github.com/codiac/codiac-cli/blob/v1.3.245/src/commands/environment/cluster/attach.ts)_
|
|
8357
8357
|
|
|
8358
8358
|
## `codiac environment cluster detach`
|
|
8359
8359
|
|
|
@@ -8399,7 +8399,7 @@ ALIASES
|
|
|
8399
8399
|
$ codiac infrx enviro cluster detach
|
|
8400
8400
|
```
|
|
8401
8401
|
|
|
8402
|
-
_See code: [src/commands/environment/cluster/detach.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
8402
|
+
_See code: [src/commands/environment/cluster/detach.ts](https://github.com/codiac/codiac-cli/blob/v1.3.245/src/commands/environment/cluster/detach.ts)_
|
|
8403
8403
|
|
|
8404
8404
|
## `codiac environment create [NAME]`
|
|
8405
8405
|
|
|
@@ -8462,7 +8462,7 @@ EXAMPLES
|
|
|
8462
8462
|
cod environment create dev --enterprise main --cluster my-cluster-1 --cluster my-cluster-2 --silent
|
|
8463
8463
|
```
|
|
8464
8464
|
|
|
8465
|
-
_See code: [src/commands/environment/create.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
8465
|
+
_See code: [src/commands/environment/create.ts](https://github.com/codiac/codiac-cli/blob/v1.3.245/src/commands/environment/create.ts)_
|
|
8466
8466
|
|
|
8467
8467
|
## `codiac environment delete [NAME]`
|
|
8468
8468
|
|
|
@@ -8523,7 +8523,7 @@ EXAMPLES
|
|
|
8523
8523
|
$ codiac environment delete dev --enterprise main --to-script
|
|
8524
8524
|
```
|
|
8525
8525
|
|
|
8526
|
-
_See code: [src/commands/environment/delete.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
8526
|
+
_See code: [src/commands/environment/delete.ts](https://github.com/codiac/codiac-cli/blob/v1.3.245/src/commands/environment/delete.ts)_
|
|
8527
8527
|
|
|
8528
8528
|
## `codiac environment list`
|
|
8529
8529
|
|
|
@@ -8574,7 +8574,7 @@ EXAMPLES
|
|
|
8574
8574
|
$ codiac environment list -e myEnterprise --silent
|
|
8575
8575
|
```
|
|
8576
8576
|
|
|
8577
|
-
_See code: [src/commands/environment/list.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
8577
|
+
_See code: [src/commands/environment/list.ts](https://github.com/codiac/codiac-cli/blob/v1.3.245/src/commands/environment/list.ts)_
|
|
8578
8578
|
|
|
8579
8579
|
## `codiac fileshare capture`
|
|
8580
8580
|
|
|
@@ -8658,7 +8658,7 @@ ALIASES
|
|
|
8658
8658
|
$ codiac fileshare capture
|
|
8659
8659
|
```
|
|
8660
8660
|
|
|
8661
|
-
_See code: [src/commands/filestore/capture.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
8661
|
+
_See code: [src/commands/filestore/capture.ts](https://github.com/codiac/codiac-cli/blob/v1.3.245/src/commands/filestore/capture.ts)_
|
|
8662
8662
|
|
|
8663
8663
|
## `codiac filestore forget`
|
|
8664
8664
|
|
|
@@ -8705,7 +8705,7 @@ EXAMPLES
|
|
|
8705
8705
|
$ codiac filestore forget
|
|
8706
8706
|
```
|
|
8707
8707
|
|
|
8708
|
-
_See code: [src/commands/filestore/forget.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
8708
|
+
_See code: [src/commands/filestore/forget.ts](https://github.com/codiac/codiac-cli/blob/v1.3.245/src/commands/filestore/forget.ts)_
|
|
8709
8709
|
|
|
8710
8710
|
## `codiac filestore list`
|
|
8711
8711
|
|
|
@@ -8751,7 +8751,7 @@ EXAMPLES
|
|
|
8751
8751
|
$ codiac filestore list
|
|
8752
8752
|
```
|
|
8753
8753
|
|
|
8754
|
-
_See code: [src/commands/filestore/list.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
8754
|
+
_See code: [src/commands/filestore/list.ts](https://github.com/codiac/codiac-cli/blob/v1.3.245/src/commands/filestore/list.ts)_
|
|
8755
8755
|
|
|
8756
8756
|
## `codiac help [COMMANDS]`
|
|
8757
8757
|
|
|
@@ -8837,7 +8837,7 @@ EXAMPLES
|
|
|
8837
8837
|
$ codiac host delete
|
|
8838
8838
|
```
|
|
8839
8839
|
|
|
8840
|
-
_See code: [src/commands/host/delete.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
8840
|
+
_See code: [src/commands/host/delete.ts](https://github.com/codiac/codiac-cli/blob/v1.3.245/src/commands/host/delete.ts)_
|
|
8841
8841
|
|
|
8842
8842
|
## `codiac host list [DOMAIN]`
|
|
8843
8843
|
|
|
@@ -8881,7 +8881,7 @@ EXAMPLES
|
|
|
8881
8881
|
$ codiac host list
|
|
8882
8882
|
```
|
|
8883
8883
|
|
|
8884
|
-
_See code: [src/commands/host/list.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
8884
|
+
_See code: [src/commands/host/list.ts](https://github.com/codiac/codiac-cli/blob/v1.3.245/src/commands/host/list.ts)_
|
|
8885
8885
|
|
|
8886
8886
|
## `codiac host map [DOMAIN]`
|
|
8887
8887
|
|
|
@@ -8935,7 +8935,7 @@ EXAMPLES
|
|
|
8935
8935
|
$ codiac host map mywebsite.com -e main -v primero-dev -n svc_dot_cab_dot_domain --silent
|
|
8936
8936
|
```
|
|
8937
8937
|
|
|
8938
|
-
_See code: [src/commands/host/map.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
8938
|
+
_See code: [src/commands/host/map.ts](https://github.com/codiac/codiac-cli/blob/v1.3.245/src/commands/host/map.ts)_
|
|
8939
8939
|
|
|
8940
8940
|
## `codiac host view [DOMAIN]`
|
|
8941
8941
|
|
|
@@ -8980,7 +8980,7 @@ EXAMPLES
|
|
|
8980
8980
|
$ codiac host view
|
|
8981
8981
|
```
|
|
8982
8982
|
|
|
8983
|
-
_See code: [src/commands/host/view.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
8983
|
+
_See code: [src/commands/host/view.ts](https://github.com/codiac/codiac-cli/blob/v1.3.245/src/commands/host/view.ts)_
|
|
8984
8984
|
|
|
8985
8985
|
## `codiac identify [TOKENNAME]`
|
|
8986
8986
|
|
|
@@ -9052,7 +9052,7 @@ ALIASES
|
|
|
9052
9052
|
$ codiac token
|
|
9053
9053
|
```
|
|
9054
9054
|
|
|
9055
|
-
_See code: [src/commands/identity.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
9055
|
+
_See code: [src/commands/identity.ts](https://github.com/codiac/codiac-cli/blob/v1.3.245/src/commands/identity.ts)_
|
|
9056
9056
|
|
|
9057
9057
|
## `codiac identity delete [NAME]`
|
|
9058
9058
|
|
|
@@ -9077,7 +9077,7 @@ ALIASES
|
|
|
9077
9077
|
$ codiac token remove
|
|
9078
9078
|
```
|
|
9079
9079
|
|
|
9080
|
-
_See code: [src/commands/identity/delete.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
9080
|
+
_See code: [src/commands/identity/delete.ts](https://github.com/codiac/codiac-cli/blob/v1.3.245/src/commands/identity/delete.ts)_
|
|
9081
9081
|
|
|
9082
9082
|
## `codiac identity list`
|
|
9083
9083
|
|
|
@@ -9099,7 +9099,7 @@ ALIASES
|
|
|
9099
9099
|
$ codiac token list
|
|
9100
9100
|
```
|
|
9101
9101
|
|
|
9102
|
-
_See code: [src/commands/identity/list.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
9102
|
+
_See code: [src/commands/identity/list.ts](https://github.com/codiac/codiac-cli/blob/v1.3.245/src/commands/identity/list.ts)_
|
|
9103
9103
|
|
|
9104
9104
|
## `codiac identity remove [NAME]`
|
|
9105
9105
|
|
|
@@ -9422,7 +9422,7 @@ DESCRIPTION
|
|
|
9422
9422
|
Saves a reference to an existing container registry.
|
|
9423
9423
|
```
|
|
9424
9424
|
|
|
9425
|
-
_See code: [src/commands/imageRegistry/capture.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
9425
|
+
_See code: [src/commands/imageRegistry/capture.ts](https://github.com/codiac/codiac-cli/blob/v1.3.245/src/commands/imageRegistry/capture.ts)_
|
|
9426
9426
|
|
|
9427
9427
|
## `codiac imageRegistry forget`
|
|
9428
9428
|
|
|
@@ -9443,7 +9443,7 @@ DESCRIPTION
|
|
|
9443
9443
|
Removes the reference to the given container registry for the tenant. Does NOT delete the registry itself.
|
|
9444
9444
|
```
|
|
9445
9445
|
|
|
9446
|
-
_See code: [src/commands/imageRegistry/forget.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
9446
|
+
_See code: [src/commands/imageRegistry/forget.ts](https://github.com/codiac/codiac-cli/blob/v1.3.245/src/commands/imageRegistry/forget.ts)_
|
|
9447
9447
|
|
|
9448
9448
|
## `codiac imageRegistry list`
|
|
9449
9449
|
|
|
@@ -9485,7 +9485,7 @@ EXAMPLES
|
|
|
9485
9485
|
$ codiac imageRegistry list -o yaml > registries.yaml
|
|
9486
9486
|
```
|
|
9487
9487
|
|
|
9488
|
-
_See code: [src/commands/imageRegistry/list.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
9488
|
+
_See code: [src/commands/imageRegistry/list.ts](https://github.com/codiac/codiac-cli/blob/v1.3.245/src/commands/imageRegistry/list.ts)_
|
|
9489
9489
|
|
|
9490
9490
|
## `codiac imageRegistry pullSecret set`
|
|
9491
9491
|
|
|
@@ -9521,7 +9521,7 @@ ALIASES
|
|
|
9521
9521
|
$ codiac pullsecret
|
|
9522
9522
|
```
|
|
9523
9523
|
|
|
9524
|
-
_See code: [src/commands/imageRegistry/pullSecret/set.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
9524
|
+
_See code: [src/commands/imageRegistry/pullSecret/set.ts](https://github.com/codiac/codiac-cli/blob/v1.3.245/src/commands/imageRegistry/pullSecret/set.ts)_
|
|
9525
9525
|
|
|
9526
9526
|
## `codiac imageRegistry pullSecret unset`
|
|
9527
9527
|
|
|
@@ -9548,7 +9548,7 @@ ALIASES
|
|
|
9548
9548
|
$ codiac pullsecret unset
|
|
9549
9549
|
```
|
|
9550
9550
|
|
|
9551
|
-
_See code: [src/commands/imageRegistry/pullSecret/unset.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
9551
|
+
_See code: [src/commands/imageRegistry/pullSecret/unset.ts](https://github.com/codiac/codiac-cli/blob/v1.3.245/src/commands/imageRegistry/pullSecret/unset.ts)_
|
|
9552
9552
|
|
|
9553
9553
|
## `codiac images add [IMAGENAME]`
|
|
9554
9554
|
|
|
@@ -9609,7 +9609,7 @@ EXAMPLES
|
|
|
9609
9609
|
$ codiac images add your-company/your-image --to-script
|
|
9610
9610
|
```
|
|
9611
9611
|
|
|
9612
|
-
_See code: [src/commands/images/add.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
9612
|
+
_See code: [src/commands/images/add.ts](https://github.com/codiac/codiac-cli/blob/v1.3.245/src/commands/images/add.ts)_
|
|
9613
9613
|
|
|
9614
9614
|
## `codiac images list`
|
|
9615
9615
|
|
|
@@ -9632,7 +9632,7 @@ ALIASES
|
|
|
9632
9632
|
$ codiac img list
|
|
9633
9633
|
```
|
|
9634
9634
|
|
|
9635
|
-
_See code: [src/commands/images/list.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
9635
|
+
_See code: [src/commands/images/list.ts](https://github.com/codiac/codiac-cli/blob/v1.3.245/src/commands/images/list.ts)_
|
|
9636
9636
|
|
|
9637
9637
|
## `codiac images patch IMAGENAME`
|
|
9638
9638
|
|
|
@@ -9662,7 +9662,7 @@ ALIASES
|
|
|
9662
9662
|
$ codiac img patch
|
|
9663
9663
|
```
|
|
9664
9664
|
|
|
9665
|
-
_See code: [src/commands/images/patch.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
9665
|
+
_See code: [src/commands/images/patch.ts](https://github.com/codiac/codiac-cli/blob/v1.3.245/src/commands/images/patch.ts)_
|
|
9666
9666
|
|
|
9667
9667
|
## `codiac images remove IMAGENAME`
|
|
9668
9668
|
|
|
@@ -9688,7 +9688,7 @@ ALIASES
|
|
|
9688
9688
|
$ codiac img delete
|
|
9689
9689
|
```
|
|
9690
9690
|
|
|
9691
|
-
_See code: [src/commands/images/remove.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
9691
|
+
_See code: [src/commands/images/remove.ts](https://github.com/codiac/codiac-cli/blob/v1.3.245/src/commands/images/remove.ts)_
|
|
9692
9692
|
|
|
9693
9693
|
## `codiac images version NAME`
|
|
9694
9694
|
|
|
@@ -9714,7 +9714,7 @@ ALIASES
|
|
|
9714
9714
|
$ codiac img version get
|
|
9715
9715
|
```
|
|
9716
9716
|
|
|
9717
|
-
_See code: [src/commands/images/version.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
9717
|
+
_See code: [src/commands/images/version.ts](https://github.com/codiac/codiac-cli/blob/v1.3.245/src/commands/images/version.ts)_
|
|
9718
9718
|
|
|
9719
9719
|
## `codiac images version bump NAME`
|
|
9720
9720
|
|
|
@@ -9747,7 +9747,7 @@ ALIASES
|
|
|
9747
9747
|
$ codiac img version bump
|
|
9748
9748
|
```
|
|
9749
9749
|
|
|
9750
|
-
_See code: [src/commands/images/version/bump.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
9750
|
+
_See code: [src/commands/images/version/bump.ts](https://github.com/codiac/codiac-cli/blob/v1.3.245/src/commands/images/version/bump.ts)_
|
|
9751
9751
|
|
|
9752
9752
|
## `codiac img [IMAGENAME]`
|
|
9753
9753
|
|
|
@@ -10063,7 +10063,7 @@ EXAMPLES
|
|
|
10063
10063
|
$ codiac import cluster --run-in-cluster --enterprise myco --environment dev --cluster mycluster --generate-cabinet --generate-secret-store --subscription-id 00000000-0000-0000-0000-000000000000
|
|
10064
10064
|
```
|
|
10065
10065
|
|
|
10066
|
-
_See code: [src/commands/import/cluster.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
10066
|
+
_See code: [src/commands/import/cluster.ts](https://github.com/codiac/codiac-cli/blob/v1.3.245/src/commands/import/cluster.ts)_
|
|
10067
10067
|
|
|
10068
10068
|
## `codiac infrx cab create [CABINET]`
|
|
10069
10069
|
|
|
@@ -10908,7 +10908,7 @@ DESCRIPTION
|
|
|
10908
10908
|
Declares the given folder as a project root
|
|
10909
10909
|
```
|
|
10910
10910
|
|
|
10911
|
-
_See code: [src/commands/init.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
10911
|
+
_See code: [src/commands/init.ts](https://github.com/codiac/codiac-cli/blob/v1.3.245/src/commands/init.ts)_
|
|
10912
10912
|
|
|
10913
10913
|
## `codiac kit create`
|
|
10914
10914
|
|
|
@@ -10951,7 +10951,7 @@ EXAMPLES
|
|
|
10951
10951
|
$ codiac kit create -e myEnterprise -a myApi --to-script
|
|
10952
10952
|
```
|
|
10953
10953
|
|
|
10954
|
-
_See code: [src/commands/kit/create.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
10954
|
+
_See code: [src/commands/kit/create.ts](https://github.com/codiac/codiac-cli/blob/v1.3.245/src/commands/kit/create.ts)_
|
|
10955
10955
|
|
|
10956
10956
|
## `codiac login`
|
|
10957
10957
|
|
|
@@ -11010,7 +11010,7 @@ EXAMPLES
|
|
|
11010
11010
|
$ codiac login -u joe.cool@fyaml.dev --password $PW --tokenOut
|
|
11011
11011
|
```
|
|
11012
11012
|
|
|
11013
|
-
_See code: [src/commands/login.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
11013
|
+
_See code: [src/commands/login.ts](https://github.com/codiac/codiac-cli/blob/v1.3.245/src/commands/login.ts)_
|
|
11014
11014
|
|
|
11015
11015
|
## `codiac logout`
|
|
11016
11016
|
|
|
@@ -11043,7 +11043,7 @@ EXAMPLES
|
|
|
11043
11043
|
$ codiac logout --to-script
|
|
11044
11044
|
```
|
|
11045
11045
|
|
|
11046
|
-
_See code: [src/commands/logout.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
11046
|
+
_See code: [src/commands/logout.ts](https://github.com/codiac/codiac-cli/blob/v1.3.245/src/commands/logout.ts)_
|
|
11047
11047
|
|
|
11048
11048
|
## `codiac merge [BRANCH]`
|
|
11049
11049
|
|
|
@@ -11064,7 +11064,7 @@ DESCRIPTION
|
|
|
11064
11064
|
Merges the given branch into the current branch of the main project and on any sourced dependencies.
|
|
11065
11065
|
```
|
|
11066
11066
|
|
|
11067
|
-
_See code: [src/commands/merge.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
11067
|
+
_See code: [src/commands/merge.ts](https://github.com/codiac/codiac-cli/blob/v1.3.245/src/commands/merge.ts)_
|
|
11068
11068
|
|
|
11069
11069
|
## `codiac noc cluster capture`
|
|
11070
11070
|
|
|
@@ -11116,7 +11116,7 @@ EXAMPLES
|
|
|
11116
11116
|
cod cluster capture -n my-cluster -p aws -s 123456789012 -l us-east-1
|
|
11117
11117
|
```
|
|
11118
11118
|
|
|
11119
|
-
_See code: [src/commands/noc/cluster/capture.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
11119
|
+
_See code: [src/commands/noc/cluster/capture.ts](https://github.com/codiac/codiac-cli/blob/v1.3.245/src/commands/noc/cluster/capture.ts)_
|
|
11120
11120
|
|
|
11121
11121
|
## `codiac noc cluster create [NAME]`
|
|
11122
11122
|
|
|
@@ -11206,7 +11206,7 @@ FLAG DESCRIPTIONS
|
|
|
11206
11206
|
initialization is always skipped in that mode.
|
|
11207
11207
|
```
|
|
11208
11208
|
|
|
11209
|
-
_See code: [src/commands/noc/cluster/create.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
11209
|
+
_See code: [src/commands/noc/cluster/create.ts](https://github.com/codiac/codiac-cli/blob/v1.3.245/src/commands/noc/cluster/create.ts)_
|
|
11210
11210
|
|
|
11211
11211
|
## `codiac noc cluster credentials-set [NAME]`
|
|
11212
11212
|
|
|
@@ -11261,7 +11261,7 @@ EXAMPLES
|
|
|
11261
11261
|
$ codiac noc cluster credentials-set my-cluster --file ~/.kube/my-cluster.yaml --silent
|
|
11262
11262
|
```
|
|
11263
11263
|
|
|
11264
|
-
_See code: [src/commands/noc/cluster/credentials-set.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
11264
|
+
_See code: [src/commands/noc/cluster/credentials-set.ts](https://github.com/codiac/codiac-cli/blob/v1.3.245/src/commands/noc/cluster/credentials-set.ts)_
|
|
11265
11265
|
|
|
11266
11266
|
## `codiac noc cluster define [NAME]`
|
|
11267
11267
|
|
|
@@ -11335,7 +11335,7 @@ EXAMPLES
|
|
|
11335
11335
|
$ codiac noc cluster define my-cluster --to-script
|
|
11336
11336
|
```
|
|
11337
11337
|
|
|
11338
|
-
_See code: [src/commands/noc/cluster/define.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
11338
|
+
_See code: [src/commands/noc/cluster/define.ts](https://github.com/codiac/codiac-cli/blob/v1.3.245/src/commands/noc/cluster/define.ts)_
|
|
11339
11339
|
|
|
11340
11340
|
## `codiac noc cluster deinit`
|
|
11341
11341
|
|
|
@@ -11375,7 +11375,7 @@ EXAMPLES
|
|
|
11375
11375
|
$ codiac noc cluster deinit -n my-cluster --to-script
|
|
11376
11376
|
```
|
|
11377
11377
|
|
|
11378
|
-
_See code: [src/commands/noc/cluster/deinit.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
11378
|
+
_See code: [src/commands/noc/cluster/deinit.ts](https://github.com/codiac/codiac-cli/blob/v1.3.245/src/commands/noc/cluster/deinit.ts)_
|
|
11379
11379
|
|
|
11380
11380
|
## `codiac noc cluster destroy [NAME]`
|
|
11381
11381
|
|
|
@@ -11409,7 +11409,7 @@ ALIASES
|
|
|
11409
11409
|
$ codiac cluster destroy
|
|
11410
11410
|
```
|
|
11411
11411
|
|
|
11412
|
-
_See code: [src/commands/noc/cluster/destroy.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
11412
|
+
_See code: [src/commands/noc/cluster/destroy.ts](https://github.com/codiac/codiac-cli/blob/v1.3.245/src/commands/noc/cluster/destroy.ts)_
|
|
11413
11413
|
|
|
11414
11414
|
## `codiac noc cluster forget`
|
|
11415
11415
|
|
|
@@ -11460,7 +11460,7 @@ EXAMPLES
|
|
|
11460
11460
|
$ codiac noc cluster forget --running
|
|
11461
11461
|
```
|
|
11462
11462
|
|
|
11463
|
-
_See code: [src/commands/noc/cluster/forget.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
11463
|
+
_See code: [src/commands/noc/cluster/forget.ts](https://github.com/codiac/codiac-cli/blob/v1.3.245/src/commands/noc/cluster/forget.ts)_
|
|
11464
11464
|
|
|
11465
11465
|
## `codiac noc cluster grant`
|
|
11466
11466
|
|
|
@@ -11498,7 +11498,7 @@ EXAMPLES
|
|
|
11498
11498
|
$ codiac noc cluster grant -c my-cluster -u user@example.com --to-script
|
|
11499
11499
|
```
|
|
11500
11500
|
|
|
11501
|
-
_See code: [src/commands/noc/cluster/grant.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
11501
|
+
_See code: [src/commands/noc/cluster/grant.ts](https://github.com/codiac/codiac-cli/blob/v1.3.245/src/commands/noc/cluster/grant.ts)_
|
|
11502
11502
|
|
|
11503
11503
|
## `codiac noc cluster init`
|
|
11504
11504
|
|
|
@@ -11544,7 +11544,7 @@ EXAMPLES
|
|
|
11544
11544
|
$ codiac noc cluster init -n my-cluster --to-script
|
|
11545
11545
|
```
|
|
11546
11546
|
|
|
11547
|
-
_See code: [src/commands/noc/cluster/init.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
11547
|
+
_See code: [src/commands/noc/cluster/init.ts](https://github.com/codiac/codiac-cli/blob/v1.3.245/src/commands/noc/cluster/init.ts)_
|
|
11548
11548
|
|
|
11549
11549
|
## `codiac noc cluster journal [CLUSTER]`
|
|
11550
11550
|
|
|
@@ -11593,7 +11593,7 @@ EXAMPLES
|
|
|
11593
11593
|
$ codiac noc cluster journal -o yaml --silent dev-west-aws-02 > myfiles/journal.yaml
|
|
11594
11594
|
```
|
|
11595
11595
|
|
|
11596
|
-
_See code: [src/commands/noc/cluster/journal.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
11596
|
+
_See code: [src/commands/noc/cluster/journal.ts](https://github.com/codiac/codiac-cli/blob/v1.3.245/src/commands/noc/cluster/journal.ts)_
|
|
11597
11597
|
|
|
11598
11598
|
## `codiac noc cluster list`
|
|
11599
11599
|
|
|
@@ -11654,7 +11654,7 @@ EXAMPLES
|
|
|
11654
11654
|
$ codiac noc cluster list -e myEnterprise --to-script
|
|
11655
11655
|
```
|
|
11656
11656
|
|
|
11657
|
-
_See code: [src/commands/noc/cluster/list.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
11657
|
+
_See code: [src/commands/noc/cluster/list.ts](https://github.com/codiac/codiac-cli/blob/v1.3.245/src/commands/noc/cluster/list.ts)_
|
|
11658
11658
|
|
|
11659
11659
|
## `codiac noc cluster restore [NAME]`
|
|
11660
11660
|
|
|
@@ -11714,7 +11714,7 @@ EXAMPLES
|
|
|
11714
11714
|
$ codiac noc cluster restore prod-cluster-1 --to-script
|
|
11715
11715
|
```
|
|
11716
11716
|
|
|
11717
|
-
_See code: [src/commands/noc/cluster/restore.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
11717
|
+
_See code: [src/commands/noc/cluster/restore.ts](https://github.com/codiac/codiac-cli/blob/v1.3.245/src/commands/noc/cluster/restore.ts)_
|
|
11718
11718
|
|
|
11719
11719
|
## `codiac pkg add [DEFINITIONFILE]`
|
|
11720
11720
|
|
|
@@ -11748,7 +11748,7 @@ DESCRIPTION
|
|
|
11748
11748
|
Configures a package to be built and published by the project.
|
|
11749
11749
|
```
|
|
11750
11750
|
|
|
11751
|
-
_See code: [src/commands/pkg/add.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
11751
|
+
_See code: [src/commands/pkg/add.ts](https://github.com/codiac/codiac-cli/blob/v1.3.245/src/commands/pkg/add.ts)_
|
|
11752
11752
|
|
|
11753
11753
|
## `codiac pkg delete [PACKAGENAME]`
|
|
11754
11754
|
|
|
@@ -11786,7 +11786,7 @@ DESCRIPTION
|
|
|
11786
11786
|
Renders the list of packages that are configured as project exports.
|
|
11787
11787
|
```
|
|
11788
11788
|
|
|
11789
|
-
_See code: [src/commands/pkg/list.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
11789
|
+
_See code: [src/commands/pkg/list.ts](https://github.com/codiac/codiac-cli/blob/v1.3.245/src/commands/pkg/list.ts)_
|
|
11790
11790
|
|
|
11791
11791
|
## `codiac pkg patch PACKAGENAME`
|
|
11792
11792
|
|
|
@@ -11812,7 +11812,7 @@ DESCRIPTION
|
|
|
11812
11812
|
registryUrl and/or environment.
|
|
11813
11813
|
```
|
|
11814
11814
|
|
|
11815
|
-
_See code: [src/commands/pkg/patch.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
11815
|
+
_See code: [src/commands/pkg/patch.ts](https://github.com/codiac/codiac-cli/blob/v1.3.245/src/commands/pkg/patch.ts)_
|
|
11816
11816
|
|
|
11817
11817
|
## `codiac pkg remove [PACKAGENAME]`
|
|
11818
11818
|
|
|
@@ -11835,7 +11835,7 @@ ALIASES
|
|
|
11835
11835
|
$ codiac pkg delete
|
|
11836
11836
|
```
|
|
11837
11837
|
|
|
11838
|
-
_See code: [src/commands/pkg/remove.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
11838
|
+
_See code: [src/commands/pkg/remove.ts](https://github.com/codiac/codiac-cli/blob/v1.3.245/src/commands/pkg/remove.ts)_
|
|
11839
11839
|
|
|
11840
11840
|
## `codiac portal`
|
|
11841
11841
|
|
|
@@ -11868,7 +11868,7 @@ EXAMPLES
|
|
|
11868
11868
|
$ codiac portal --to-script
|
|
11869
11869
|
```
|
|
11870
11870
|
|
|
11871
|
-
_See code: [src/commands/portal.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
11871
|
+
_See code: [src/commands/portal.ts](https://github.com/codiac/codiac-cli/blob/v1.3.245/src/commands/portal.ts)_
|
|
11872
11872
|
|
|
11873
11873
|
## `codiac probe create [CMD]`
|
|
11874
11874
|
|
|
@@ -11989,7 +11989,7 @@ DESCRIPTION
|
|
|
11989
11989
|
Publishes the exports (packages and images) declared in the ProjectConfig.
|
|
11990
11990
|
```
|
|
11991
11991
|
|
|
11992
|
-
_See code: [src/commands/publish.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
11992
|
+
_See code: [src/commands/publish.ts](https://github.com/codiac/codiac-cli/blob/v1.3.245/src/commands/publish.ts)_
|
|
11993
11993
|
|
|
11994
11994
|
## `codiac pull [NAME]`
|
|
11995
11995
|
|
|
@@ -12013,7 +12013,7 @@ DESCRIPTION
|
|
|
12013
12013
|
Pulls all commits from upstream to local.
|
|
12014
12014
|
```
|
|
12015
12015
|
|
|
12016
|
-
_See code: [src/commands/pull.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
12016
|
+
_See code: [src/commands/pull.ts](https://github.com/codiac/codiac-cli/blob/v1.3.245/src/commands/pull.ts)_
|
|
12017
12017
|
|
|
12018
12018
|
## `codiac pullsecret`
|
|
12019
12019
|
|
|
@@ -12096,7 +12096,7 @@ DESCRIPTION
|
|
|
12096
12096
|
Pushes all local commits upstream.
|
|
12097
12097
|
```
|
|
12098
12098
|
|
|
12099
|
-
_See code: [src/commands/push.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
12099
|
+
_See code: [src/commands/push.ts](https://github.com/codiac/codiac-cli/blob/v1.3.245/src/commands/push.ts)_
|
|
12100
12100
|
|
|
12101
12101
|
## `codiac pvc create`
|
|
12102
12102
|
|
|
@@ -12180,7 +12180,7 @@ EXAMPLES
|
|
|
12180
12180
|
$ codiac pvc create -e myEnt --name shared-files --type AzureFileStorage --echo
|
|
12181
12181
|
```
|
|
12182
12182
|
|
|
12183
|
-
_See code: [src/commands/pvc/create.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
12183
|
+
_See code: [src/commands/pvc/create.ts](https://github.com/codiac/codiac-cli/blob/v1.3.245/src/commands/pvc/create.ts)_
|
|
12184
12184
|
|
|
12185
12185
|
## `codiac pvc delete`
|
|
12186
12186
|
|
|
@@ -12227,7 +12227,7 @@ EXAMPLES
|
|
|
12227
12227
|
$ codiac pvc delete --id <fileStoreDefId> --silent
|
|
12228
12228
|
```
|
|
12229
12229
|
|
|
12230
|
-
_See code: [src/commands/pvc/delete.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
12230
|
+
_See code: [src/commands/pvc/delete.ts](https://github.com/codiac/codiac-cli/blob/v1.3.245/src/commands/pvc/delete.ts)_
|
|
12231
12231
|
|
|
12232
12232
|
## `codiac pvc get`
|
|
12233
12233
|
|
|
@@ -12268,7 +12268,7 @@ EXAMPLES
|
|
|
12268
12268
|
$ codiac pvc get --name app-documents-share --silent -o json
|
|
12269
12269
|
```
|
|
12270
12270
|
|
|
12271
|
-
_See code: [src/commands/pvc/get.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
12271
|
+
_See code: [src/commands/pvc/get.ts](https://github.com/codiac/codiac-cli/blob/v1.3.245/src/commands/pvc/get.ts)_
|
|
12272
12272
|
|
|
12273
12273
|
## `codiac pvc list`
|
|
12274
12274
|
|
|
@@ -12311,7 +12311,7 @@ EXAMPLES
|
|
|
12311
12311
|
$ codiac pvc list -o yaml
|
|
12312
12312
|
```
|
|
12313
12313
|
|
|
12314
|
-
_See code: [src/commands/pvc/list.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
12314
|
+
_See code: [src/commands/pvc/list.ts](https://github.com/codiac/codiac-cli/blob/v1.3.245/src/commands/pvc/list.ts)_
|
|
12315
12315
|
|
|
12316
12316
|
## `codiac relay-version`
|
|
12317
12317
|
|
|
@@ -12328,7 +12328,7 @@ EXAMPLES
|
|
|
12328
12328
|
$ codiac relay-version
|
|
12329
12329
|
```
|
|
12330
12330
|
|
|
12331
|
-
_See code: [src/commands/relay-version.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
12331
|
+
_See code: [src/commands/relay-version.ts](https://github.com/codiac/codiac-cli/blob/v1.3.245/src/commands/relay-version.ts)_
|
|
12332
12332
|
|
|
12333
12333
|
## `codiac run`
|
|
12334
12334
|
|
|
@@ -12370,7 +12370,7 @@ DESCRIPTION
|
|
|
12370
12370
|
Runs the latest build of the api container locally.
|
|
12371
12371
|
```
|
|
12372
12372
|
|
|
12373
|
-
_See code: [src/commands/run.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
12373
|
+
_See code: [src/commands/run.ts](https://github.com/codiac/codiac-cli/blob/v1.3.245/src/commands/run.ts)_
|
|
12374
12374
|
|
|
12375
12375
|
## `codiac secretStore`
|
|
12376
12376
|
|
|
@@ -12488,7 +12488,7 @@ EXAMPLES
|
|
|
12488
12488
|
$ codiac secretStore capture --echo
|
|
12489
12489
|
```
|
|
12490
12490
|
|
|
12491
|
-
_See code: [src/commands/secretStore/capture.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
12491
|
+
_See code: [src/commands/secretStore/capture.ts](https://github.com/codiac/codiac-cli/blob/v1.3.245/src/commands/secretStore/capture.ts)_
|
|
12492
12492
|
|
|
12493
12493
|
## `codiac secretStore forget`
|
|
12494
12494
|
|
|
@@ -12509,7 +12509,7 @@ DESCRIPTION
|
|
|
12509
12509
|
Removes the reference to the given secret store for the tenant. Does NOT delete the store itself.
|
|
12510
12510
|
```
|
|
12511
12511
|
|
|
12512
|
-
_See code: [src/commands/secretStore/forget.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
12512
|
+
_See code: [src/commands/secretStore/forget.ts](https://github.com/codiac/codiac-cli/blob/v1.3.245/src/commands/secretStore/forget.ts)_
|
|
12513
12513
|
|
|
12514
12514
|
## `codiac secretStore list`
|
|
12515
12515
|
|
|
@@ -12554,7 +12554,7 @@ EXAMPLES
|
|
|
12554
12554
|
$ codiac secretStore list
|
|
12555
12555
|
```
|
|
12556
12556
|
|
|
12557
|
-
_See code: [src/commands/secretStore/list.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
12557
|
+
_See code: [src/commands/secretStore/list.ts](https://github.com/codiac/codiac-cli/blob/v1.3.245/src/commands/secretStore/list.ts)_
|
|
12558
12558
|
|
|
12559
12559
|
## `codiac shell init`
|
|
12560
12560
|
|
|
@@ -12592,7 +12592,7 @@ EXAMPLES
|
|
|
12592
12592
|
Invoke-Expression (codiac shell init --shell powershell)
|
|
12593
12593
|
```
|
|
12594
12594
|
|
|
12595
|
-
_See code: [src/commands/shell/init.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
12595
|
+
_See code: [src/commands/shell/init.ts](https://github.com/codiac/codiac-cli/blob/v1.3.245/src/commands/shell/init.ts)_
|
|
12596
12596
|
|
|
12597
12597
|
## `codiac snapshot deploy`
|
|
12598
12598
|
|
|
@@ -12620,7 +12620,7 @@ DESCRIPTION
|
|
|
12620
12620
|
Deploys all assets in a snapshot to a target cabinet.
|
|
12621
12621
|
```
|
|
12622
12622
|
|
|
12623
|
-
_See code: [src/commands/snapshot/deploy.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
12623
|
+
_See code: [src/commands/snapshot/deploy.ts](https://github.com/codiac/codiac-cli/blob/v1.3.245/src/commands/snapshot/deploy.ts)_
|
|
12624
12624
|
|
|
12625
12625
|
## `codiac snapshot list`
|
|
12626
12626
|
|
|
@@ -12669,7 +12669,7 @@ EXAMPLES
|
|
|
12669
12669
|
$ codiac snapshot list -e myEnterprise --silent
|
|
12670
12670
|
```
|
|
12671
12671
|
|
|
12672
|
-
_See code: [src/commands/snapshot/list.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
12672
|
+
_See code: [src/commands/snapshot/list.ts](https://github.com/codiac/codiac-cli/blob/v1.3.245/src/commands/snapshot/list.ts)_
|
|
12673
12673
|
|
|
12674
12674
|
## `codiac snapshot tag`
|
|
12675
12675
|
|
|
@@ -12712,7 +12712,7 @@ EXAMPLES
|
|
|
12712
12712
|
$ codiac snapshot tag -e myEnterprise -v 5CJRH7XB -t production --to-script
|
|
12713
12713
|
```
|
|
12714
12714
|
|
|
12715
|
-
_See code: [src/commands/snapshot/tag.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
12715
|
+
_See code: [src/commands/snapshot/tag.ts](https://github.com/codiac/codiac-cli/blob/v1.3.245/src/commands/snapshot/tag.ts)_
|
|
12716
12716
|
|
|
12717
12717
|
## `codiac snapshot untag`
|
|
12718
12718
|
|
|
@@ -12755,7 +12755,7 @@ EXAMPLES
|
|
|
12755
12755
|
$ codiac snapshot untag -e myEnterprise -v 5CJRH7XB -t production --to-script
|
|
12756
12756
|
```
|
|
12757
12757
|
|
|
12758
|
-
_See code: [src/commands/snapshot/untag.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
12758
|
+
_See code: [src/commands/snapshot/untag.ts](https://github.com/codiac/codiac-cli/blob/v1.3.245/src/commands/snapshot/untag.ts)_
|
|
12759
12759
|
|
|
12760
12760
|
## `codiac stage [FILES]`
|
|
12761
12761
|
|
|
@@ -12777,7 +12777,7 @@ DESCRIPTION
|
|
|
12777
12777
|
Flags files to be included in the next commit.
|
|
12778
12778
|
```
|
|
12779
12779
|
|
|
12780
|
-
_See code: [src/commands/stage.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
12780
|
+
_See code: [src/commands/stage.ts](https://github.com/codiac/codiac-cli/blob/v1.3.245/src/commands/stage.ts)_
|
|
12781
12781
|
|
|
12782
12782
|
## `codiac stash [FILE]`
|
|
12783
12783
|
|
|
@@ -12799,7 +12799,7 @@ DESCRIPTION
|
|
|
12799
12799
|
describe the command here
|
|
12800
12800
|
```
|
|
12801
12801
|
|
|
12802
|
-
_See code: [src/commands/stash.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
12802
|
+
_See code: [src/commands/stash.ts](https://github.com/codiac/codiac-cli/blob/v1.3.245/src/commands/stash.ts)_
|
|
12803
12803
|
|
|
12804
12804
|
## `codiac status`
|
|
12805
12805
|
|
|
@@ -12818,7 +12818,7 @@ DESCRIPTION
|
|
|
12818
12818
|
Shows the current uncommitted changes in the current branch.
|
|
12819
12819
|
```
|
|
12820
12820
|
|
|
12821
|
-
_See code: [src/commands/status.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
12821
|
+
_See code: [src/commands/status.ts](https://github.com/codiac/codiac-cli/blob/v1.3.245/src/commands/status.ts)_
|
|
12822
12822
|
|
|
12823
12823
|
## `codiac stop`
|
|
12824
12824
|
|
|
@@ -12836,7 +12836,7 @@ DESCRIPTION
|
|
|
12836
12836
|
Stops the running container for this project
|
|
12837
12837
|
```
|
|
12838
12838
|
|
|
12839
|
-
_See code: [src/commands/stop.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
12839
|
+
_See code: [src/commands/stop.ts](https://github.com/codiac/codiac-cli/blob/v1.3.245/src/commands/stop.ts)_
|
|
12840
12840
|
|
|
12841
12841
|
## `codiac switch [NAME]`
|
|
12842
12842
|
|
|
@@ -12856,7 +12856,7 @@ DESCRIPTION
|
|
|
12856
12856
|
Changes branch on the main project and any sourced dependencies.
|
|
12857
12857
|
```
|
|
12858
12858
|
|
|
12859
|
-
_See code: [src/commands/switch.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
12859
|
+
_See code: [src/commands/switch.ts](https://github.com/codiac/codiac-cli/blob/v1.3.245/src/commands/switch.ts)_
|
|
12860
12860
|
|
|
12861
12861
|
## `codiac sync [NAME]`
|
|
12862
12862
|
|
|
@@ -12881,7 +12881,7 @@ DESCRIPTION
|
|
|
12881
12881
|
Merges the given branch into the current branch.
|
|
12882
12882
|
```
|
|
12883
12883
|
|
|
12884
|
-
_See code: [src/commands/sync.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
12884
|
+
_See code: [src/commands/sync.ts](https://github.com/codiac/codiac-cli/blob/v1.3.245/src/commands/sync.ts)_
|
|
12885
12885
|
|
|
12886
12886
|
## `codiac tenant create [NAME]`
|
|
12887
12887
|
|
|
@@ -12924,7 +12924,7 @@ EXAMPLES
|
|
|
12924
12924
|
$ codiac tenant create -n 'Acme Corp' -c acme --to-script
|
|
12925
12925
|
```
|
|
12926
12926
|
|
|
12927
|
-
_See code: [src/commands/tenant/create.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
12927
|
+
_See code: [src/commands/tenant/create.ts](https://github.com/codiac/codiac-cli/blob/v1.3.245/src/commands/tenant/create.ts)_
|
|
12928
12928
|
|
|
12929
12929
|
## `codiac tenant switch [CODE]`
|
|
12930
12930
|
|
|
@@ -12964,7 +12964,7 @@ EXAMPLES
|
|
|
12964
12964
|
$ codiac tenant switch my-tenant-code --to-script
|
|
12965
12965
|
```
|
|
12966
12966
|
|
|
12967
|
-
_See code: [src/commands/tenant/switch.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
12967
|
+
_See code: [src/commands/tenant/switch.ts](https://github.com/codiac/codiac-cli/blob/v1.3.245/src/commands/tenant/switch.ts)_
|
|
12968
12968
|
|
|
12969
12969
|
## `codiac token [TOKENNAME]`
|
|
12970
12970
|
|
|
@@ -13086,7 +13086,7 @@ DESCRIPTION
|
|
|
13086
13086
|
Flags files to be included in the next commit.
|
|
13087
13087
|
```
|
|
13088
13088
|
|
|
13089
|
-
_See code: [src/commands/unstage.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
13089
|
+
_See code: [src/commands/unstage.ts](https://github.com/codiac/codiac-cli/blob/v1.3.245/src/commands/unstage.ts)_
|
|
13090
13090
|
|
|
13091
13091
|
## `codiac update [CHANNEL]`
|
|
13092
13092
|
|
|
@@ -13273,7 +13273,7 @@ EXAMPLES
|
|
|
13273
13273
|
$ codiac whereami --to-script
|
|
13274
13274
|
```
|
|
13275
13275
|
|
|
13276
|
-
_See code: [src/commands/whereami.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
13276
|
+
_See code: [src/commands/whereami.ts](https://github.com/codiac/codiac-cli/blob/v1.3.245/src/commands/whereami.ts)_
|
|
13277
13277
|
|
|
13278
13278
|
## `codiac whoami`
|
|
13279
13279
|
|
|
@@ -13315,5 +13315,5 @@ EXAMPLES
|
|
|
13315
13315
|
$ codiac whoami --to-script
|
|
13316
13316
|
```
|
|
13317
13317
|
|
|
13318
|
-
_See code: [src/commands/whoami.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
13318
|
+
_See code: [src/commands/whoami.ts](https://github.com/codiac/codiac-cli/blob/v1.3.245/src/commands/whoami.ts)_
|
|
13319
13319
|
<!-- commandsstop -->
|