@codiac.io/codiac-cli 1.2.168 → 1.2.170

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
@@ -11,7 +11,6 @@ oclif example Hello World CLI
11
11
  <!-- toc -->
12
12
  * [Codiac-CLI](#codiac-cli-1)
13
13
  * [Usage](#usage)
14
- * [Commands](#commands)
15
14
  <!-- tocstop -->
16
15
 
17
16
  # Usage
@@ -22,17 +21,13 @@ $ npm install -g @codiac.io/codiac-cli
22
21
  $ codiac COMMAND
23
22
  running command...
24
23
  $ codiac (--version|-v)
25
- @codiac.io/codiac-cli/1.2.168 linux-x64 node-v16.20.0
24
+ @codiac.io/codiac-cli/1.2.170 linux-x64 node-v16.20.0
26
25
  $ codiac --help [COMMAND]
27
26
  USAGE
28
27
  $ codiac COMMAND
29
28
  ...
30
29
  ```
31
30
  <!-- usagestop -->
32
-
33
- # Commands
34
-
35
- <!-- commands -->
36
31
  * [`codiac asset create`](#codiac-asset-create)
37
32
  * [`codiac asset destroy`](#codiac-asset-destroy)
38
33
  * [`codiac asset get [CMD]`](#codiac-asset-get-cmd)
@@ -91,6 +86,7 @@ USAGE
91
86
  * [`codiac config view [SETTING]`](#codiac-config-view-setting)
92
87
  * [`codiac csp login [PROVIDER]`](#codiac-csp-login-provider)
93
88
  * [`codiac csp logout [PROVIDER]`](#codiac-csp-logout-provider)
89
+ * [`codiac dash`](#codiac-dash)
94
90
  * [`codiac dep [NAME]`](#codiac-dep-name)
95
91
  * [`codiac dep create [URL]`](#codiac-dep-create-url)
96
92
  * [`codiac dep install`](#codiac-dep-install)
@@ -143,6 +139,7 @@ USAGE
143
139
  * [`codiac img patch IMAGENAME`](#codiac-img-patch-imagename)
144
140
  * [`codiac img remove IMAGENAME`](#codiac-img-remove-imagename)
145
141
  * [`codiac init DIRECTORY`](#codiac-init-directory)
142
+ * [`codiac k9s`](#codiac-k9s)
146
143
  * [`codiac kit create [SETTING]`](#codiac-kit-create-setting)
147
144
  * [`codiac login`](#codiac-login)
148
145
  * [`codiac logout`](#codiac-logout)
@@ -187,6 +184,10 @@ USAGE
187
184
  * [`codiac user login`](#codiac-user-login)
188
185
  * [`codiac user show`](#codiac-user-show)
189
186
  * [`codiac version`](#codiac-version)
187
+ * [`codiac view dash`](#codiac-view-dash)
188
+ * [`codiac view dashboard`](#codiac-view-dashboard)
189
+ * [`codiac view k9s`](#codiac-view-k9s)
190
+ * [`codiac view pods`](#codiac-view-pods)
190
191
  * [`codiac whereami`](#codiac-whereami)
191
192
  * [`codiac whoami`](#codiac-whoami)
192
193
 
@@ -1010,7 +1011,7 @@ DESCRIPTION
1010
1011
  Creates a new branch for the parent project and any sourced dependencies.
1011
1012
  ```
1012
1013
 
1013
- _See code: [src/commands/branch.ts](https://github.com/codiac/codiac-cli/blob/v1.2.168/src/commands/branch.ts)_
1014
+ _See code: [src/commands/branch.ts](https://github.com/codiac/codiac-cli/blob/v1.2.169/src/commands/branch.ts)_
1014
1015
 
1015
1016
  ## `codiac branch current`
1016
1017
 
@@ -1135,7 +1136,7 @@ DESCRIPTION
1135
1136
  Builds the project and the docker container
1136
1137
  ```
1137
1138
 
1138
- _See code: [src/commands/build.ts](https://github.com/codiac/codiac-cli/blob/v1.2.168/src/commands/build.ts)_
1139
+ _See code: [src/commands/build.ts](https://github.com/codiac/codiac-cli/blob/v1.2.169/src/commands/build.ts)_
1139
1140
 
1140
1141
  ## `codiac cab create [CABINET]`
1141
1142
 
@@ -1429,7 +1430,7 @@ DESCRIPTION
1429
1430
  Applies settings to the Codiac CLI itself (scoped to the local machine).
1430
1431
  ```
1431
1432
 
1432
- _See code: [src/commands/cli.ts](https://github.com/codiac/codiac-cli/blob/v1.2.168/src/commands/cli.ts)_
1433
+ _See code: [src/commands/cli.ts](https://github.com/codiac/codiac-cli/blob/v1.2.169/src/commands/cli.ts)_
1433
1434
 
1434
1435
  ## `codiac cluster create [NAME]`
1435
1436
 
@@ -1670,7 +1671,7 @@ DESCRIPTION
1670
1671
  Commits the currently staged changes on the current branch of the main project and on any sourced dependencies.
1671
1672
  ```
1672
1673
 
1673
- _See code: [src/commands/commit.ts](https://github.com/codiac/codiac-cli/blob/v1.2.168/src/commands/commit.ts)_
1674
+ _See code: [src/commands/commit.ts](https://github.com/codiac/codiac-cli/blob/v1.2.169/src/commands/commit.ts)_
1674
1675
 
1675
1676
  ## `codiac config add [SETTING]`
1676
1677
 
@@ -1911,6 +1912,25 @@ EXAMPLES
1911
1912
  cod csp logout --silent azure
1912
1913
  ```
1913
1914
 
1915
+ ## `codiac dash`
1916
+
1917
+ Spins up the dashboard for a given cabinet
1918
+
1919
+ ```
1920
+ USAGE
1921
+ $ codiac dash [-h]
1922
+
1923
+ FLAGS
1924
+ -h, --help Show CLI help.
1925
+
1926
+ DESCRIPTION
1927
+ Spins up the dashboard for a given cabinet
1928
+
1929
+ ALIASES
1930
+ $ codiac view dash
1931
+ $ codiac dash
1932
+ ```
1933
+
1914
1934
  ## `codiac dep [NAME]`
1915
1935
 
1916
1936
  Installs a package into current project.
@@ -1930,7 +1950,7 @@ DESCRIPTION
1930
1950
  Installs a package into current project.
1931
1951
  ```
1932
1952
 
1933
- _See code: [src/commands/dep.ts](https://github.com/codiac/codiac-cli/blob/v1.2.168/src/commands/dep.ts)_
1953
+ _See code: [src/commands/dep.ts](https://github.com/codiac/codiac-cli/blob/v1.2.169/src/commands/dep.ts)_
1934
1954
 
1935
1955
  ## `codiac dep create [URL]`
1936
1956
 
@@ -2165,7 +2185,7 @@ DESCRIPTION
2165
2185
  Deploys a given asset to a given cabinet. Defaults to current version.
2166
2186
  ```
2167
2187
 
2168
- _See code: [src/commands/deploy.ts](https://github.com/codiac/codiac-cli/blob/v1.2.168/src/commands/deploy.ts)_
2188
+ _See code: [src/commands/deploy.ts](https://github.com/codiac/codiac-cli/blob/v1.2.169/src/commands/deploy.ts)_
2169
2189
 
2170
2190
  ## `codiac domain map [DOMAIN]`
2171
2191
 
@@ -2476,7 +2496,7 @@ DESCRIPTION
2476
2496
  Display help for codiac.
2477
2497
  ```
2478
2498
 
2479
- _See code: [@oclif/plugin-help](https://github.com/oclif/plugin-help/blob/v5.2.10/src/commands/help.ts)_
2499
+ _See code: [@oclif/plugin-help](https://github.com/oclif/plugin-help/blob/v5.2.9/src/commands/help.ts)_
2480
2500
 
2481
2501
  ## `codiac host map [DOMAIN]`
2482
2502
 
@@ -2578,7 +2598,7 @@ ALIASES
2578
2598
  $ codiac token
2579
2599
  ```
2580
2600
 
2581
- _See code: [src/commands/identity.ts](https://github.com/codiac/codiac-cli/blob/v1.2.168/src/commands/identity.ts)_
2601
+ _See code: [src/commands/identity.ts](https://github.com/codiac/codiac-cli/blob/v1.2.169/src/commands/identity.ts)_
2582
2602
 
2583
2603
  ## `codiac identity delete [NAME]`
2584
2604
 
@@ -3375,7 +3395,26 @@ DESCRIPTION
3375
3395
  Declares the given folder as a project root
3376
3396
  ```
3377
3397
 
3378
- _See code: [src/commands/init.ts](https://github.com/codiac/codiac-cli/blob/v1.2.168/src/commands/init.ts)_
3398
+ _See code: [src/commands/init.ts](https://github.com/codiac/codiac-cli/blob/v1.2.169/src/commands/init.ts)_
3399
+
3400
+ ## `codiac k9s`
3401
+
3402
+ Spins up the k9s cli pod viewer
3403
+
3404
+ ```
3405
+ USAGE
3406
+ $ codiac k9s [-h]
3407
+
3408
+ FLAGS
3409
+ -h, --help Show CLI help.
3410
+
3411
+ DESCRIPTION
3412
+ Spins up the k9s cli pod viewer
3413
+
3414
+ ALIASES
3415
+ $ codiac view k9s
3416
+ $ codiac k9s
3417
+ ```
3379
3418
 
3380
3419
  ## `codiac kit create [SETTING]`
3381
3420
 
@@ -3435,7 +3474,7 @@ ALIASES
3435
3474
  $ codiac user login
3436
3475
  ```
3437
3476
 
3438
- _See code: [src/commands/login.ts](https://github.com/codiac/codiac-cli/blob/v1.2.168/src/commands/login.ts)_
3477
+ _See code: [src/commands/login.ts](https://github.com/codiac/codiac-cli/blob/v1.2.169/src/commands/login.ts)_
3439
3478
 
3440
3479
  ## `codiac logout`
3441
3480
 
@@ -3452,7 +3491,7 @@ EXAMPLES
3452
3491
  $ codiac logout
3453
3492
  ```
3454
3493
 
3455
- _See code: [src/commands/logout.ts](https://github.com/codiac/codiac-cli/blob/v1.2.168/src/commands/logout.ts)_
3494
+ _See code: [src/commands/logout.ts](https://github.com/codiac/codiac-cli/blob/v1.2.169/src/commands/logout.ts)_
3456
3495
 
3457
3496
  ## `codiac merge [BRANCH]`
3458
3497
 
@@ -3473,7 +3512,7 @@ DESCRIPTION
3473
3512
  Merges the given branch into the current branch of the main project and on any sourced dependencies.
3474
3513
  ```
3475
3514
 
3476
- _See code: [src/commands/merge.ts](https://github.com/codiac/codiac-cli/blob/v1.2.168/src/commands/merge.ts)_
3515
+ _See code: [src/commands/merge.ts](https://github.com/codiac/codiac-cli/blob/v1.2.169/src/commands/merge.ts)_
3477
3516
 
3478
3517
  ## `codiac noc cluster create [NAME]`
3479
3518
 
@@ -3821,7 +3860,7 @@ DESCRIPTION
3821
3860
  Starts the codiac relay services, maintains container instance, and opens the web app.
3822
3861
  ```
3823
3862
 
3824
- _See code: [src/commands/portal.ts](https://github.com/codiac/codiac-cli/blob/v1.2.168/src/commands/portal.ts)_
3863
+ _See code: [src/commands/portal.ts](https://github.com/codiac/codiac-cli/blob/v1.2.169/src/commands/portal.ts)_
3825
3864
 
3826
3865
  ## `codiac publish [NAME]`
3827
3866
 
@@ -3854,7 +3893,7 @@ DESCRIPTION
3854
3893
  Publishes the exports (packages and images) declared in the ProjectConfig.
3855
3894
  ```
3856
3895
 
3857
- _See code: [src/commands/publish.ts](https://github.com/codiac/codiac-cli/blob/v1.2.168/src/commands/publish.ts)_
3896
+ _See code: [src/commands/publish.ts](https://github.com/codiac/codiac-cli/blob/v1.2.169/src/commands/publish.ts)_
3858
3897
 
3859
3898
  ## `codiac pull [NAME]`
3860
3899
 
@@ -3878,7 +3917,7 @@ DESCRIPTION
3878
3917
  Pulls all commits from upstream to local.
3879
3918
  ```
3880
3919
 
3881
- _See code: [src/commands/pull.ts](https://github.com/codiac/codiac-cli/blob/v1.2.168/src/commands/pull.ts)_
3920
+ _See code: [src/commands/pull.ts](https://github.com/codiac/codiac-cli/blob/v1.2.169/src/commands/pull.ts)_
3882
3921
 
3883
3922
  ## `codiac pullsecret`
3884
3923
 
@@ -3961,7 +4000,7 @@ DESCRIPTION
3961
4000
  Pushes all local commits upstream.
3962
4001
  ```
3963
4002
 
3964
- _See code: [src/commands/push.ts](https://github.com/codiac/codiac-cli/blob/v1.2.168/src/commands/push.ts)_
4003
+ _See code: [src/commands/push.ts](https://github.com/codiac/codiac-cli/blob/v1.2.169/src/commands/push.ts)_
3965
4004
 
3966
4005
  ## `codiac run`
3967
4006
 
@@ -4003,7 +4042,7 @@ DESCRIPTION
4003
4042
  Runs the latest build of the api container locally.
4004
4043
  ```
4005
4044
 
4006
- _See code: [src/commands/run.ts](https://github.com/codiac/codiac-cli/blob/v1.2.168/src/commands/run.ts)_
4045
+ _See code: [src/commands/run.ts](https://github.com/codiac/codiac-cli/blob/v1.2.169/src/commands/run.ts)_
4007
4046
 
4008
4047
  ## `codiac secretStore`
4009
4048
 
@@ -4104,7 +4143,7 @@ DESCRIPTION
4104
4143
  Flags files to be included in the next commit.
4105
4144
  ```
4106
4145
 
4107
- _See code: [src/commands/stage.ts](https://github.com/codiac/codiac-cli/blob/v1.2.168/src/commands/stage.ts)_
4146
+ _See code: [src/commands/stage.ts](https://github.com/codiac/codiac-cli/blob/v1.2.169/src/commands/stage.ts)_
4108
4147
 
4109
4148
  ## `codiac stash [FILE]`
4110
4149
 
@@ -4126,7 +4165,7 @@ DESCRIPTION
4126
4165
  describe the command here
4127
4166
  ```
4128
4167
 
4129
- _See code: [src/commands/stash.ts](https://github.com/codiac/codiac-cli/blob/v1.2.168/src/commands/stash.ts)_
4168
+ _See code: [src/commands/stash.ts](https://github.com/codiac/codiac-cli/blob/v1.2.169/src/commands/stash.ts)_
4130
4169
 
4131
4170
  ## `codiac status`
4132
4171
 
@@ -4145,7 +4184,7 @@ DESCRIPTION
4145
4184
  Shows the current uncommitted changes in the current branch.
4146
4185
  ```
4147
4186
 
4148
- _See code: [src/commands/status.ts](https://github.com/codiac/codiac-cli/blob/v1.2.168/src/commands/status.ts)_
4187
+ _See code: [src/commands/status.ts](https://github.com/codiac/codiac-cli/blob/v1.2.169/src/commands/status.ts)_
4149
4188
 
4150
4189
  ## `codiac stop`
4151
4190
 
@@ -4163,7 +4202,7 @@ DESCRIPTION
4163
4202
  Stops the running container for this project
4164
4203
  ```
4165
4204
 
4166
- _See code: [src/commands/stop.ts](https://github.com/codiac/codiac-cli/blob/v1.2.168/src/commands/stop.ts)_
4205
+ _See code: [src/commands/stop.ts](https://github.com/codiac/codiac-cli/blob/v1.2.169/src/commands/stop.ts)_
4167
4206
 
4168
4207
  ## `codiac switch [NAME]`
4169
4208
 
@@ -4183,7 +4222,7 @@ DESCRIPTION
4183
4222
  Changes branch on the main project and any sourced dependencies.
4184
4223
  ```
4185
4224
 
4186
- _See code: [src/commands/switch.ts](https://github.com/codiac/codiac-cli/blob/v1.2.168/src/commands/switch.ts)_
4225
+ _See code: [src/commands/switch.ts](https://github.com/codiac/codiac-cli/blob/v1.2.169/src/commands/switch.ts)_
4187
4226
 
4188
4227
  ## `codiac sync [NAME]`
4189
4228
 
@@ -4208,7 +4247,7 @@ DESCRIPTION
4208
4247
  Merges the given branch into the current branch.
4209
4248
  ```
4210
4249
 
4211
- _See code: [src/commands/sync.ts](https://github.com/codiac/codiac-cli/blob/v1.2.168/src/commands/sync.ts)_
4250
+ _See code: [src/commands/sync.ts](https://github.com/codiac/codiac-cli/blob/v1.2.169/src/commands/sync.ts)_
4212
4251
 
4213
4252
  ## `codiac tenant create [NAME]`
4214
4253
 
@@ -4390,7 +4429,7 @@ DESCRIPTION
4390
4429
  Flags files to be included in the next commit.
4391
4430
  ```
4392
4431
 
4393
- _See code: [src/commands/unstage.ts](https://github.com/codiac/codiac-cli/blob/v1.2.168/src/commands/unstage.ts)_
4432
+ _See code: [src/commands/unstage.ts](https://github.com/codiac/codiac-cli/blob/v1.2.169/src/commands/unstage.ts)_
4394
4433
 
4395
4434
  ## `codiac update [CHANNEL]`
4396
4435
 
@@ -4427,7 +4466,7 @@ EXAMPLES
4427
4466
  $ codiac update --available
4428
4467
  ```
4429
4468
 
4430
- _See code: [@oclif/plugin-update](https://github.com/oclif/plugin-update/blob/v3.1.19/src/commands/update.ts)_
4469
+ _See code: [@oclif/plugin-update](https://github.com/oclif/plugin-update/blob/v3.1.17/src/commands/update.ts)_
4431
4470
 
4432
4471
  ## `codiac user login`
4433
4472
 
@@ -4492,7 +4531,83 @@ FLAG DESCRIPTIONS
4492
4531
  Additionally shows the architecture, node version, operating system, and versions of plugins that the CLI is using.
4493
4532
  ```
4494
4533
 
4495
- _See code: [@oclif/plugin-version](https://github.com/oclif/plugin-version/blob/v1.3.5/src/commands/version.ts)_
4534
+ _See code: [@oclif/plugin-version](https://github.com/oclif/plugin-version/blob/v1.3.4/src/commands/version.ts)_
4535
+
4536
+ ## `codiac view dash`
4537
+
4538
+ Spins up the dashboard for a given cabinet
4539
+
4540
+ ```
4541
+ USAGE
4542
+ $ codiac view dash [-h]
4543
+
4544
+ FLAGS
4545
+ -h, --help Show CLI help.
4546
+
4547
+ DESCRIPTION
4548
+ Spins up the dashboard for a given cabinet
4549
+
4550
+ ALIASES
4551
+ $ codiac view dash
4552
+ $ codiac dash
4553
+ ```
4554
+
4555
+ ## `codiac view dashboard`
4556
+
4557
+ Spins up the dashboard for a given cabinet
4558
+
4559
+ ```
4560
+ USAGE
4561
+ $ codiac view dashboard [-h]
4562
+
4563
+ FLAGS
4564
+ -h, --help Show CLI help.
4565
+
4566
+ DESCRIPTION
4567
+ Spins up the dashboard for a given cabinet
4568
+
4569
+ ALIASES
4570
+ $ codiac view dash
4571
+ $ codiac dash
4572
+ ```
4573
+
4574
+ ## `codiac view k9s`
4575
+
4576
+ Spins up the k9s cli pod viewer
4577
+
4578
+ ```
4579
+ USAGE
4580
+ $ codiac view k9s [-h]
4581
+
4582
+ FLAGS
4583
+ -h, --help Show CLI help.
4584
+
4585
+ DESCRIPTION
4586
+ Spins up the k9s cli pod viewer
4587
+
4588
+ ALIASES
4589
+ $ codiac view k9s
4590
+ $ codiac k9s
4591
+ ```
4592
+
4593
+ ## `codiac view pods`
4594
+
4595
+ Spins up the k9s cli pod viewer
4596
+
4597
+ ```
4598
+ USAGE
4599
+ $ codiac view pods [-h]
4600
+
4601
+ FLAGS
4602
+ -h, --help Show CLI help.
4603
+
4604
+ DESCRIPTION
4605
+ Spins up the k9s cli pod viewer
4606
+
4607
+ ALIASES
4608
+ $ codiac view k9s
4609
+ $ codiac k9s
4610
+ ```
4496
4611
 
4497
4612
  ## `codiac whereami`
4498
4613
 
@@ -4511,7 +4626,7 @@ DESCRIPTION
4511
4626
  Renders the current cabinet context the image project is pointed to. ie: Tenant, Enterprise, Environment, Cabinet.
4512
4627
  ```
4513
4628
 
4514
- _See code: [src/commands/whereami.ts](https://github.com/codiac/codiac-cli/blob/v1.2.168/src/commands/whereami.ts)_
4629
+ _See code: [src/commands/whereami.ts](https://github.com/codiac/codiac-cli/blob/v1.2.169/src/commands/whereami.ts)_
4515
4630
 
4516
4631
  ## `codiac whoami`
4517
4632
 
@@ -4528,5 +4643,7 @@ ALIASES
4528
4643
  $ codiac user show
4529
4644
  ```
4530
4645
 
4531
- _See code: [src/commands/whoami.ts](https://github.com/codiac/codiac-cli/blob/v1.2.168/src/commands/whoami.ts)_
4646
+ _See code: [src/commands/whoami.ts](https://github.com/codiac/codiac-cli/blob/v1.2.169/src/commands/whoami.ts)_
4647
+ <!-- commandsstop -->
4648
+
4532
4649
  <!-- commandsstop -->
@@ -16,7 +16,7 @@ const inversify_1 = require("inversify");
16
16
  const codiac_ops_common_1 = require("@codiac.io/codiac-ops-common");
17
17
  const child_process_1 = require("child_process");
18
18
  const DEFAULT_IMAGE_NAME = "codiacimages/codiac-relay";
19
- const DEFAULT_IMAGE_TAG = "1.2.33";
19
+ const DEFAULT_IMAGE_TAG = "1.2.34";
20
20
  const DEFUALT_CONTIANER_NAME = "codiac-relay";
21
21
  const DEFAULT_HEALTH_CHECK_URL = "http://localhost:5799/heartbeat-json"; // /ready-state";
22
22
  const DEFAULT_RETRY_TIMOUT_IN_MINUTES = 1;
@@ -1,5 +1,5 @@
1
1
  {
2
- "version": "1.2.168",
2
+ "version": "1.2.170",
3
3
  "commands": {
4
4
  "branch": {
5
5
  "id": "branch",
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@codiac.io/codiac-cli",
3
3
  "description": "Local command line interface for registering and maintaining enterprise assets and pipelines",
4
- "version": "1.2.168",
4
+ "version": "1.2.170",
5
5
  "author": "Codiac",
6
6
  "bin": {
7
7
  "codiac": "./bin/run",