@codiac.io/codiac-cli 1.3.203 → 1.3.204
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 +503 -164
- package/dist/apis/codiac-api/gen/contracts/types.gen.d.ts +2 -0
- package/dist/apis/codiac-relay/gen/client.d.ts +8 -6
- package/dist/apis/codiac-relay/gen/client.js +14 -8
- package/dist/apis/codiac-relay/gen/client.js.map +1 -1
- package/dist/apis/codiac-relay/gen/contracts/types.gen.d.ts +17 -13
- package/dist/apis/codiac-relay/gen/contracts/types.gen.js.map +1 -1
- package/dist/apis/codiac-relay/i-client.d.ts +6 -0
- package/dist/apis/codiac-relay-nats/gen/client.d.ts +6 -4
- package/dist/apis/codiac-relay-nats/gen/client.js +18 -11
- package/dist/apis/codiac-relay-nats/gen/client.js.map +1 -1
- package/dist/apis/codiac-relay-nats/gen/contracts/types.gen.d.ts +17 -13
- package/dist/apis/codiac-relay-nats/gen/contracts/types.gen.js.map +1 -1
- package/dist/commands/asset/deploy.js +3 -3
- package/dist/commands/asset/deploy.js.map +1 -1
- package/dist/commands/cabinet/cluster/attach.d.ts +2 -0
- package/dist/commands/cabinet/cluster/attach.js +36 -29
- package/dist/commands/cabinet/cluster/attach.js.map +1 -1
- package/dist/commands/cabinet/destroy.js +1 -1
- package/dist/commands/cabinet/destroy.js.map +1 -1
- package/dist/commands/cabinet/detach.js +1 -1
- package/dist/commands/cabinet/detach.js.map +1 -1
- package/dist/commands/cabinet/forget.js +1 -1
- package/dist/commands/cabinet/forget.js.map +1 -1
- package/dist/commands/cabinet/restore.js +2 -12
- package/dist/commands/cabinet/restore.js.map +1 -1
- package/dist/commands/cluster/agent/configure.d.ts +3 -3
- package/dist/commands/cluster/agent/configure.js +3 -3
- package/dist/commands/cluster/agent/configure.js.map +1 -1
- package/dist/commands/cluster/agent/install.d.ts +2 -1
- package/dist/commands/cluster/agent/install.js +35 -6
- package/dist/commands/cluster/agent/install.js.map +1 -1
- package/dist/commands/cluster/agent/uninstall.d.ts +1 -1
- package/dist/commands/cluster/agent/uninstall.js +2 -2
- package/dist/commands/cluster/agent/uninstall.js.map +1 -1
- package/dist/commands/noc/cluster/define.js +5 -1
- package/dist/commands/noc/cluster/define.js.map +1 -1
- package/dist/relay/relay-container.js +1 -1
- package/dist/uilogic/rootmap-ui-utils.d.ts +3 -1
- package/dist/uilogic/rootmap-ui-utils.js +23 -3
- package/dist/uilogic/rootmap-ui-utils.js.map +1 -1
- package/oclif.manifest.json +29 -6
- package/package.json +1 -1
package/oclif.manifest.json
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
{
|
|
2
|
-
"version": "1.3.
|
|
2
|
+
"version": "1.3.204",
|
|
3
3
|
"commands": {
|
|
4
4
|
"branch": {
|
|
5
5
|
"id": "branch",
|
|
@@ -11678,7 +11678,9 @@
|
|
|
11678
11678
|
"pluginAlias": "@codiac.io/codiac-cli",
|
|
11679
11679
|
"pluginType": "core",
|
|
11680
11680
|
"aliases": [
|
|
11681
|
-
"cab:cluster:attach"
|
|
11681
|
+
"cab:cluster:attach",
|
|
11682
|
+
"cabinet:attach",
|
|
11683
|
+
"cab:attach"
|
|
11682
11684
|
],
|
|
11683
11685
|
"hiddenAliases": [],
|
|
11684
11686
|
"examples": [
|
|
@@ -11694,6 +11696,10 @@
|
|
|
11694
11696
|
"description": "Non-interactive (scripted) invocation — fails fast on any missing argument.",
|
|
11695
11697
|
"command": "<%= config.bin %> <%= command.id %> --enterprise acme --cabinet api-gateway --environment prod --cluster prod-cluster-1 --silent"
|
|
11696
11698
|
},
|
|
11699
|
+
{
|
|
11700
|
+
"description": "Attach a cabinet to a cluster that is not yet in its environment, attaching the cluster to the environment automatically.",
|
|
11701
|
+
"command": "<%= config.bin %> <%= command.id %> --enterprise acme --cabinet api-gateway --environment prod --cluster prod-cluster-1 --force"
|
|
11702
|
+
},
|
|
11697
11703
|
{
|
|
11698
11704
|
"description": "Renders the equivalent silent command and then executes (useful for building scripts).",
|
|
11699
11705
|
"command": "<%= config.bin %> <%= command.id %> --enterprise acme --cabinet api-gateway --environment prod --cluster prod-cluster-1 --echo"
|
|
@@ -11735,6 +11741,13 @@
|
|
|
11735
11741
|
"required": false,
|
|
11736
11742
|
"multiple": false
|
|
11737
11743
|
},
|
|
11744
|
+
"force": {
|
|
11745
|
+
"name": "force",
|
|
11746
|
+
"type": "boolean",
|
|
11747
|
+
"description": "Automatically attaches the cluster to the cabinet's environment first if it isn't already attached there.",
|
|
11748
|
+
"required": false,
|
|
11749
|
+
"allowNo": false
|
|
11750
|
+
},
|
|
11738
11751
|
"silent": {
|
|
11739
11752
|
"name": "silent",
|
|
11740
11753
|
"type": "boolean",
|
|
@@ -11784,7 +11797,9 @@
|
|
|
11784
11797
|
"pluginName": "@codiac.io/codiac-cli",
|
|
11785
11798
|
"pluginAlias": "@codiac.io/codiac-cli",
|
|
11786
11799
|
"pluginType": "core",
|
|
11787
|
-
"aliases": [
|
|
11800
|
+
"aliases": [
|
|
11801
|
+
"cluster:envoy:configure"
|
|
11802
|
+
],
|
|
11788
11803
|
"hiddenAliases": [],
|
|
11789
11804
|
"examples": [
|
|
11790
11805
|
{
|
|
@@ -11884,7 +11899,9 @@
|
|
|
11884
11899
|
"pluginName": "@codiac.io/codiac-cli",
|
|
11885
11900
|
"pluginAlias": "@codiac.io/codiac-cli",
|
|
11886
11901
|
"pluginType": "core",
|
|
11887
|
-
"aliases": [
|
|
11902
|
+
"aliases": [
|
|
11903
|
+
"cluster:envoy:install"
|
|
11904
|
+
],
|
|
11888
11905
|
"hiddenAliases": [],
|
|
11889
11906
|
"examples": [
|
|
11890
11907
|
{
|
|
@@ -11970,7 +11987,9 @@
|
|
|
11970
11987
|
"pluginName": "@codiac.io/codiac-cli",
|
|
11971
11988
|
"pluginAlias": "@codiac.io/codiac-cli",
|
|
11972
11989
|
"pluginType": "core",
|
|
11973
|
-
"aliases": [
|
|
11990
|
+
"aliases": [
|
|
11991
|
+
"cluster:envoy:uninstall"
|
|
11992
|
+
],
|
|
11974
11993
|
"hiddenAliases": [],
|
|
11975
11994
|
"examples": [
|
|
11976
11995
|
{
|
|
@@ -13452,6 +13471,10 @@
|
|
|
13452
13471
|
"description": "Define a cluster interactively.",
|
|
13453
13472
|
"command": "<%= config.bin %> <%= command.id %>"
|
|
13454
13473
|
},
|
|
13474
|
+
{
|
|
13475
|
+
"description": "Load and edit an existing cluster definition interactively by name.",
|
|
13476
|
+
"command": "<%= config.bin %> <%= command.id %> my-cluster"
|
|
13477
|
+
},
|
|
13455
13478
|
{
|
|
13456
13479
|
"description": "Define an Azure cluster non-interactively.",
|
|
13457
13480
|
"command": "<%= config.bin %> <%= command.id %> my-cluster --provider azure --providerSubscription <sub-id> --resourceGroup my-rg --location eastus --nodeSpec Standard_D4s_v3 --nodeQty 3 --k8sVersion 1.29.0 --silent"
|
|
@@ -13633,7 +13656,7 @@
|
|
|
13633
13656
|
"args": {
|
|
13634
13657
|
"name": {
|
|
13635
13658
|
"name": "name",
|
|
13636
|
-
"description": "Name of the cluster to define
|
|
13659
|
+
"description": "Name of the cluster to define. If a definition already exists with this name, it is loaded and opened for editing."
|
|
13637
13660
|
}
|
|
13638
13661
|
}
|
|
13639
13662
|
},
|
package/package.json
CHANGED