@codiac.io/codiac-cli 1.2.167 → 1.2.168
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 +29 -29
- package/oclif.manifest.json +1 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -22,7 +22,7 @@ $ npm install -g @codiac.io/codiac-cli
|
|
|
22
22
|
$ codiac COMMAND
|
|
23
23
|
running command...
|
|
24
24
|
$ codiac (--version|-v)
|
|
25
|
-
@codiac.io/codiac-cli/1.2.
|
|
25
|
+
@codiac.io/codiac-cli/1.2.168 linux-x64 node-v16.20.0
|
|
26
26
|
$ codiac --help [COMMAND]
|
|
27
27
|
USAGE
|
|
28
28
|
$ codiac COMMAND
|
|
@@ -1010,7 +1010,7 @@ DESCRIPTION
|
|
|
1010
1010
|
Creates a new branch for the parent project and any sourced dependencies.
|
|
1011
1011
|
```
|
|
1012
1012
|
|
|
1013
|
-
_See code: [src/commands/branch.ts](https://github.com/codiac/codiac-cli/blob/v1.2.
|
|
1013
|
+
_See code: [src/commands/branch.ts](https://github.com/codiac/codiac-cli/blob/v1.2.168/src/commands/branch.ts)_
|
|
1014
1014
|
|
|
1015
1015
|
## `codiac branch current`
|
|
1016
1016
|
|
|
@@ -1135,7 +1135,7 @@ DESCRIPTION
|
|
|
1135
1135
|
Builds the project and the docker container
|
|
1136
1136
|
```
|
|
1137
1137
|
|
|
1138
|
-
_See code: [src/commands/build.ts](https://github.com/codiac/codiac-cli/blob/v1.2.
|
|
1138
|
+
_See code: [src/commands/build.ts](https://github.com/codiac/codiac-cli/blob/v1.2.168/src/commands/build.ts)_
|
|
1139
1139
|
|
|
1140
1140
|
## `codiac cab create [CABINET]`
|
|
1141
1141
|
|
|
@@ -1429,7 +1429,7 @@ DESCRIPTION
|
|
|
1429
1429
|
Applies settings to the Codiac CLI itself (scoped to the local machine).
|
|
1430
1430
|
```
|
|
1431
1431
|
|
|
1432
|
-
_See code: [src/commands/cli.ts](https://github.com/codiac/codiac-cli/blob/v1.2.
|
|
1432
|
+
_See code: [src/commands/cli.ts](https://github.com/codiac/codiac-cli/blob/v1.2.168/src/commands/cli.ts)_
|
|
1433
1433
|
|
|
1434
1434
|
## `codiac cluster create [NAME]`
|
|
1435
1435
|
|
|
@@ -1670,7 +1670,7 @@ DESCRIPTION
|
|
|
1670
1670
|
Commits the currently staged changes on the current branch of the main project and on any sourced dependencies.
|
|
1671
1671
|
```
|
|
1672
1672
|
|
|
1673
|
-
_See code: [src/commands/commit.ts](https://github.com/codiac/codiac-cli/blob/v1.2.
|
|
1673
|
+
_See code: [src/commands/commit.ts](https://github.com/codiac/codiac-cli/blob/v1.2.168/src/commands/commit.ts)_
|
|
1674
1674
|
|
|
1675
1675
|
## `codiac config add [SETTING]`
|
|
1676
1676
|
|
|
@@ -1930,7 +1930,7 @@ DESCRIPTION
|
|
|
1930
1930
|
Installs a package into current project.
|
|
1931
1931
|
```
|
|
1932
1932
|
|
|
1933
|
-
_See code: [src/commands/dep.ts](https://github.com/codiac/codiac-cli/blob/v1.2.
|
|
1933
|
+
_See code: [src/commands/dep.ts](https://github.com/codiac/codiac-cli/blob/v1.2.168/src/commands/dep.ts)_
|
|
1934
1934
|
|
|
1935
1935
|
## `codiac dep create [URL]`
|
|
1936
1936
|
|
|
@@ -2165,7 +2165,7 @@ DESCRIPTION
|
|
|
2165
2165
|
Deploys a given asset to a given cabinet. Defaults to current version.
|
|
2166
2166
|
```
|
|
2167
2167
|
|
|
2168
|
-
_See code: [src/commands/deploy.ts](https://github.com/codiac/codiac-cli/blob/v1.2.
|
|
2168
|
+
_See code: [src/commands/deploy.ts](https://github.com/codiac/codiac-cli/blob/v1.2.168/src/commands/deploy.ts)_
|
|
2169
2169
|
|
|
2170
2170
|
## `codiac domain map [DOMAIN]`
|
|
2171
2171
|
|
|
@@ -2476,7 +2476,7 @@ DESCRIPTION
|
|
|
2476
2476
|
Display help for codiac.
|
|
2477
2477
|
```
|
|
2478
2478
|
|
|
2479
|
-
_See code: [@oclif/plugin-help](https://github.com/oclif/plugin-help/blob/v5.2.
|
|
2479
|
+
_See code: [@oclif/plugin-help](https://github.com/oclif/plugin-help/blob/v5.2.10/src/commands/help.ts)_
|
|
2480
2480
|
|
|
2481
2481
|
## `codiac host map [DOMAIN]`
|
|
2482
2482
|
|
|
@@ -2578,7 +2578,7 @@ ALIASES
|
|
|
2578
2578
|
$ codiac token
|
|
2579
2579
|
```
|
|
2580
2580
|
|
|
2581
|
-
_See code: [src/commands/identity.ts](https://github.com/codiac/codiac-cli/blob/v1.2.
|
|
2581
|
+
_See code: [src/commands/identity.ts](https://github.com/codiac/codiac-cli/blob/v1.2.168/src/commands/identity.ts)_
|
|
2582
2582
|
|
|
2583
2583
|
## `codiac identity delete [NAME]`
|
|
2584
2584
|
|
|
@@ -3375,7 +3375,7 @@ DESCRIPTION
|
|
|
3375
3375
|
Declares the given folder as a project root
|
|
3376
3376
|
```
|
|
3377
3377
|
|
|
3378
|
-
_See code: [src/commands/init.ts](https://github.com/codiac/codiac-cli/blob/v1.2.
|
|
3378
|
+
_See code: [src/commands/init.ts](https://github.com/codiac/codiac-cli/blob/v1.2.168/src/commands/init.ts)_
|
|
3379
3379
|
|
|
3380
3380
|
## `codiac kit create [SETTING]`
|
|
3381
3381
|
|
|
@@ -3435,7 +3435,7 @@ ALIASES
|
|
|
3435
3435
|
$ codiac user login
|
|
3436
3436
|
```
|
|
3437
3437
|
|
|
3438
|
-
_See code: [src/commands/login.ts](https://github.com/codiac/codiac-cli/blob/v1.2.
|
|
3438
|
+
_See code: [src/commands/login.ts](https://github.com/codiac/codiac-cli/blob/v1.2.168/src/commands/login.ts)_
|
|
3439
3439
|
|
|
3440
3440
|
## `codiac logout`
|
|
3441
3441
|
|
|
@@ -3452,7 +3452,7 @@ EXAMPLES
|
|
|
3452
3452
|
$ codiac logout
|
|
3453
3453
|
```
|
|
3454
3454
|
|
|
3455
|
-
_See code: [src/commands/logout.ts](https://github.com/codiac/codiac-cli/blob/v1.2.
|
|
3455
|
+
_See code: [src/commands/logout.ts](https://github.com/codiac/codiac-cli/blob/v1.2.168/src/commands/logout.ts)_
|
|
3456
3456
|
|
|
3457
3457
|
## `codiac merge [BRANCH]`
|
|
3458
3458
|
|
|
@@ -3473,7 +3473,7 @@ DESCRIPTION
|
|
|
3473
3473
|
Merges the given branch into the current branch of the main project and on any sourced dependencies.
|
|
3474
3474
|
```
|
|
3475
3475
|
|
|
3476
|
-
_See code: [src/commands/merge.ts](https://github.com/codiac/codiac-cli/blob/v1.2.
|
|
3476
|
+
_See code: [src/commands/merge.ts](https://github.com/codiac/codiac-cli/blob/v1.2.168/src/commands/merge.ts)_
|
|
3477
3477
|
|
|
3478
3478
|
## `codiac noc cluster create [NAME]`
|
|
3479
3479
|
|
|
@@ -3821,7 +3821,7 @@ DESCRIPTION
|
|
|
3821
3821
|
Starts the codiac relay services, maintains container instance, and opens the web app.
|
|
3822
3822
|
```
|
|
3823
3823
|
|
|
3824
|
-
_See code: [src/commands/portal.ts](https://github.com/codiac/codiac-cli/blob/v1.2.
|
|
3824
|
+
_See code: [src/commands/portal.ts](https://github.com/codiac/codiac-cli/blob/v1.2.168/src/commands/portal.ts)_
|
|
3825
3825
|
|
|
3826
3826
|
## `codiac publish [NAME]`
|
|
3827
3827
|
|
|
@@ -3854,7 +3854,7 @@ DESCRIPTION
|
|
|
3854
3854
|
Publishes the exports (packages and images) declared in the ProjectConfig.
|
|
3855
3855
|
```
|
|
3856
3856
|
|
|
3857
|
-
_See code: [src/commands/publish.ts](https://github.com/codiac/codiac-cli/blob/v1.2.
|
|
3857
|
+
_See code: [src/commands/publish.ts](https://github.com/codiac/codiac-cli/blob/v1.2.168/src/commands/publish.ts)_
|
|
3858
3858
|
|
|
3859
3859
|
## `codiac pull [NAME]`
|
|
3860
3860
|
|
|
@@ -3878,7 +3878,7 @@ DESCRIPTION
|
|
|
3878
3878
|
Pulls all commits from upstream to local.
|
|
3879
3879
|
```
|
|
3880
3880
|
|
|
3881
|
-
_See code: [src/commands/pull.ts](https://github.com/codiac/codiac-cli/blob/v1.2.
|
|
3881
|
+
_See code: [src/commands/pull.ts](https://github.com/codiac/codiac-cli/blob/v1.2.168/src/commands/pull.ts)_
|
|
3882
3882
|
|
|
3883
3883
|
## `codiac pullsecret`
|
|
3884
3884
|
|
|
@@ -3961,7 +3961,7 @@ DESCRIPTION
|
|
|
3961
3961
|
Pushes all local commits upstream.
|
|
3962
3962
|
```
|
|
3963
3963
|
|
|
3964
|
-
_See code: [src/commands/push.ts](https://github.com/codiac/codiac-cli/blob/v1.2.
|
|
3964
|
+
_See code: [src/commands/push.ts](https://github.com/codiac/codiac-cli/blob/v1.2.168/src/commands/push.ts)_
|
|
3965
3965
|
|
|
3966
3966
|
## `codiac run`
|
|
3967
3967
|
|
|
@@ -4003,7 +4003,7 @@ DESCRIPTION
|
|
|
4003
4003
|
Runs the latest build of the api container locally.
|
|
4004
4004
|
```
|
|
4005
4005
|
|
|
4006
|
-
_See code: [src/commands/run.ts](https://github.com/codiac/codiac-cli/blob/v1.2.
|
|
4006
|
+
_See code: [src/commands/run.ts](https://github.com/codiac/codiac-cli/blob/v1.2.168/src/commands/run.ts)_
|
|
4007
4007
|
|
|
4008
4008
|
## `codiac secretStore`
|
|
4009
4009
|
|
|
@@ -4104,7 +4104,7 @@ DESCRIPTION
|
|
|
4104
4104
|
Flags files to be included in the next commit.
|
|
4105
4105
|
```
|
|
4106
4106
|
|
|
4107
|
-
_See code: [src/commands/stage.ts](https://github.com/codiac/codiac-cli/blob/v1.2.
|
|
4107
|
+
_See code: [src/commands/stage.ts](https://github.com/codiac/codiac-cli/blob/v1.2.168/src/commands/stage.ts)_
|
|
4108
4108
|
|
|
4109
4109
|
## `codiac stash [FILE]`
|
|
4110
4110
|
|
|
@@ -4126,7 +4126,7 @@ DESCRIPTION
|
|
|
4126
4126
|
describe the command here
|
|
4127
4127
|
```
|
|
4128
4128
|
|
|
4129
|
-
_See code: [src/commands/stash.ts](https://github.com/codiac/codiac-cli/blob/v1.2.
|
|
4129
|
+
_See code: [src/commands/stash.ts](https://github.com/codiac/codiac-cli/blob/v1.2.168/src/commands/stash.ts)_
|
|
4130
4130
|
|
|
4131
4131
|
## `codiac status`
|
|
4132
4132
|
|
|
@@ -4145,7 +4145,7 @@ DESCRIPTION
|
|
|
4145
4145
|
Shows the current uncommitted changes in the current branch.
|
|
4146
4146
|
```
|
|
4147
4147
|
|
|
4148
|
-
_See code: [src/commands/status.ts](https://github.com/codiac/codiac-cli/blob/v1.2.
|
|
4148
|
+
_See code: [src/commands/status.ts](https://github.com/codiac/codiac-cli/blob/v1.2.168/src/commands/status.ts)_
|
|
4149
4149
|
|
|
4150
4150
|
## `codiac stop`
|
|
4151
4151
|
|
|
@@ -4163,7 +4163,7 @@ DESCRIPTION
|
|
|
4163
4163
|
Stops the running container for this project
|
|
4164
4164
|
```
|
|
4165
4165
|
|
|
4166
|
-
_See code: [src/commands/stop.ts](https://github.com/codiac/codiac-cli/blob/v1.2.
|
|
4166
|
+
_See code: [src/commands/stop.ts](https://github.com/codiac/codiac-cli/blob/v1.2.168/src/commands/stop.ts)_
|
|
4167
4167
|
|
|
4168
4168
|
## `codiac switch [NAME]`
|
|
4169
4169
|
|
|
@@ -4183,7 +4183,7 @@ DESCRIPTION
|
|
|
4183
4183
|
Changes branch on the main project and any sourced dependencies.
|
|
4184
4184
|
```
|
|
4185
4185
|
|
|
4186
|
-
_See code: [src/commands/switch.ts](https://github.com/codiac/codiac-cli/blob/v1.2.
|
|
4186
|
+
_See code: [src/commands/switch.ts](https://github.com/codiac/codiac-cli/blob/v1.2.168/src/commands/switch.ts)_
|
|
4187
4187
|
|
|
4188
4188
|
## `codiac sync [NAME]`
|
|
4189
4189
|
|
|
@@ -4208,7 +4208,7 @@ DESCRIPTION
|
|
|
4208
4208
|
Merges the given branch into the current branch.
|
|
4209
4209
|
```
|
|
4210
4210
|
|
|
4211
|
-
_See code: [src/commands/sync.ts](https://github.com/codiac/codiac-cli/blob/v1.2.
|
|
4211
|
+
_See code: [src/commands/sync.ts](https://github.com/codiac/codiac-cli/blob/v1.2.168/src/commands/sync.ts)_
|
|
4212
4212
|
|
|
4213
4213
|
## `codiac tenant create [NAME]`
|
|
4214
4214
|
|
|
@@ -4390,7 +4390,7 @@ DESCRIPTION
|
|
|
4390
4390
|
Flags files to be included in the next commit.
|
|
4391
4391
|
```
|
|
4392
4392
|
|
|
4393
|
-
_See code: [src/commands/unstage.ts](https://github.com/codiac/codiac-cli/blob/v1.2.
|
|
4393
|
+
_See code: [src/commands/unstage.ts](https://github.com/codiac/codiac-cli/blob/v1.2.168/src/commands/unstage.ts)_
|
|
4394
4394
|
|
|
4395
4395
|
## `codiac update [CHANNEL]`
|
|
4396
4396
|
|
|
@@ -4427,7 +4427,7 @@ EXAMPLES
|
|
|
4427
4427
|
$ codiac update --available
|
|
4428
4428
|
```
|
|
4429
4429
|
|
|
4430
|
-
_See code: [@oclif/plugin-update](https://github.com/oclif/plugin-update/blob/v3.1.
|
|
4430
|
+
_See code: [@oclif/plugin-update](https://github.com/oclif/plugin-update/blob/v3.1.19/src/commands/update.ts)_
|
|
4431
4431
|
|
|
4432
4432
|
## `codiac user login`
|
|
4433
4433
|
|
|
@@ -4492,7 +4492,7 @@ FLAG DESCRIPTIONS
|
|
|
4492
4492
|
Additionally shows the architecture, node version, operating system, and versions of plugins that the CLI is using.
|
|
4493
4493
|
```
|
|
4494
4494
|
|
|
4495
|
-
_See code: [@oclif/plugin-version](https://github.com/oclif/plugin-version/blob/v1.3.
|
|
4495
|
+
_See code: [@oclif/plugin-version](https://github.com/oclif/plugin-version/blob/v1.3.5/src/commands/version.ts)_
|
|
4496
4496
|
|
|
4497
4497
|
## `codiac whereami`
|
|
4498
4498
|
|
|
@@ -4511,7 +4511,7 @@ DESCRIPTION
|
|
|
4511
4511
|
Renders the current cabinet context the image project is pointed to. ie: Tenant, Enterprise, Environment, Cabinet.
|
|
4512
4512
|
```
|
|
4513
4513
|
|
|
4514
|
-
_See code: [src/commands/whereami.ts](https://github.com/codiac/codiac-cli/blob/v1.2.
|
|
4514
|
+
_See code: [src/commands/whereami.ts](https://github.com/codiac/codiac-cli/blob/v1.2.168/src/commands/whereami.ts)_
|
|
4515
4515
|
|
|
4516
4516
|
## `codiac whoami`
|
|
4517
4517
|
|
|
@@ -4528,5 +4528,5 @@ ALIASES
|
|
|
4528
4528
|
$ codiac user show
|
|
4529
4529
|
```
|
|
4530
4530
|
|
|
4531
|
-
_See code: [src/commands/whoami.ts](https://github.com/codiac/codiac-cli/blob/v1.2.
|
|
4531
|
+
_See code: [src/commands/whoami.ts](https://github.com/codiac/codiac-cli/blob/v1.2.168/src/commands/whoami.ts)_
|
|
4532
4532
|
<!-- commandsstop -->
|
package/oclif.manifest.json
CHANGED
package/package.json
CHANGED