@codiac.io/codiac-cli 1.2.125 → 1.2.127
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/bin/run +1 -1
- package/lib/apis/codiac-relay/gen/client.d.ts +11 -1
- package/lib/apis/codiac-relay/gen/client.js +70 -0
- package/lib/apis/codiac-relay/gen/client.js.map +1 -1
- package/lib/apis/codiac-relay/gen/contracts.d.ts +76 -11
- package/lib/apis/codiac-relay/gen/contracts.js +22 -19
- package/lib/apis/codiac-relay/gen/contracts.js.map +1 -1
- package/lib/command-base-enterprise.d.ts +0 -3
- package/lib/command-base-enterprise.js +4 -10
- package/lib/command-base-enterprise.js.map +1 -1
- package/lib/commands/asset/create.js +2 -31
- package/lib/commands/asset/create.js.map +1 -1
- package/lib/commands/imageRegistry/capture.js +2 -4
- package/lib/commands/imageRegistry/capture.js.map +1 -1
- package/lib/commands/imageRegistry/forget.js +0 -1
- package/lib/commands/imageRegistry/forget.js.map +1 -1
- package/lib/commands/imageRegistry/pullSecret/set.js +0 -2
- package/lib/commands/imageRegistry/pullSecret/set.js.map +1 -1
- package/lib/commands/imageRegistry/pullSecret/unset.js +0 -2
- package/lib/commands/imageRegistry/pullSecret/unset.js.map +1 -1
- package/lib/commands/images/add.js +1 -2
- package/lib/commands/images/add.js.map +1 -1
- package/lib/commands/secretStore/forget.js +0 -3
- package/lib/commands/secretStore/forget.js.map +1 -1
- package/lib/relay/relay-container.js +1 -1
- package/lib/uilogic/cloud-resource-configurators/aws-resource-configurator.js +3 -2
- package/lib/uilogic/cloud-resource-configurators/aws-resource-configurator.js.map +1 -1
- package/lib/uilogic/cloud-resource-configurators/az-acr-cli-authenticator.d.ts +16 -0
- package/lib/uilogic/cloud-resource-configurators/az-acr-cli-authenticator.js +85 -0
- package/lib/uilogic/cloud-resource-configurators/az-acr-cli-authenticator.js.map +1 -0
- package/lib/uilogic/cloud-resource-configurators/azure-resource-configurator.js +1 -1
- package/lib/uilogic/cloud-resource-configurators/azure-resource-configurator.js.map +1 -1
- package/lib/uilogic/cloud-resource-configurators/docker-hub-resource-configurator.js +1 -1
- package/lib/uilogic/cloud-resource-configurators/docker-hub-resource-configurator.js.map +1 -1
- package/lib/uilogic/cloud-resource-configurators/helm-resource-configurator.js.map +1 -1
- package/lib/uilogic/cloud-resource-configurators/unsupported-resource-configurator.d.ts +6 -5
- package/lib/uilogic/cloud-resource-configurators/unsupported-resource-configurator.js +9 -8
- package/lib/uilogic/cloud-resource-configurators/unsupported-resource-configurator.js.map +1 -1
- package/lib/uilogic/enterprise-contextualizer.d.ts +4 -3
- package/lib/uilogic/enterprise-contextualizer.js +17 -14
- package/lib/uilogic/enterprise-contextualizer.js.map +1 -1
- package/lib/uilogic/image-configurator.d.ts +5 -13
- package/lib/uilogic/image-configurator.js +38 -64
- package/lib/uilogic/image-configurator.js.map +1 -1
- package/lib/uilogic/image-contextualizer.d.ts +6 -4
- package/lib/uilogic/image-contextualizer.js +11 -6
- package/lib/uilogic/image-contextualizer.js.map +1 -1
- package/lib/uilogic/image-registry-contextualizer.d.ts +5 -7
- package/lib/uilogic/image-registry-contextualizer.js +16 -10
- package/lib/uilogic/image-registry-contextualizer.js.map +1 -1
- package/oclif.manifest.json +1 -0
- package/package.json +2 -2
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":"1.2.127","commands":{"branch":{"id":"branch","description":"Creates a new branch for the parent project and any sourced dependencies.","strict":true,"pluginName":"@codiac.io/codiac-cli","pluginAlias":"@codiac.io/codiac-cli","pluginType":"core","aliases":[],"flags":{"as":{"name":"as","type":"option","description":"Fires this command with an argument list that was previously remembered using the --rememberAs flag.","multiple":false},"remember":{"name":"remember","type":"boolean","description":"Saves the arguments, so they are invoked as defaults whenever this command gets called.","allowNo":false},"rememberAs":{"name":"rememberAs","type":"option","description":"Saves the given argument list so that it can be called by name.","multiple":false},"unremember":{"name":"unremember","type":"option","description":"Administrative only: DOES NOT fire the actual command. Simply clears the arguments that were previously stored under the given name (use \"--unRemember default\" to clear default argument list memorized with the --remember flag).","multiple":false},"withoutdefaults":{"name":"withoutdefaults","type":"boolean","description":"Prevents any relevant saved defaults from being invoked for this call.","allowNo":false},"verbose":{"name":"verbose","type":"boolean","char":"v","description":"Renders additional logging levels (detail, trace, and debug) to the console output.","allowNo":false},"switch":{"name":"switch","type":"boolean","char":"s","description":"Automatically switches to the new branch after creating it.","allowNo":false},"help":{"name":"help","type":"boolean","char":"h","description":"Show CLI help.","allowNo":false}},"args":[{"name":"name","description":"The name of the branch to create."}]},"build":{"id":"build","description":"Builds the project and the docker container","strict":true,"pluginName":"@codiac.io/codiac-cli","pluginAlias":"@codiac.io/codiac-cli","pluginType":"core","aliases":[],"flags":{"as":{"name":"as","type":"option","description":"Fires this command with an argument list that was previously remembered using the --rememberAs flag.","multiple":false},"remember":{"name":"remember","type":"boolean","description":"Saves the arguments, so they are invoked as defaults whenever this command gets called.","allowNo":false},"rememberAs":{"name":"rememberAs","type":"option","description":"Saves the given argument list so that it can be called by name.","multiple":false},"unremember":{"name":"unremember","type":"option","description":"Administrative only: DOES NOT fire the actual command. Simply clears the arguments that were previously stored under the given name (use \"--unRemember default\" to clear default argument list memorized with the --remember flag).","multiple":false},"withoutdefaults":{"name":"withoutdefaults","type":"boolean","description":"Prevents any relevant saved defaults from being invoked for this call.","allowNo":false},"verbose":{"name":"verbose","type":"boolean","char":"v","description":"Renders additional logging levels (detail, trace, and debug) to the console output.","allowNo":false},"help":{"name":"help","type":"boolean","char":"h","description":"Show CLI help.","allowNo":false},"frameworkVersion":{"name":"frameworkVersion","type":"option","char":"f","description":"(Future) Explicitly sets the version of the Toyhauler base image to use (default: latest).","multiple":false},"noCache":{"name":"noCache","type":"boolean","char":"n","description":"Ignores the local Docker image cache, thereby forcing a fresh download of each image from its container registry layer in the build.","allowNo":false},"buildDef":{"name":"buildDef","type":"option","char":"b","description":"Replaces the default build command with the given process. For a multi-command sequence, separate each with a Pipe (|) character.","multiple":false},"asDefault":{"name":"asDefault","type":"boolean","char":"d","description":"Overwrites the default build command for the project with the buildDef argument","allowNo":false,"dependsOn":["buildDef"]},"version":{"name":"version","type":"option","description":"Overwrites the full version for the build (using Major.Minor.Patch).","multiple":false},"major":{"name":"major","type":"boolean","char":"M","description":"Increments the version by one Major version number (using Major.Minor.Patch).","allowNo":false},"minor":{"name":"minor","type":"boolean","char":"m","description":"Increments the version by one Minor version number (using Major.Minor.Patch).","allowNo":false},"patch":{"name":"patch","type":"boolean","char":"p","description":"Increments the version by one Patch version number (using Major.Minor.Patch).","allowNo":false},"prerelease":{"name":"prerelease","type":"boolean","char":"r","description":"Increments the prerelease number (using Major.Minor.Patch-PreRelease). NOTE: Increments the Patch version number when appending.","allowNo":false},"clear":{"name":"clear","type":"boolean","char":"c","description":"Completely deletes the output folder before building.","allowNo":false},"skip":{"name":"skip","type":"option","char":"s","description":"(optional) Prevents the building of any declared container images or packages.","helpValue":"(images|packages)","multiple":false,"options":["images","packages"]},"image":{"name":"image","type":"option","char":"i","description":"(optional, defaults to all) Limits the list of images to build. Value must match the name property of an image export defined in the codiac project file (codiac.json)","required":false,"multiple":true},"buildTarget":{"name":"buildTarget","type":"option","char":"t","description":"(optional) Calls out the only stage to be built for images defined with multistage builds.","required":false,"multiple":false}},"args":[]},"cli":{"id":"cli","description":"Applies settings to the Codiac CLI itself (scoped to the local machine).","strict":true,"pluginName":"@codiac.io/codiac-cli","pluginAlias":"@codiac.io/codiac-cli","pluginType":"core","aliases":[],"flags":{"as":{"name":"as","type":"option","description":"Fires this command with an argument list that was previously remembered using the --rememberAs flag.","multiple":false},"remember":{"name":"remember","type":"boolean","description":"Saves the arguments, so they are invoked as defaults whenever this command gets called.","allowNo":false},"rememberAs":{"name":"rememberAs","type":"option","description":"Saves the given argument list so that it can be called by name.","multiple":false},"unremember":{"name":"unremember","type":"option","description":"Administrative only: DOES NOT fire the actual command. Simply clears the arguments that were previously stored under the given name (use \"--unRemember default\" to clear default argument list memorized with the --remember flag).","multiple":false},"withoutdefaults":{"name":"withoutdefaults","type":"boolean","description":"Prevents any relevant saved defaults from being invoked for this call.","allowNo":false},"verbose":{"name":"verbose","type":"boolean","char":"v","description":"Renders additional logging levels (detail, trace, and debug) to the console output.","allowNo":false},"help":{"name":"help","type":"boolean","char":"h","description":"Show the help docs for this command.","allowNo":false},"set":{"name":"set","type":"option","char":"s","description":"A key=value expression for the setting to apply. Leave this argument out of your call to get a list of the available settings keys and their types.","required":false,"multiple":true}},"args":[]},"commit":{"id":"commit","description":"Commits the currently staged changes on the current branch of the main project and on any sourced dependencies.","strict":true,"pluginName":"@codiac.io/codiac-cli","pluginAlias":"@codiac.io/codiac-cli","pluginType":"core","aliases":[],"flags":{"as":{"name":"as","type":"option","description":"Fires this command with an argument list that was previously remembered using the --rememberAs flag.","multiple":false},"remember":{"name":"remember","type":"boolean","description":"Saves the arguments, so they are invoked as defaults whenever this command gets called.","allowNo":false},"rememberAs":{"name":"rememberAs","type":"option","description":"Saves the given argument list so that it can be called by name.","multiple":false},"unremember":{"name":"unremember","type":"option","description":"Administrative only: DOES NOT fire the actual command. Simply clears the arguments that were previously stored under the given name (use \"--unRemember default\" to clear default argument list memorized with the --remember flag).","multiple":false},"withoutdefaults":{"name":"withoutdefaults","type":"boolean","description":"Prevents any relevant saved defaults from being invoked for this call.","allowNo":false},"verbose":{"name":"verbose","type":"boolean","char":"v","description":"Renders additional logging levels (detail, trace, and debug) to the console output.","allowNo":false},"help":{"name":"help","type":"boolean","char":"h","description":"Show CLI help.","allowNo":false}},"args":[{"name":"message","description":"The description to include in this particular commit."}]},"dep":{"id":"dep","description":"Installs a package into current project.","strict":true,"pluginName":"@codiac.io/codiac-cli","pluginAlias":"@codiac.io/codiac-cli","pluginType":"core","aliases":[],"flags":{"as":{"name":"as","type":"option","description":"Fires this command with an argument list that was previously remembered using the --rememberAs flag.","multiple":false},"remember":{"name":"remember","type":"boolean","description":"Saves the arguments, so they are invoked as defaults whenever this command gets called.","allowNo":false},"rememberAs":{"name":"rememberAs","type":"option","description":"Saves the given argument list so that it can be called by name.","multiple":false},"unremember":{"name":"unremember","type":"option","description":"Administrative only: DOES NOT fire the actual command. Simply clears the arguments that were previously stored under the given name (use \"--unRemember default\" to clear default argument list memorized with the --remember flag).","multiple":false},"withoutdefaults":{"name":"withoutdefaults","type":"boolean","description":"Prevents any relevant saved defaults from being invoked for this call.","allowNo":false},"verbose":{"name":"verbose","type":"boolean","char":"v","description":"Renders additional logging levels (detail, trace, and debug) to the console output.","allowNo":false},"help":{"name":"help","type":"boolean","char":"h","description":"Show CLI help.","allowNo":false},"version":{"name":"version","type":"option","char":"v","description":"version of the package to install","multiple":false}},"args":[{"name":"name","description":"The official unique name of the package to install."}]},"deploy":{"id":"deploy","description":"Deploys a given asset to a given cabinet. Defaults to current version.","strict":true,"pluginName":"@codiac.io/codiac-cli","pluginAlias":"@codiac.io/codiac-cli","pluginType":"core","aliases":[],"flags":{"as":{"name":"as","type":"option","description":"Fires this command with an argument list that was previously remembered using the --rememberAs flag.","multiple":false},"remember":{"name":"remember","type":"boolean","description":"Saves the arguments, so they are invoked as defaults whenever this command gets called.","allowNo":false},"rememberAs":{"name":"rememberAs","type":"option","description":"Saves the given argument list so that it can be called by name.","multiple":false},"unremember":{"name":"unremember","type":"option","description":"Administrative only: DOES NOT fire the actual command. Simply clears the arguments that were previously stored under the given name (use \"--unRemember default\" to clear default argument list memorized with the --remember flag).","multiple":false},"withoutdefaults":{"name":"withoutdefaults","type":"boolean","description":"Prevents any relevant saved defaults from being invoked for this call.","allowNo":false},"verbose":{"name":"verbose","type":"boolean","char":"v","description":"Renders additional logging levels (detail, trace, and debug) to the console output.","allowNo":false},"help":{"name":"help","type":"boolean","char":"h","description":"Show CLI help.","allowNo":false},"enterpriseCode":{"name":"enterpriseCode","type":"option","char":"e","description":"Code (name) of the enterprise to deploy","required":false,"multiple":false},"cabinetName":{"name":"cabinetName","type":"option","char":"c","description":"Target cabinet name you want deploy","required":false,"multiple":false},"asset":{"name":"asset","type":"option","char":"a","description":"Search string for the name of the asset to deploy (use ? to be prompted).","required":false,"multiple":false},"version":{"name":"version","type":"option","char":"u","description":"Search string for the version of the asset to deploy (use ? to be prompted).","required":false,"multiple":false},"providerUserName":{"name":"providerUserName","type":"option","char":"n","description":"OPTIONAL: For silent/scripted calls, bring cloud creds to auth against","required":false,"multiple":false},"providerPassword":{"name":"providerPassword","type":"option","char":"p","description":"OPTIONAL: For silent/scripted calls, bring cloud creds to auth against","required":false,"multiple":false},"silent":{"name":"silent","type":"boolean","char":"y","description":"(Optional: defaults to false) Prevents confirmations of user-values that are remembered from prior runs. Requires: enterpriseCode,cabinetName","required":false,"allowNo":false,"dependsOn":["enterpriseCode","cabinetName"]}},"args":[],"dependsOn":["enterpriseCode","cabinetName"]},"identity":{"id":"identity","description":"Stores an identity token for the current user, for use with a component tool (such as npm). This command acts as an upsert.","strict":true,"pluginName":"@codiac.io/codiac-cli","pluginAlias":"@codiac.io/codiac-cli","pluginType":"core","aliases":["identify","token"],"flags":{"as":{"name":"as","type":"option","description":"Fires this command with an argument list that was previously remembered using the --rememberAs flag.","multiple":false},"remember":{"name":"remember","type":"boolean","description":"Saves the arguments, so they are invoked as defaults whenever this command gets called.","allowNo":false},"rememberAs":{"name":"rememberAs","type":"option","description":"Saves the given argument list so that it can be called by name.","multiple":false},"unremember":{"name":"unremember","type":"option","description":"Administrative only: DOES NOT fire the actual command. Simply clears the arguments that were previously stored under the given name (use \"--unRemember default\" to clear default argument list memorized with the --remember flag).","multiple":false},"withoutdefaults":{"name":"withoutdefaults","type":"boolean","description":"Prevents any relevant saved defaults from being invoked for this call.","allowNo":false},"verbose":{"name":"verbose","type":"boolean","char":"v","description":"Renders additional logging levels (detail, trace, and debug) to the console output.","allowNo":false},"help":{"name":"help","type":"boolean","char":"h","description":"Renders the help document for this command.","allowNo":false},"provider":{"name":"provider","type":"option","char":"p","description":"The source of the token.","required":false,"helpValue":"(npm|azart|other)","multiple":false,"options":["npm","azart","other"],"default":"npm"},"scope":{"name":"scope","type":"option","char":"s","description":"The subdivision within the registry for which this token is honored.","required":false,"multiple":false},"registryUrl":{"name":"registryUrl","type":"option","char":"r","description":"The component tool that issued and can consume the token.","required":false,"multiple":false},"token":{"name":"token","type":"option","char":"t","description":"The actual raw token string itself issued by the provider","required":true,"multiple":false},"organization":{"name":"organization","type":"option","char":"g","description":"(Azure Artifacts [aka: azart] only) Human readable identifier for the organization account with the provider.","required":false,"multiple":false,"dependsOn":["email","feed"]},"feed":{"name":"feed","type":"option","char":"f","description":"(Azure Artifacts [aka: azart] only) The human readable identifier for the package feed","required":false,"multiple":false,"dependsOn":["organization","email"]},"email":{"name":"email","type":"option","char":"e","description":"(Azure Artifacts [aka: azart] only) The email address for this identity. Npm requires for this, but never uses it.","required":false,"multiple":false,"dependsOn":["organization","feed"]}},"args":[{"name":"tokenName","description":"(optional) Conventional name (token_for_[provider]_[scope]) for the tokenized identity. This name will also be used for the build environment variable carrying the token.","required":false}],"NPM_PROVIDER":"npm","NPM_REGISTRY_URL":"//registry.npmjs.org/"},"init":{"id":"init","description":"Declares the given folder as a project root","strict":true,"pluginName":"@codiac.io/codiac-cli","pluginAlias":"@codiac.io/codiac-cli","pluginType":"core","aliases":[],"flags":{"as":{"name":"as","type":"option","description":"Fires this command with an argument list that was previously remembered using the --rememberAs flag.","multiple":false},"remember":{"name":"remember","type":"boolean","description":"Saves the arguments, so they are invoked as defaults whenever this command gets called.","allowNo":false},"rememberAs":{"name":"rememberAs","type":"option","description":"Saves the given argument list so that it can be called by name.","multiple":false},"unremember":{"name":"unremember","type":"option","description":"Administrative only: DOES NOT fire the actual command. Simply clears the arguments that were previously stored under the given name (use \"--unRemember default\" to clear default argument list memorized with the --remember flag).","multiple":false},"withoutdefaults":{"name":"withoutdefaults","type":"boolean","description":"Prevents any relevant saved defaults from being invoked for this call.","allowNo":false},"verbose":{"name":"verbose","type":"boolean","char":"v","description":"Renders additional logging levels (detail, trace, and debug) to the console output.","allowNo":false},"help":{"name":"help","type":"boolean","char":"h","description":"Show CLI help.","allowNo":false},"clone":{"name":"clone","type":"option","char":"c","description":"(Optional) The git repo from which to hydrate the project folder.","required":false,"multiple":false},"projectType":{"name":"projectType","type":"option","char":"t","description":"(Optional) The type of Codiac project to scaffold.","required":false,"multiple":false}},"args":[{"name":"directory","description":"Path to the desired project root, relative to current directory.","required":true}]},"login":{"id":"login","description":"Codiac system login to authenticate user under a tenant.","strict":true,"pluginName":"@codiac.io/codiac-cli","pluginAlias":"@codiac.io/codiac-cli","pluginType":"core","aliases":["user:login"],"flags":{"as":{"name":"as","type":"option","description":"Fires this command with an argument list that was previously remembered using the --rememberAs flag.","multiple":false},"remember":{"name":"remember","type":"boolean","description":"Saves the arguments, so they are invoked as defaults whenever this command gets called.","allowNo":false},"rememberAs":{"name":"rememberAs","type":"option","description":"Saves the given argument list so that it can be called by name.","multiple":false},"unremember":{"name":"unremember","type":"option","description":"Administrative only: DOES NOT fire the actual command. Simply clears the arguments that were previously stored under the given name (use \"--unRemember default\" to clear default argument list memorized with the --remember flag).","multiple":false},"withoutdefaults":{"name":"withoutdefaults","type":"boolean","description":"Prevents any relevant saved defaults from being invoked for this call.","allowNo":false},"verbose":{"name":"verbose","type":"boolean","char":"v","description":"Renders additional logging levels (detail, trace, and debug) to the console output.","allowNo":false},"help":{"name":"help","type":"boolean","char":"h","description":"Show CLI help.","allowNo":false},"username":{"name":"username","type":"option","char":"u","description":"Username on Codiac","multiple":false},"password":{"name":"password","type":"option","char":"p","description":"password on Codiac","multiple":false},"passwordIn":{"name":"passwordIn","type":"boolean","char":"i","description":"Reads the password directly from the standard input stream. Enables users to avoid explicitly rendering it in a command string. eg: `cat mypass.txt | cod login -u joecool --passwordIn`. Invokes `--silent` mode, so interaction will be disabled.","allowNo":false,"exclusive":["password"]},"tenantCode":{"name":"tenantCode","type":"option","char":"t","description":"Human-readable Identifier for the Codiac tenant to log in under (optional: defaults to the tenant code for the current project or prompts you to select one from your profile).","multiple":false},"tokenOut":{"name":"tokenOut","type":"boolean","char":"o","description":"Writes the token as the sole stdout content (so that it is available to be piped or redirected elsewhere, eg `cod login > mycodiactoken.txt`). Leaves stdout empty on errors. Invokes `--silent` mode, so interaction will be disabled.","required":false,"allowNo":false,"dependsOn":["username","passwordIn"]},"silent":{"name":"silent","type":"boolean","char":"y","description":"(Optional: defaults to false) Prevents interactive user-interface and throws if interaction is needed. Requires arguments: [--username -u, --passwordIn -i]","required":false,"allowNo":false,"dependsOn":["username","password"]}},"args":[]},"logout":{"id":"logout","description":"Resets the current user to anonymous and clears any local user cache.","strict":true,"pluginName":"@codiac.io/codiac-cli","pluginAlias":"@codiac.io/codiac-cli","pluginType":"core","aliases":[],"examples":["<%= config.bin %> <%= command.id %>"],"flags":{"as":{"name":"as","type":"option","description":"Fires this command with an argument list that was previously remembered using the --rememberAs flag.","multiple":false},"remember":{"name":"remember","type":"boolean","description":"Saves the arguments, so they are invoked as defaults whenever this command gets called.","allowNo":false},"rememberAs":{"name":"rememberAs","type":"option","description":"Saves the given argument list so that it can be called by name.","multiple":false},"unremember":{"name":"unremember","type":"option","description":"Administrative only: DOES NOT fire the actual command. Simply clears the arguments that were previously stored under the given name (use \"--unRemember default\" to clear default argument list memorized with the --remember flag).","multiple":false},"withoutdefaults":{"name":"withoutdefaults","type":"boolean","description":"Prevents any relevant saved defaults from being invoked for this call.","allowNo":false},"verbose":{"name":"verbose","type":"boolean","char":"v","description":"Renders additional logging levels (detail, trace, and debug) to the console output.","allowNo":false}},"args":[]},"merge":{"id":"merge","description":"Merges the given branch into the current branch of the main project and on any sourced dependencies.","strict":true,"pluginName":"@codiac.io/codiac-cli","pluginAlias":"@codiac.io/codiac-cli","pluginType":"core","aliases":[],"flags":{"as":{"name":"as","type":"option","description":"Fires this command with an argument list that was previously remembered using the --rememberAs flag.","multiple":false},"remember":{"name":"remember","type":"boolean","description":"Saves the arguments, so they are invoked as defaults whenever this command gets called.","allowNo":false},"rememberAs":{"name":"rememberAs","type":"option","description":"Saves the given argument list so that it can be called by name.","multiple":false},"unremember":{"name":"unremember","type":"option","description":"Administrative only: DOES NOT fire the actual command. Simply clears the arguments that were previously stored under the given name (use \"--unRemember default\" to clear default argument list memorized with the --remember flag).","multiple":false},"withoutdefaults":{"name":"withoutdefaults","type":"boolean","description":"Prevents any relevant saved defaults from being invoked for this call.","allowNo":false},"verbose":{"name":"verbose","type":"boolean","char":"v","description":"Renders additional logging levels (detail, trace, and debug) to the console output.","allowNo":false},"help":{"name":"help","type":"boolean","char":"h","description":"Show CLI help.","allowNo":false},"commit":{"name":"commit","type":"boolean","char":"c","description":"Commits if merge succeeds.","allowNo":false}},"args":[{"name":"branch","description":"The branch name to merge into the current one."}]},"portal":{"id":"portal","description":"Starts the codiac relay services, maintains container instance, and opens the web app.","strict":true,"pluginName":"@codiac.io/codiac-cli","pluginAlias":"@codiac.io/codiac-cli","pluginType":"core","aliases":[],"flags":{"as":{"name":"as","type":"option","description":"Fires this command with an argument list that was previously remembered using the --rememberAs flag.","multiple":false},"remember":{"name":"remember","type":"boolean","description":"Saves the arguments, so they are invoked as defaults whenever this command gets called.","allowNo":false},"rememberAs":{"name":"rememberAs","type":"option","description":"Saves the given argument list so that it can be called by name.","multiple":false},"unremember":{"name":"unremember","type":"option","description":"Administrative only: DOES NOT fire the actual command. Simply clears the arguments that were previously stored under the given name (use \"--unRemember default\" to clear default argument list memorized with the --remember flag).","multiple":false},"withoutdefaults":{"name":"withoutdefaults","type":"boolean","description":"Prevents any relevant saved defaults from being invoked for this call.","allowNo":false},"verbose":{"name":"verbose","type":"boolean","char":"v","description":"Renders additional logging levels (detail, trace, and debug) to the console output.","allowNo":false}},"args":[]},"publish":{"id":"publish","description":"Publishes the exports (packages and images) declared in the ProjectConfig.","strict":true,"pluginName":"@codiac.io/codiac-cli","pluginAlias":"@codiac.io/codiac-cli","pluginType":"core","aliases":[],"flags":{"as":{"name":"as","type":"option","description":"Fires this command with an argument list that was previously remembered using the --rememberAs flag.","multiple":false},"remember":{"name":"remember","type":"boolean","description":"Saves the arguments, so they are invoked as defaults whenever this command gets called.","allowNo":false},"rememberAs":{"name":"rememberAs","type":"option","description":"Saves the given argument list so that it can be called by name.","multiple":false},"unremember":{"name":"unremember","type":"option","description":"Administrative only: DOES NOT fire the actual command. Simply clears the arguments that were previously stored under the given name (use \"--unRemember default\" to clear default argument list memorized with the --remember flag).","multiple":false},"withoutdefaults":{"name":"withoutdefaults","type":"boolean","description":"Prevents any relevant saved defaults from being invoked for this call.","allowNo":false},"verbose":{"name":"verbose","type":"boolean","char":"v","description":"Renders additional logging levels (detail, trace, and debug) to the console output.","allowNo":false},"help":{"name":"help","type":"boolean","char":"h","description":"Show CLI help.","allowNo":false},"remote":{"name":"remote","type":"boolean","char":"r","description":"Publishes to the remote image registry. NOTE: this setting gets remembered and is used for subsequent calls unless otherwise specified.","required":false,"allowNo":false},"local":{"name":"local","type":"boolean","char":"l","description":"Publishes to the local built-in image registry. NOTE: this setting gets remembered and is used for subsequent calls unless otherwise specified.","required":false,"allowNo":false},"image":{"name":"image","type":"option","char":"i","description":"(optional, defaults to all) Limits the list of images to publish. Value must match the name property of an image export defined in the codiac project file (codiac.json)","required":false,"multiple":true},"only":{"name":"only","type":"boolean","char":"o","description":"Applies the command only the sourced dependencies selected from a prompt. Quits if no dependencies are currently sourced.","required":false,"allowNo":false},"includeDeps":{"name":"includeDeps","type":"boolean","char":"i","description":"Also performs the operation on any currently source dependencies.","required":false,"allowNo":false}},"args":[{"name":"name","description":"The official unique name of a currently sourced dependency. Applies the command to ONLY this sourced dependency."}],"ANONYMOUS_USERNAME":"anonymous"},"pull":{"id":"pull","description":"Pulls all commits from upstream to local.","strict":true,"pluginName":"@codiac.io/codiac-cli","pluginAlias":"@codiac.io/codiac-cli","pluginType":"core","aliases":[],"flags":{"as":{"name":"as","type":"option","description":"Fires this command with an argument list that was previously remembered using the --rememberAs flag.","multiple":false},"remember":{"name":"remember","type":"boolean","description":"Saves the arguments, so they are invoked as defaults whenever this command gets called.","allowNo":false},"rememberAs":{"name":"rememberAs","type":"option","description":"Saves the given argument list so that it can be called by name.","multiple":false},"unremember":{"name":"unremember","type":"option","description":"Administrative only: DOES NOT fire the actual command. Simply clears the arguments that were previously stored under the given name (use \"--unRemember default\" to clear default argument list memorized with the --remember flag).","multiple":false},"withoutdefaults":{"name":"withoutdefaults","type":"boolean","description":"Prevents any relevant saved defaults from being invoked for this call.","allowNo":false},"verbose":{"name":"verbose","type":"boolean","char":"v","description":"Renders additional logging levels (detail, trace, and debug) to the console output.","allowNo":false},"help":{"name":"help","type":"boolean","char":"h","description":"Show CLI help.","allowNo":false},"only":{"name":"only","type":"boolean","char":"o","description":"Applies the command only the sourced dependencies selected from a prompt. Quits if no dependencies are currently sourced.","required":false,"allowNo":false},"includeDeps":{"name":"includeDeps","type":"boolean","char":"i","description":"Also performs the operation on any currently source dependencies.","required":false,"allowNo":false}},"args":[{"name":"name","description":"The official unique name of a currently sourced dependency. Applies the command to ONLY this sourced dependency."}]},"push":{"id":"push","description":"Pushes all local commits upstream.","strict":true,"pluginName":"@codiac.io/codiac-cli","pluginAlias":"@codiac.io/codiac-cli","pluginType":"core","aliases":[],"flags":{"as":{"name":"as","type":"option","description":"Fires this command with an argument list that was previously remembered using the --rememberAs flag.","multiple":false},"remember":{"name":"remember","type":"boolean","description":"Saves the arguments, so they are invoked as defaults whenever this command gets called.","allowNo":false},"rememberAs":{"name":"rememberAs","type":"option","description":"Saves the given argument list so that it can be called by name.","multiple":false},"unremember":{"name":"unremember","type":"option","description":"Administrative only: DOES NOT fire the actual command. Simply clears the arguments that were previously stored under the given name (use \"--unRemember default\" to clear default argument list memorized with the --remember flag).","multiple":false},"withoutdefaults":{"name":"withoutdefaults","type":"boolean","description":"Prevents any relevant saved defaults from being invoked for this call.","allowNo":false},"verbose":{"name":"verbose","type":"boolean","char":"v","description":"Renders additional logging levels (detail, trace, and debug) to the console output.","allowNo":false},"help":{"name":"help","type":"boolean","char":"h","description":"Show CLI help.","allowNo":false},"only":{"name":"only","type":"boolean","char":"o","description":"Applies the command only the sourced dependencies selected from a prompt. Quits if no dependencies are currently sourced.","required":false,"allowNo":false},"includeDeps":{"name":"includeDeps","type":"boolean","char":"i","description":"Also performs the operation on any currently source dependencies.","required":false,"allowNo":false}},"args":[{"name":"name","description":"The official unique name of a currently sourced dependency. Applies the command to ONLY this sourced dependency."}]},"run":{"id":"run","description":"Runs the latest build of the api container locally.","strict":true,"pluginName":"@codiac.io/codiac-cli","pluginAlias":"@codiac.io/codiac-cli","pluginType":"core","aliases":[],"flags":{"as":{"name":"as","type":"option","description":"Fires this command with an argument list that was previously remembered using the --rememberAs flag.","multiple":false},"remember":{"name":"remember","type":"boolean","description":"Saves the arguments, so they are invoked as defaults whenever this command gets called.","allowNo":false},"rememberAs":{"name":"rememberAs","type":"option","description":"Saves the given argument list so that it can be called by name.","multiple":false},"unremember":{"name":"unremember","type":"option","description":"Administrative only: DOES NOT fire the actual command. Simply clears the arguments that were previously stored under the given name (use \"--unRemember default\" to clear default argument list memorized with the --remember flag).","multiple":false},"withoutdefaults":{"name":"withoutdefaults","type":"boolean","description":"Prevents any relevant saved defaults from being invoked for this call.","allowNo":false},"verbose":{"name":"verbose","type":"boolean","char":"v","description":"Renders additional logging levels (detail, trace, and debug) to the console output.","allowNo":false},"build":{"name":"build","type":"boolean","char":"b","description":"Triggers a new local build beforehand.","allowNo":false},"detach":{"name":"detach","type":"boolean","char":"d","description":"Run container in background and print the container ID.","allowNo":false},"entrypoint":{"name":"entrypoint","type":"option","char":"e","description":"Overrides the default container startup command.","multiple":false},"help":{"name":"help","type":"boolean","char":"h","description":"Renders the help document for this command.","allowNo":false},"interactive":{"name":"interactive","type":"boolean","char":"i","description":"Run the container interactively (in the console; dies with the console). Use -e|--entrypoint to override the startup command for the container.","allowNo":false},"network":{"name":"network","type":"option","char":"n","description":"The docker network to which the container will be attached (defaults to a network named as the company code, which will be created on demand as a bridge network).","multiple":false},"mountFolder":{"name":"mountFolder","type":"option","char":"m","description":"Mounts a folder on the host as a read-write volume on the container. In format \"src=~/my/local/folder,dst=/root/in/container\".","required":false,"multiple":false},"port":{"name":"port","type":"option","char":"p","description":"(default: 5775) Sets the external port to open on the container. That is, the port on which the api will be listening to calls from outside the container.","multiple":false},"internalPort":{"name":"internalPort","type":"option","char":"l","description":"(default: 5775) The port the application inside the container is listening on. Sets the port to which map incoming requests on the container. This port mapping MUST match whatever port number the actual application is listening on.","multiple":false},"watch":{"name":"watch","type":"boolean","char":"w","description":"Forces a detach run and follows log output from the container.","allowNo":false}},"args":[]},"stage":{"id":"stage","description":"Flags files to be included in the next commit.","strict":true,"pluginName":"@codiac.io/codiac-cli","pluginAlias":"@codiac.io/codiac-cli","pluginType":"core","aliases":[],"flags":{"as":{"name":"as","type":"option","description":"Fires this command with an argument list that was previously remembered using the --rememberAs flag.","multiple":false},"remember":{"name":"remember","type":"boolean","description":"Saves the arguments, so they are invoked as defaults whenever this command gets called.","allowNo":false},"rememberAs":{"name":"rememberAs","type":"option","description":"Saves the given argument list so that it can be called by name.","multiple":false},"unremember":{"name":"unremember","type":"option","description":"Administrative only: DOES NOT fire the actual command. Simply clears the arguments that were previously stored under the given name (use \"--unRemember default\" to clear default argument list memorized with the --remember flag).","multiple":false},"withoutdefaults":{"name":"withoutdefaults","type":"boolean","description":"Prevents any relevant saved defaults from being invoked for this call.","allowNo":false},"verbose":{"name":"verbose","type":"boolean","char":"v","description":"Renders additional logging levels (detail, trace, and debug) to the console output.","allowNo":false},"help":{"name":"help","type":"boolean","char":"h","description":"Show CLI help.","allowNo":false},"all":{"name":"all","type":"boolean","char":"A","description":"Include all modified files.","allowNo":false},"commit":{"name":"commit","type":"option","char":"c","description":"Commit the staged changes using the given message","helpValue":"message","multiple":false}},"args":[{"name":"files","description":"Space-separated list of files to stage. Paths are relative to the main project root."}]},"stash":{"id":"stash","description":"describe the command here","strict":true,"pluginName":"@codiac.io/codiac-cli","pluginAlias":"@codiac.io/codiac-cli","pluginType":"core","aliases":[],"flags":{"as":{"name":"as","type":"option","description":"Fires this command with an argument list that was previously remembered using the --rememberAs flag.","multiple":false},"remember":{"name":"remember","type":"boolean","description":"Saves the arguments, so they are invoked as defaults whenever this command gets called.","allowNo":false},"rememberAs":{"name":"rememberAs","type":"option","description":"Saves the given argument list so that it can be called by name.","multiple":false},"unremember":{"name":"unremember","type":"option","description":"Administrative only: DOES NOT fire the actual command. Simply clears the arguments that were previously stored under the given name (use \"--unRemember default\" to clear default argument list memorized with the --remember flag).","multiple":false},"withoutdefaults":{"name":"withoutdefaults","type":"boolean","description":"Prevents any relevant saved defaults from being invoked for this call.","allowNo":false},"verbose":{"name":"verbose","type":"boolean","char":"v","description":"Renders additional logging levels (detail, trace, and debug) to the console output.","allowNo":false},"help":{"name":"help","type":"boolean","char":"h","description":"Show CLI help.","allowNo":false},"name":{"name":"name","type":"option","char":"n","description":"name to print","multiple":false},"force":{"name":"force","type":"boolean","char":"f","allowNo":false}},"args":[{"name":"file"}]},"status":{"id":"status","description":"Shows the current uncommitted changes in the current branch.","strict":true,"pluginName":"@codiac.io/codiac-cli","pluginAlias":"@codiac.io/codiac-cli","pluginType":"core","aliases":[],"flags":{"as":{"name":"as","type":"option","description":"Fires this command with an argument list that was previously remembered using the --rememberAs flag.","multiple":false},"remember":{"name":"remember","type":"boolean","description":"Saves the arguments, so they are invoked as defaults whenever this command gets called.","allowNo":false},"rememberAs":{"name":"rememberAs","type":"option","description":"Saves the given argument list so that it can be called by name.","multiple":false},"unremember":{"name":"unremember","type":"option","description":"Administrative only: DOES NOT fire the actual command. Simply clears the arguments that were previously stored under the given name (use \"--unRemember default\" to clear default argument list memorized with the --remember flag).","multiple":false},"withoutdefaults":{"name":"withoutdefaults","type":"boolean","description":"Prevents any relevant saved defaults from being invoked for this call.","allowNo":false},"verbose":{"name":"verbose","type":"boolean","char":"v","description":"Renders additional logging levels (detail, trace, and debug) to the console output.","allowNo":false},"help":{"name":"help","type":"boolean","char":"h","description":"Show CLI help.","allowNo":false},"staged":{"name":"staged","type":"boolean","char":"s","description":"Include the list of staged changes.","allowNo":false},"unstaged":{"name":"unstaged","type":"boolean","char":"u","description":"Include the list of unstaged changes.","allowNo":false}},"args":[]},"stop":{"id":"stop","description":"Stops the running container for this project","strict":true,"pluginName":"@codiac.io/codiac-cli","pluginAlias":"@codiac.io/codiac-cli","pluginType":"core","aliases":[],"flags":{"as":{"name":"as","type":"option","description":"Fires this command with an argument list that was previously remembered using the --rememberAs flag.","multiple":false},"remember":{"name":"remember","type":"boolean","description":"Saves the arguments, so they are invoked as defaults whenever this command gets called.","allowNo":false},"rememberAs":{"name":"rememberAs","type":"option","description":"Saves the given argument list so that it can be called by name.","multiple":false},"unremember":{"name":"unremember","type":"option","description":"Administrative only: DOES NOT fire the actual command. Simply clears the arguments that were previously stored under the given name (use \"--unRemember default\" to clear default argument list memorized with the --remember flag).","multiple":false},"withoutdefaults":{"name":"withoutdefaults","type":"boolean","description":"Prevents any relevant saved defaults from being invoked for this call.","allowNo":false},"verbose":{"name":"verbose","type":"boolean","char":"v","description":"Renders additional logging levels (detail, trace, and debug) to the console output.","allowNo":false},"help":{"name":"help","type":"boolean","char":"h","description":"Show CLI help.","allowNo":false},"remove":{"name":"remove","type":"boolean","char":"r","description":"Deletes the container after stopping it","allowNo":false}},"args":[]},"switch":{"id":"switch","description":"Changes branch on the main project and any sourced dependencies.","strict":true,"pluginName":"@codiac.io/codiac-cli","pluginAlias":"@codiac.io/codiac-cli","pluginType":"core","aliases":[],"flags":{"as":{"name":"as","type":"option","description":"Fires this command with an argument list that was previously remembered using the --rememberAs flag.","multiple":false},"remember":{"name":"remember","type":"boolean","description":"Saves the arguments, so they are invoked as defaults whenever this command gets called.","allowNo":false},"rememberAs":{"name":"rememberAs","type":"option","description":"Saves the given argument list so that it can be called by name.","multiple":false},"unremember":{"name":"unremember","type":"option","description":"Administrative only: DOES NOT fire the actual command. Simply clears the arguments that were previously stored under the given name (use \"--unRemember default\" to clear default argument list memorized with the --remember flag).","multiple":false},"withoutdefaults":{"name":"withoutdefaults","type":"boolean","description":"Prevents any relevant saved defaults from being invoked for this call.","allowNo":false},"verbose":{"name":"verbose","type":"boolean","char":"v","description":"Renders additional logging levels (detail, trace, and debug) to the console output.","allowNo":false},"help":{"name":"help","type":"boolean","char":"h","description":"Show CLI help.","allowNo":false}},"args":[{"name":"name","description":"The name of the branch to switch to (Optional: will prompt the user when missing)."}]},"sync":{"id":"sync","description":"Merges the given branch into the current branch.","strict":true,"pluginName":"@codiac.io/codiac-cli","pluginAlias":"@codiac.io/codiac-cli","pluginType":"core","aliases":[],"flags":{"as":{"name":"as","type":"option","description":"Fires this command with an argument list that was previously remembered using the --rememberAs flag.","multiple":false},"remember":{"name":"remember","type":"boolean","description":"Saves the arguments, so they are invoked as defaults whenever this command gets called.","allowNo":false},"rememberAs":{"name":"rememberAs","type":"option","description":"Saves the given argument list so that it can be called by name.","multiple":false},"unremember":{"name":"unremember","type":"option","description":"Administrative only: DOES NOT fire the actual command. Simply clears the arguments that were previously stored under the given name (use \"--unRemember default\" to clear default argument list memorized with the --remember flag).","multiple":false},"withoutdefaults":{"name":"withoutdefaults","type":"boolean","description":"Prevents any relevant saved defaults from being invoked for this call.","allowNo":false},"verbose":{"name":"verbose","type":"boolean","char":"v","description":"Renders additional logging levels (detail, trace, and debug) to the console output.","allowNo":false},"help":{"name":"help","type":"boolean","char":"h","description":"Show CLI help.","allowNo":false},"with":{"name":"with","type":"option","char":"b","description":"Branch to merge into this one","required":true,"multiple":false},"only":{"name":"only","type":"boolean","char":"o","description":"Applies the command only the sourced dependencies selected from a prompt. Quits if no dependencies are currently sourced.","required":false,"allowNo":false},"includeDeps":{"name":"includeDeps","type":"boolean","char":"i","description":"Also performs the operation on any currently source dependencies.","required":false,"allowNo":false}},"args":[{"name":"name","description":"The official unique name of a currently sourced dependency. Applies the command to ONLY this sourced dependency."}]},"unstage":{"id":"unstage","description":"Flags files to be included in the next commit.","strict":true,"pluginName":"@codiac.io/codiac-cli","pluginAlias":"@codiac.io/codiac-cli","pluginType":"core","aliases":[],"flags":{"as":{"name":"as","type":"option","description":"Fires this command with an argument list that was previously remembered using the --rememberAs flag.","multiple":false},"remember":{"name":"remember","type":"boolean","description":"Saves the arguments, so they are invoked as defaults whenever this command gets called.","allowNo":false},"rememberAs":{"name":"rememberAs","type":"option","description":"Saves the given argument list so that it can be called by name.","multiple":false},"unremember":{"name":"unremember","type":"option","description":"Administrative only: DOES NOT fire the actual command. Simply clears the arguments that were previously stored under the given name (use \"--unRemember default\" to clear default argument list memorized with the --remember flag).","multiple":false},"withoutdefaults":{"name":"withoutdefaults","type":"boolean","description":"Prevents any relevant saved defaults from being invoked for this call.","allowNo":false},"verbose":{"name":"verbose","type":"boolean","char":"v","description":"Renders additional logging levels (detail, trace, and debug) to the console output.","allowNo":false},"help":{"name":"help","type":"boolean","char":"h","description":"Show CLI help.","allowNo":false},"all":{"name":"all","type":"boolean","char":"A","description":"Include all modified files.","allowNo":false}},"args":[{"name":"files","description":"Space-separated list of files to stage. Paths are relative to the main project root."}]},"whereami":{"id":"whereami","description":"Renders the current cabinet context the image project is pointed to. ie: Tenant, Enterprise, Environment, Cabinet.","strict":true,"pluginName":"@codiac.io/codiac-cli","pluginAlias":"@codiac.io/codiac-cli","pluginType":"core","aliases":[],"flags":{"as":{"name":"as","type":"option","description":"Fires this command with an argument list that was previously remembered using the --rememberAs flag.","multiple":false},"remember":{"name":"remember","type":"boolean","description":"Saves the arguments, so they are invoked as defaults whenever this command gets called.","allowNo":false},"rememberAs":{"name":"rememberAs","type":"option","description":"Saves the given argument list so that it can be called by name.","multiple":false},"unremember":{"name":"unremember","type":"option","description":"Administrative only: DOES NOT fire the actual command. Simply clears the arguments that were previously stored under the given name (use \"--unRemember default\" to clear default argument list memorized with the --remember flag).","multiple":false},"withoutdefaults":{"name":"withoutdefaults","type":"boolean","description":"Prevents any relevant saved defaults from being invoked for this call.","allowNo":false},"verbose":{"name":"verbose","type":"boolean","char":"v","description":"Renders additional logging levels (detail, trace, and debug) to the console output.","allowNo":false},"help":{"name":"help","type":"boolean","char":"h","description":"Show CLI help.","allowNo":false},"name":{"name":"name","type":"option","char":"n","description":"name to print","multiple":false},"force":{"name":"force","type":"boolean","char":"f","allowNo":false}},"args":[{"name":"file"}]},"whoami":{"id":"whoami","description":"Renders the codiac username and its current tenant.","strict":true,"pluginName":"@codiac.io/codiac-cli","pluginAlias":"@codiac.io/codiac-cli","pluginType":"core","aliases":["user:show"],"flags":{"as":{"name":"as","type":"option","description":"Fires this command with an argument list that was previously remembered using the --rememberAs flag.","multiple":false},"remember":{"name":"remember","type":"boolean","description":"Saves the arguments, so they are invoked as defaults whenever this command gets called.","allowNo":false},"rememberAs":{"name":"rememberAs","type":"option","description":"Saves the given argument list so that it can be called by name.","multiple":false},"unremember":{"name":"unremember","type":"option","description":"Administrative only: DOES NOT fire the actual command. Simply clears the arguments that were previously stored under the given name (use \"--unRemember default\" to clear default argument list memorized with the --remember flag).","multiple":false},"withoutdefaults":{"name":"withoutdefaults","type":"boolean","description":"Prevents any relevant saved defaults from being invoked for this call.","allowNo":false},"verbose":{"name":"verbose","type":"boolean","char":"v","description":"Renders additional logging levels (detail, trace, and debug) to the console output.","allowNo":false},"help":{"name":"help","type":"boolean","char":"h","description":"Show CLI help.","allowNo":false},"output":{"name":"output","type":"option","char":"o","description":"Format for the response data.","helpValue":"(text|json)","multiple":false,"options":["text","json"],"default":"text"}},"args":[]},"asset:create":{"id":"asset:create","description":"Creates a new asset in the given enterprise from an image that exists in a container registry.","strict":true,"pluginName":"@codiac.io/codiac-cli","pluginAlias":"@codiac.io/codiac-cli","pluginType":"core","aliases":["asset:new"],"flags":{"as":{"name":"as","type":"option","description":"Fires this command with an argument list that was previously remembered using the --rememberAs flag.","multiple":false},"remember":{"name":"remember","type":"boolean","description":"Saves the arguments, so they are invoked as defaults whenever this command gets called.","allowNo":false},"rememberAs":{"name":"rememberAs","type":"option","description":"Saves the given argument list so that it can be called by name.","multiple":false},"unremember":{"name":"unremember","type":"option","description":"Administrative only: DOES NOT fire the actual command. Simply clears the arguments that were previously stored under the given name (use \"--unRemember default\" to clear default argument list memorized with the --remember flag).","multiple":false},"withoutdefaults":{"name":"withoutdefaults","type":"boolean","description":"Prevents any relevant saved defaults from being invoked for this call.","allowNo":false},"verbose":{"name":"verbose","type":"boolean","char":"v","description":"Renders additional logging levels (detail, trace, and debug) to the console output.","allowNo":false},"help":{"name":"help","type":"boolean","char":"h","description":"Show CLI help.","allowNo":false},"kit":{"name":"kit","type":"option","char":"k","description":"The name of the kit (with library prefix, eg: 'library/kitName') to use to create the asset. Use '?' to be prompted for a kit (Optional: used instead of calling for the image).","required":false,"multiple":false,"exclusive":["image","registry"]},"image":{"name":"image","type":"option","char":"i","description":"The image name including scope prefix if applicable (eg: '@yourCompany/your-api-image').","required":false,"multiple":false,"exclusive":["kit"]},"registry":{"name":"registry","type":"option","char":"r","description":"The container registry in which the image exists (defaults to docker hub).","required":false,"multiple":false,"exclusive":["kit"]},"name":{"name":"name","type":"option","char":"n","description":"The name to give the enterprise asset (Optional: defaults to the image name without the scope prefix).","required":false,"multiple":false},"code":{"name":"code","type":"option","char":"c","description":"The host name to assign this asset in the domain url. eg: 'myasset' in 'myasset.your-domain.com' (Optional: defaults to the asset name).","required":false,"multiple":false},"enterprise":{"name":"enterprise","type":"option","char":"e","description":"The name of the enterprise in which to create this asset. (defaults to the current enterprise context)","required":false,"multiple":false},"port":{"name":"port","type":"option","char":"p","description":"The default port to assign the asset when deployed to a cabinet (optional).","required":false,"multiple":false},"hasIngress":{"name":"hasIngress","type":"boolean","char":"g","description":"Declaration that the asset service is to be externally accessible (optional: defaults to false).","required":false,"allowNo":false},"routedWithoutName":{"name":"routedWithoutName","type":"boolean","char":"o","description":"Indicates that this asset will be the base ingress against your DNS. eg: true services yourwebsite.com (as root/naked) (optional: defaults to false).","required":false,"allowNo":false},"toScript":{"name":"toScript","type":"boolean","char":"t","description":"Outputs an assembled command string, NO execution","required":false,"allowNo":false},"silent":{"name":"silent","type":"boolean","char":"y","description":"(Optional: defaults to false) Prevents confirmations of user-values that are remembered from prior runs. Requires: image,registry,name,code,enterprise,port","required":false,"allowNo":false,"dependsOn":["image","registry","name","code","enterprise","port"]}},"args":[],"dependsOn":["image","registry","name","code","enterprise","port"]},"asset:destroy":{"id":"asset:destroy","description":"UN-deploys a given asset from a given cabinet. Defaults to removing only the pod deployments and leaving the service in place; set the --scorch argument to remove the service.","strict":true,"pluginName":"@codiac.io/codiac-cli","pluginAlias":"@codiac.io/codiac-cli","pluginType":"core","aliases":[],"flags":{"as":{"name":"as","type":"option","description":"Fires this command with an argument list that was previously remembered using the --rememberAs flag.","multiple":false},"remember":{"name":"remember","type":"boolean","description":"Saves the arguments, so they are invoked as defaults whenever this command gets called.","allowNo":false},"rememberAs":{"name":"rememberAs","type":"option","description":"Saves the given argument list so that it can be called by name.","multiple":false},"unremember":{"name":"unremember","type":"option","description":"Administrative only: DOES NOT fire the actual command. Simply clears the arguments that were previously stored under the given name (use \"--unRemember default\" to clear default argument list memorized with the --remember flag).","multiple":false},"withoutdefaults":{"name":"withoutdefaults","type":"boolean","description":"Prevents any relevant saved defaults from being invoked for this call.","allowNo":false},"verbose":{"name":"verbose","type":"boolean","char":"v","description":"Renders additional logging levels (detail, trace, and debug) to the console output.","allowNo":false},"help":{"name":"help","type":"boolean","char":"h","description":"Show CLI help.","allowNo":false},"asset":{"name":"asset","type":"option","char":"a","description":"Search string for the name of the asset to destroy (use ? to be prompted).","required":false,"multiple":false},"version":{"name":"version","type":"option","char":"v","description":"Search string for the version of the asset to destroy (use ? to be prompted).","required":false,"multiple":false},"scorch":{"name":"scorch","type":"boolean","char":"s","description":"(Optional: defaults to false) Destroys the service too, instead of just the deployment and pods.","required":false,"allowNo":false},"silent":{"name":"silent","type":"boolean","char":"y","description":"(Optional: defaults to false) Prevents confirmations of user-values that are remembered from prior runs.","required":false,"allowNo":false}},"args":[]},"asset:helm":{"id":"asset:helm","description":"Creates a new asset in the given enterprise from an image that exists in a container registry.","strict":true,"pluginName":"@codiac.io/codiac-cli","pluginAlias":"@codiac.io/codiac-cli","pluginType":"core","aliases":["asset:new"],"flags":{"as":{"name":"as","type":"option","description":"Fires this command with an argument list that was previously remembered using the --rememberAs flag.","multiple":false},"remember":{"name":"remember","type":"boolean","description":"Saves the arguments, so they are invoked as defaults whenever this command gets called.","allowNo":false},"rememberAs":{"name":"rememberAs","type":"option","description":"Saves the given argument list so that it can be called by name.","multiple":false},"unremember":{"name":"unremember","type":"option","description":"Administrative only: DOES NOT fire the actual command. Simply clears the arguments that were previously stored under the given name (use \"--unRemember default\" to clear default argument list memorized with the --remember flag).","multiple":false},"withoutdefaults":{"name":"withoutdefaults","type":"boolean","description":"Prevents any relevant saved defaults from being invoked for this call.","allowNo":false},"verbose":{"name":"verbose","type":"boolean","char":"v","description":"Renders additional logging levels (detail, trace, and debug) to the console output.","allowNo":false},"help":{"name":"help","type":"boolean","char":"h","description":"Show CLI help.","allowNo":false},"chart":{"name":"chart","type":"option","char":"i","description":"The chart name including scope prefix if applicable (eg: '@yourCompany/your-helm-chart').","required":false,"multiple":false},"registry":{"name":"registry","type":"option","char":"r","description":"The chart registry in which the chart exists (defaults to docker hub).","required":false,"multiple":false},"name":{"name":"name","type":"option","char":"n","description":"The name to give the enterprise asset (Optional: defaults to the image name without the scope prefix).","required":false,"multiple":false},"code":{"name":"code","type":"option","char":"c","description":"The host name to assign this asset in the domain url. eg: 'myasset' in 'myasset.your-domain.com' (Optional: defaults to the asset name).","required":false,"multiple":false},"enterprise":{"name":"enterprise","type":"option","char":"e","description":"The name of the enterprise in which to create this asset. (defaults to the current enterprise context)","required":false,"multiple":false},"port":{"name":"port","type":"option","char":"p","description":"The default port to assign the asset when deployed to a cabinet (optional).","required":false,"multiple":false},"hasIngress":{"name":"hasIngress","type":"boolean","char":"g","description":"Declaration that the asset service is to be externally accessible (optional: defaults to false).","required":false,"allowNo":false},"routedWithoutName":{"name":"routedWithoutName","type":"boolean","char":"o","description":"Indicates that this asset will be the base ingress against your DNS. eg: true services yourwebsite.com (as root/naked) (optional: defaults to false).","required":false,"allowNo":false},"silent":{"name":"silent","type":"boolean","char":"y","description":"(Optional: defaults to false) Prevents confirmations of user-values that are remembered from prior runs. Requires: image,registry,name,code,enterprise,port,hasIngress,routedWithoutName","required":false,"allowNo":false,"dependsOn":["image","registry","name","code","enterprise","port","hasIngress","routedWithoutName"]}},"args":[{"name":"setting","description":"The key for the config setting to add"}],"dependsOn":["image","registry","name","code","enterprise","port","hasIngress","routedWithoutName"]},"asset:list":{"id":"asset:list","description":"Shows the list of assets in a given enterprise.","strict":true,"pluginName":"@codiac.io/codiac-cli","pluginAlias":"@codiac.io/codiac-cli","pluginType":"core","aliases":[],"flags":{"as":{"name":"as","type":"option","description":"Fires this command with an argument list that was previously remembered using the --rememberAs flag.","multiple":false},"remember":{"name":"remember","type":"boolean","description":"Saves the arguments, so they are invoked as defaults whenever this command gets called.","allowNo":false},"rememberAs":{"name":"rememberAs","type":"option","description":"Saves the given argument list so that it can be called by name.","multiple":false},"unremember":{"name":"unremember","type":"option","description":"Administrative only: DOES NOT fire the actual command. Simply clears the arguments that were previously stored under the given name (use \"--unRemember default\" to clear default argument list memorized with the --remember flag).","multiple":false},"withoutdefaults":{"name":"withoutdefaults","type":"boolean","description":"Prevents any relevant saved defaults from being invoked for this call.","allowNo":false},"verbose":{"name":"verbose","type":"boolean","char":"v","description":"Renders additional logging levels (detail, trace, and debug) to the console output.","allowNo":false},"output":{"name":"output","type":"option","char":"o","description":"format in which to render the data.","helpValue":"(json|yaml|tree|text)","multiple":false,"options":["json","yaml","tree","text"],"default":"tree"},"help":{"name":"help","type":"boolean","char":"h","description":"Displays the help document for this command.","allowNo":false}},"args":[]},"asset:recycle":{"id":"asset:recycle","description":"Deploys a given asset to a given cabinet. Defaults to current version.","strict":true,"pluginName":"@codiac.io/codiac-cli","pluginAlias":"@codiac.io/codiac-cli","pluginType":"core","aliases":[],"flags":{"as":{"name":"as","type":"option","description":"Fires this command with an argument list that was previously remembered using the --rememberAs flag.","multiple":false},"remember":{"name":"remember","type":"boolean","description":"Saves the arguments, so they are invoked as defaults whenever this command gets called.","allowNo":false},"rememberAs":{"name":"rememberAs","type":"option","description":"Saves the given argument list so that it can be called by name.","multiple":false},"unremember":{"name":"unremember","type":"option","description":"Administrative only: DOES NOT fire the actual command. Simply clears the arguments that were previously stored under the given name (use \"--unRemember default\" to clear default argument list memorized with the --remember flag).","multiple":false},"withoutdefaults":{"name":"withoutdefaults","type":"boolean","description":"Prevents any relevant saved defaults from being invoked for this call.","allowNo":false},"verbose":{"name":"verbose","type":"boolean","char":"v","description":"Renders additional logging levels (detail, trace, and debug) to the console output.","allowNo":false},"help":{"name":"help","type":"boolean","char":"h","description":"Show CLI help.","allowNo":false},"enterpriseCode":{"name":"enterpriseCode","type":"option","char":"e","description":"Code (name) of the enterprise to deploy","required":false,"multiple":false},"cabinetName":{"name":"cabinetName","type":"option","char":"c","description":"Target cabinet name you want deploy","required":false,"multiple":false},"asset":{"name":"asset","type":"option","char":"a","description":"Search string for the name of the asset to deploy (use ? to be prompted).","required":false,"multiple":false},"version":{"name":"version","type":"option","char":"v","description":"Search string for the version of the asset to deploy (use ? to be prompted).","required":false,"multiple":false},"silent":{"name":"silent","type":"boolean","char":"y","description":"(Optional: defaults to false) Prevents confirmations of user-values that are remembered from prior runs. Requires: enterpriseCode,cabinetName","required":false,"allowNo":false,"dependsOn":["enterpriseCode","cabinetName"]}},"args":[],"dependsOn":["enterpriseCode","cabinetName"]},"asset:view":{"id":"asset:view","description":"Renders a selected type of content for an asset","strict":false,"pluginName":"@codiac.io/codiac-cli","pluginAlias":"@codiac.io/codiac-cli","pluginType":"core","aliases":["asset:monitor","asset:mon","asset:get"],"flags":{"as":{"name":"as","type":"option","description":"Fires this command with an argument list that was previously remembered using the --rememberAs flag.","multiple":false},"remember":{"name":"remember","type":"boolean","description":"Saves the arguments, so they are invoked as defaults whenever this command gets called.","allowNo":false},"rememberAs":{"name":"rememberAs","type":"option","description":"Saves the given argument list so that it can be called by name.","multiple":false},"unremember":{"name":"unremember","type":"option","description":"Administrative only: DOES NOT fire the actual command. Simply clears the arguments that were previously stored under the given name (use \"--unRemember default\" to clear default argument list memorized with the --remember flag).","multiple":false},"withoutdefaults":{"name":"withoutdefaults","type":"boolean","description":"Prevents any relevant saved defaults from being invoked for this call.","allowNo":false},"verbose":{"name":"verbose","type":"boolean","char":"v","description":"Renders additional logging levels (detail, trace, and debug) to the console output.","allowNo":false},"help":{"name":"help","type":"boolean","char":"h","description":"Show CLI help.","allowNo":false},"enterprise":{"name":"enterprise","type":"option","char":"e","description":"The name of the enterprise containing the asset being viewed.","multiple":false},"asset":{"name":"asset","type":"option","char":"a","description":"The name of the asset to view.","multiple":false},"environment":{"name":"environment","type":"option","char":"n","description":"The name of the environment in which the cabinet resides.","multiple":false},"cabinet":{"name":"cabinet","type":"option","char":"c","description":"The name of the cabinet from which the content is to be drawn.","multiple":false},"replica":{"name":"replica","type":"option","char":"r","description":"The name of one of the asset instances currently running in the cabinet.","multiple":false},"type":{"name":"type","type":"option","char":"t","description":"The type of content to retrieve.","helpValue":"(logs|term|exec|env|config|status)","multiple":false,"options":["logs","term","exec","env","config","status"]},"terminal":{"name":"terminal","type":"option","description":"Command used to start the terminal (defaults to \"bash\")","helpValue":"(bash|sh)","multiple":false,"options":["bash","sh"]},"logsFollow":{"name":"logsFollow","type":"boolean","char":"f","description":"(requires type=logs) Follow (aka watch, tail, stream) the output.","allowNo":false},"logsTail":{"name":"logsTail","type":"option","char":"l","description":"(requires type=logs) Lines of recent logs to include in the output. Enter -1 to include the entire log history stored in the container.","multiple":false,"default":10},"configFile":{"name":"configFile","type":"option","char":"F","description":"(requires type=config) The root pathname to the config file to fetch.","multiple":false},"silent":{"name":"silent","type":"boolean","description":"Non-Interactive mode; executes without any user interaction and fails on any missing or invalid arguments.","allowNo":false,"exclusive":["echo","toscript"]},"echo":{"name":"echo","type":"boolean","description":"Echo interaction mode; renders the equivalent non-interactive cli command for future use before final execution.","allowNo":false,"exclusive":["toscript","silent"]},"toscript":{"name":"toscript","type":"boolean","description":"Toscript interaction mode; renders the equivalent non-interactive cli command WITHOUT any execution.","allowNo":false,"exclusive":["echo","silent"]},"takeDefaults":{"name":"takeDefaults","type":"boolean","description":"Prevents prompting for confirmation on parameters that were passed in or were set to default values.","allowNo":false,"exclusive":["silent"]}},"args":[{"name":"cmd","description":"(requires type=exec) command and its space-separated arguments to run in the target replica."}]},"branch:current":{"id":"branch:current","description":"Renders the name of the current branch (for the main project and for any sourced dependencies).","strict":true,"pluginName":"@codiac.io/codiac-cli","pluginAlias":"@codiac.io/codiac-cli","pluginType":"core","aliases":["branches:current"],"flags":{"as":{"name":"as","type":"option","description":"Fires this command with an argument list that was previously remembered using the --rememberAs flag.","multiple":false},"remember":{"name":"remember","type":"boolean","description":"Saves the arguments, so they are invoked as defaults whenever this command gets called.","allowNo":false},"rememberAs":{"name":"rememberAs","type":"option","description":"Saves the given argument list so that it can be called by name.","multiple":false},"unremember":{"name":"unremember","type":"option","description":"Administrative only: DOES NOT fire the actual command. Simply clears the arguments that were previously stored under the given name (use \"--unRemember default\" to clear default argument list memorized with the --remember flag).","multiple":false},"withoutdefaults":{"name":"withoutdefaults","type":"boolean","description":"Prevents any relevant saved defaults from being invoked for this call.","allowNo":false},"verbose":{"name":"verbose","type":"boolean","char":"v","description":"Renders additional logging levels (detail, trace, and debug) to the console output.","allowNo":false},"help":{"name":"help","type":"boolean","char":"h","description":"Show CLI help.","allowNo":false}},"args":[]},"branch:list":{"id":"branch:list","description":"Lists out existing branches for the project repo.","strict":true,"pluginName":"@codiac.io/codiac-cli","pluginAlias":"@codiac.io/codiac-cli","pluginType":"core","aliases":["branches:list"],"flags":{"as":{"name":"as","type":"option","description":"Fires this command with an argument list that was previously remembered using the --rememberAs flag.","multiple":false},"remember":{"name":"remember","type":"boolean","description":"Saves the arguments, so they are invoked as defaults whenever this command gets called.","allowNo":false},"rememberAs":{"name":"rememberAs","type":"option","description":"Saves the given argument list so that it can be called by name.","multiple":false},"unremember":{"name":"unremember","type":"option","description":"Administrative only: DOES NOT fire the actual command. Simply clears the arguments that were previously stored under the given name (use \"--unRemember default\" to clear default argument list memorized with the --remember flag).","multiple":false},"withoutdefaults":{"name":"withoutdefaults","type":"boolean","description":"Prevents any relevant saved defaults from being invoked for this call.","allowNo":false},"verbose":{"name":"verbose","type":"boolean","char":"v","description":"Renders additional logging levels (detail, trace, and debug) to the console output.","allowNo":false},"help":{"name":"help","type":"boolean","char":"h","description":"Displays the help document for this command.","allowNo":false},"remotes":{"name":"remotes","type":"boolean","char":"r","description":"(Optional, defaults to false) Limits to remote branches only.","allowNo":false,"exclusive":["locals"]},"locals":{"name":"locals","type":"boolean","char":"l","description":"(Optional, defaults to false) Limits to local branches only.","allowNo":false,"exclusive":["remotes"]}},"args":[]},"cabinet:create":{"id":"cabinet:create","description":"Initializes a cabinet for a given enterprise and environment. Overwrites any existing if forced, otherwise returns an error if the cabinet already exists.","strict":true,"pluginName":"@codiac.io/codiac-cli","pluginAlias":"@codiac.io/codiac-cli","pluginType":"core","aliases":["cab:create"],"flags":{"as":{"name":"as","type":"option","description":"Fires this command with an argument list that was previously remembered using the --rememberAs flag.","multiple":false},"remember":{"name":"remember","type":"boolean","description":"Saves the arguments, so they are invoked as defaults whenever this command gets called.","allowNo":false},"rememberAs":{"name":"rememberAs","type":"option","description":"Saves the given argument list so that it can be called by name.","multiple":false},"unremember":{"name":"unremember","type":"option","description":"Administrative only: DOES NOT fire the actual command. Simply clears the arguments that were previously stored under the given name (use \"--unRemember default\" to clear default argument list memorized with the --remember flag).","multiple":false},"withoutdefaults":{"name":"withoutdefaults","type":"boolean","description":"Prevents any relevant saved defaults from being invoked for this call.","allowNo":false},"verbose":{"name":"verbose","type":"boolean","char":"v","description":"Renders additional logging levels (detail, trace, and debug) to the console output.","allowNo":false},"help":{"name":"help","type":"boolean","char":"h","description":"Show CLI help.","allowNo":false},"force":{"name":"force","type":"boolean","char":"f","description":"Overwrites and reinitializes if the cabinet already exists.","allowNo":false},"environment":{"name":"environment","type":"option","char":"e","description":"(optional: defaults to that of the current project branch) The name of the environment this cabinet will be grouped under.","multiple":false}},"args":[{"name":"cabinet","description":"The name of the cabinet to create","required":false}]},"cabinet:list":{"id":"cabinet:list","description":"Shows the list of cabinets and environment.","strict":true,"pluginName":"@codiac.io/codiac-cli","pluginAlias":"@codiac.io/codiac-cli","pluginType":"core","aliases":["cab:list"],"flags":{"as":{"name":"as","type":"option","description":"Fires this command with an argument list that was previously remembered using the --rememberAs flag.","multiple":false},"remember":{"name":"remember","type":"boolean","description":"Saves the arguments, so they are invoked as defaults whenever this command gets called.","allowNo":false},"rememberAs":{"name":"rememberAs","type":"option","description":"Saves the given argument list so that it can be called by name.","multiple":false},"unremember":{"name":"unremember","type":"option","description":"Administrative only: DOES NOT fire the actual command. Simply clears the arguments that were previously stored under the given name (use \"--unRemember default\" to clear default argument list memorized with the --remember flag).","multiple":false},"withoutdefaults":{"name":"withoutdefaults","type":"boolean","description":"Prevents any relevant saved defaults from being invoked for this call.","allowNo":false},"verbose":{"name":"verbose","type":"boolean","char":"v","description":"Renders additional logging levels (detail, trace, and debug) to the console output.","allowNo":false},"output":{"name":"output","type":"option","char":"o","description":"format in which to render the data.","helpValue":"(json|yaml|tree|text)","multiple":false,"options":["json","yaml","tree","text"],"default":"tree"},"help":{"name":"help","type":"boolean","char":"h","description":"Displays the help document for this command.","allowNo":false}},"args":[]},"cabinet:obliterate":{"id":"cabinet:obliterate","description":"Hard-deletes an entire cabinet and everything in it; makes it as if the cabinet itself never existed.","strict":true,"pluginName":"@codiac.io/codiac-cli","pluginAlias":"@codiac.io/codiac-cli","pluginType":"core","aliases":["cab:obliterate"],"flags":{"as":{"name":"as","type":"option","description":"Fires this command with an argument list that was previously remembered using the --rememberAs flag.","multiple":false},"remember":{"name":"remember","type":"boolean","description":"Saves the arguments, so they are invoked as defaults whenever this command gets called.","allowNo":false},"rememberAs":{"name":"rememberAs","type":"option","description":"Saves the given argument list so that it can be called by name.","multiple":false},"unremember":{"name":"unremember","type":"option","description":"Administrative only: DOES NOT fire the actual command. Simply clears the arguments that were previously stored under the given name (use \"--unRemember default\" to clear default argument list memorized with the --remember flag).","multiple":false},"withoutdefaults":{"name":"withoutdefaults","type":"boolean","description":"Prevents any relevant saved defaults from being invoked for this call.","allowNo":false},"verbose":{"name":"verbose","type":"boolean","char":"v","description":"Renders additional logging levels (detail, trace, and debug) to the console output.","allowNo":false},"help":{"name":"help","type":"boolean","char":"h","description":"Show CLI help.","allowNo":false},"environment":{"name":"environment","type":"option","char":"e","description":"(optional: defaults to that of the current project branch) The name of the environment this cabinet will be grouped under.","multiple":false}},"args":[{"name":"cabinet","description":"The name of the cabinet","required":false}]},"config:add":{"id":"config:add","description":"Adds a key value pair to the app config","strict":true,"pluginName":"@codiac.io/codiac-cli","pluginAlias":"@codiac.io/codiac-cli","pluginType":"core","aliases":["config:set","cfg:add"],"flags":{"as":{"name":"as","type":"option","description":"Fires this command with an argument list that was previously remembered using the --rememberAs flag.","multiple":false},"remember":{"name":"remember","type":"boolean","description":"Saves the arguments, so they are invoked as defaults whenever this command gets called.","allowNo":false},"rememberAs":{"name":"rememberAs","type":"option","description":"Saves the given argument list so that it can be called by name.","multiple":false},"unremember":{"name":"unremember","type":"option","description":"Administrative only: DOES NOT fire the actual command. Simply clears the arguments that were previously stored under the given name (use \"--unRemember default\" to clear default argument list memorized with the --remember flag).","multiple":false},"withoutdefaults":{"name":"withoutdefaults","type":"boolean","description":"Prevents any relevant saved defaults from being invoked for this call.","allowNo":false},"verbose":{"name":"verbose","type":"boolean","char":"v","description":"Renders additional logging levels (detail, trace, and debug) to the console output.","allowNo":false},"help":{"name":"help","type":"boolean","char":"h","description":"Show CLI help.","allowNo":false},"setting":{"name":"setting","type":"option","char":"s","description":"The config key (in dotpath/JSONPath), relative to the root of the config.","required":false,"multiple":false},"value":{"name":"value","type":"option","char":"v","description":"The actual concrete data to be applied as the setting value.","required":false,"multiple":false},"enterprise":{"name":"enterprise","type":"option","char":"n","description":"The name of the enterprise to which this value is to apply.","multiple":false,"exclusive":["environment","cabinet"]},"environment":{"name":"environment","type":"option","char":"e","description":"The name of the environment to which this value is to apply.","multiple":false,"exclusive":["enterprise","cabinet"]},"cabinet":{"name":"cabinet","type":"option","char":"c","description":"The name of the cabinet to which this value is to apply.","multiple":false,"exclusive":["enterprise","environment"]},"file":{"name":"file","type":"option","char":"f","description":"The path-name to the file to which the settings are written, relative to the root of the Codiac project.","multiple":false}},"args":[{"name":"setting","description":"The key for the config setting to add"}]},"config:delete":{"id":"config:delete","description":"Removes the given keys from the app config","strict":true,"pluginName":"@codiac.io/codiac-cli","pluginAlias":"@codiac.io/codiac-cli","pluginType":"core","aliases":["cfg:delete"],"flags":{"as":{"name":"as","type":"option","description":"Fires this command with an argument list that was previously remembered using the --rememberAs flag.","multiple":false},"remember":{"name":"remember","type":"boolean","description":"Saves the arguments, so they are invoked as defaults whenever this command gets called.","allowNo":false},"rememberAs":{"name":"rememberAs","type":"option","description":"Saves the given argument list so that it can be called by name.","multiple":false},"unremember":{"name":"unremember","type":"option","description":"Administrative only: DOES NOT fire the actual command. Simply clears the arguments that were previously stored under the given name (use \"--unRemember default\" to clear default argument list memorized with the --remember flag).","multiple":false},"withoutdefaults":{"name":"withoutdefaults","type":"boolean","description":"Prevents any relevant saved defaults from being invoked for this call.","allowNo":false},"verbose":{"name":"verbose","type":"boolean","char":"v","description":"Renders additional logging levels (detail, trace, and debug) to the console output.","allowNo":false},"help":{"name":"help","type":"boolean","char":"h","description":"Show CLI help.","allowNo":false},"setting":{"name":"setting","type":"option","char":"s","description":"The config key (in dotpath/JSONPath), relative to the root of the config.","required":false,"multiple":false},"enterprise":{"name":"enterprise","type":"option","char":"n","description":"The name of the enterprise to which this value is to apply.","multiple":false,"exclusive":["environment","cabinet"]},"environment":{"name":"environment","type":"option","char":"e","description":"The name of the environment to which this value is to apply.","multiple":false,"exclusive":["enterprise","cabinet"]},"cabinet":{"name":"cabinet","type":"option","char":"c","description":"The name of the cabinet to which this value is to apply.","multiple":false,"exclusive":["enterprise","environment"]},"file":{"name":"file","type":"option","char":"f","description":"The path-name to the config file holding the settings, relative to the root of the Codiac project.","multiple":false}},"args":[{"name":"setting","description":"(optional) Specific config key to remove. Omit to select from a list. Enter \"all\" to clear the entire config."}]},"config:deploy":{"id":"config:deploy","description":"Deploys a given asset to a given cabinet. Defaults to current version.","strict":true,"pluginName":"@codiac.io/codiac-cli","pluginAlias":"@codiac.io/codiac-cli","pluginType":"core","aliases":[],"flags":{"as":{"name":"as","type":"option","description":"Fires this command with an argument list that was previously remembered using the --rememberAs flag.","multiple":false},"remember":{"name":"remember","type":"boolean","description":"Saves the arguments, so they are invoked as defaults whenever this command gets called.","allowNo":false},"rememberAs":{"name":"rememberAs","type":"option","description":"Saves the given argument list so that it can be called by name.","multiple":false},"unremember":{"name":"unremember","type":"option","description":"Administrative only: DOES NOT fire the actual command. Simply clears the arguments that were previously stored under the given name (use \"--unRemember default\" to clear default argument list memorized with the --remember flag).","multiple":false},"withoutdefaults":{"name":"withoutdefaults","type":"boolean","description":"Prevents any relevant saved defaults from being invoked for this call.","allowNo":false},"verbose":{"name":"verbose","type":"boolean","char":"v","description":"Renders additional logging levels (detail, trace, and debug) to the console output.","allowNo":false},"help":{"name":"help","type":"boolean","char":"h","description":"Show CLI help.","allowNo":false},"enterpriseCode":{"name":"enterpriseCode","type":"option","char":"e","description":"Code (name) of the enterprise to deploy","required":false,"multiple":false},"cabinetName":{"name":"cabinetName","type":"option","char":"c","description":"Target cabinet name you want deploy","required":false,"multiple":false},"asset":{"name":"asset","type":"option","char":"a","description":"Search string for the name of the asset to deploy (use ? to be prompted).","required":false,"multiple":false},"version":{"name":"version","type":"option","char":"v","description":"Search string for the version of the asset to deploy (use ? to be prompted).","required":false,"multiple":false},"silent":{"name":"silent","type":"boolean","char":"y","description":"(Optional: defaults to false) Prevents confirmations of user-values that are remembered from prior runs. Requires: enterpriseCode,cabinetName","required":false,"allowNo":false,"dependsOn":["enterpriseCode","cabinetName"]}},"args":[],"dependsOn":["enterpriseCode","cabinetName"]},"config:import":{"id":"config:import","description":"Adds a key value pair to the app config","strict":true,"pluginName":"@codiac.io/codiac-cli","pluginAlias":"@codiac.io/codiac-cli","pluginType":"core","aliases":["cfg:add"],"flags":{"as":{"name":"as","type":"option","description":"Fires this command with an argument list that was previously remembered using the --rememberAs flag.","multiple":false},"remember":{"name":"remember","type":"boolean","description":"Saves the arguments, so they are invoked as defaults whenever this command gets called.","allowNo":false},"rememberAs":{"name":"rememberAs","type":"option","description":"Saves the given argument list so that it can be called by name.","multiple":false},"unremember":{"name":"unremember","type":"option","description":"Administrative only: DOES NOT fire the actual command. Simply clears the arguments that were previously stored under the given name (use \"--unRemember default\" to clear default argument list memorized with the --remember flag).","multiple":false},"withoutdefaults":{"name":"withoutdefaults","type":"boolean","description":"Prevents any relevant saved defaults from being invoked for this call.","allowNo":false},"verbose":{"name":"verbose","type":"boolean","char":"v","description":"Renders additional logging levels (detail, trace, and debug) to the console output.","allowNo":false},"help":{"name":"help","type":"boolean","char":"h","description":"Show CLI help.","allowNo":false},"enterprise":{"name":"enterprise","type":"option","char":"n","description":"The name of the enterprise to which this value is to apply.","multiple":false,"exclusive":["environment","cabinet"]},"environment":{"name":"environment","type":"option","char":"e","description":"The name of the environment to which this value is to apply.","multiple":false,"exclusive":["enterprise","cabinet"]},"cabinet":{"name":"cabinet","type":"option","char":"c","description":"The name of the cabinet to which this value is to apply.","multiple":false,"exclusive":["enterprise","environment"]},"sourceFile":{"name":"sourceFile","type":"option","char":"s","description":"The path-name to the LOCAL file to which the settings are written, relative to the root of the Codiac project.","multiple":false},"runtimePathName":{"name":"runtimePathName","type":"option","char":"f","description":"(optional, uses the original filename) The pathname relative to the app root to assume in the container.","required":false,"multiple":false}},"args":[{"name":"setting","description":"The key for the config setting to add"}]},"config:view":{"id":"config:view","description":"Shows the values that are explicitly set in the given config","strict":true,"pluginName":"@codiac.io/codiac-cli","pluginAlias":"@codiac.io/codiac-cli","pluginType":"core","aliases":["cfg:view"],"examples":["$ cod config:view","$ cod config:view port","$ cod config:view -p","$ cod config:view -o pretty","$ cod config:view -c dev2 -f settings.json -o pretty"],"flags":{"as":{"name":"as","type":"option","description":"Fires this command with an argument list that was previously remembered using the --rememberAs flag.","multiple":false},"remember":{"name":"remember","type":"boolean","description":"Saves the arguments, so they are invoked as defaults whenever this command gets called.","allowNo":false},"rememberAs":{"name":"rememberAs","type":"option","description":"Saves the given argument list so that it can be called by name.","multiple":false},"unremember":{"name":"unremember","type":"option","description":"Administrative only: DOES NOT fire the actual command. Simply clears the arguments that were previously stored under the given name (use \"--unRemember default\" to clear default argument list memorized with the --remember flag).","multiple":false},"withoutdefaults":{"name":"withoutdefaults","type":"boolean","description":"Prevents any relevant saved defaults from being invoked for this call.","allowNo":false},"verbose":{"name":"verbose","type":"boolean","char":"v","description":"Renders additional logging levels (detail, trace, and debug) to the console output.","allowNo":false},"help":{"name":"help","type":"boolean","char":"h","description":"Show CLI help.","allowNo":false},"prompt":{"name":"prompt","type":"boolean","char":"p","description":"Invokes a prompt to select from the existing settings.","allowNo":false},"asset":{"name":"asset","type":"option","char":"a","description":"Search string for the name of the asset to deploy (use ? to be prompted).","required":false,"multiple":false},"cabinet":{"name":"cabinet","type":"option","char":"c","description":"The name of the cabinet to assemble the configuration for.","multiple":false,"exclusive":["enterprise","environment"]},"file":{"name":"file","type":"option","char":"f","description":"The relative pathname of the config file to view (relative to the root of the codiac project).","required":false,"multiple":false,"default":"app-config.json"},"silent":{"name":"silent","type":"boolean","char":"y","description":"(Optional: defaults to false) Prevents confirmations of user-values that are remembered from prior runs.","required":false,"allowNo":false,"dependsOn":["cabinet","enterpriseCode"]},"output":{"name":"output","type":"option","char":"o","description":"Output format of the actual settings data document.","required":false,"helpValue":"(pretty|json|yaml|auto)","multiple":false,"options":["pretty","json","yaml","auto"],"default":"auto"}},"args":[{"name":"setting","description":"(optional) Name of specific setting value to view; omit to show all.","required":false}]},"dep:create":{"id":"dep:create","description":"Sources a new dependency into the project from an existing repo url, initializes it with the package repository, and publishes the initial version if it is not already. If the package repository is already initialized, the latest package version is used.","strict":true,"pluginName":"@codiac.io/codiac-cli","pluginAlias":"@codiac.io/codiac-cli","pluginType":"core","aliases":[],"flags":{"as":{"name":"as","type":"option","description":"Fires this command with an argument list that was previously remembered using the --rememberAs flag.","multiple":false},"remember":{"name":"remember","type":"boolean","description":"Saves the arguments, so they are invoked as defaults whenever this command gets called.","allowNo":false},"rememberAs":{"name":"rememberAs","type":"option","description":"Saves the given argument list so that it can be called by name.","multiple":false},"unremember":{"name":"unremember","type":"option","description":"Administrative only: DOES NOT fire the actual command. Simply clears the arguments that were previously stored under the given name (use \"--unRemember default\" to clear default argument list memorized with the --remember flag).","multiple":false},"withoutdefaults":{"name":"withoutdefaults","type":"boolean","description":"Prevents any relevant saved defaults from being invoked for this call.","allowNo":false},"verbose":{"name":"verbose","type":"boolean","char":"v","description":"Renders additional logging levels (detail, trace, and debug) to the console output.","allowNo":false},"help":{"name":"help","type":"boolean","char":"h","description":"Show CLI help.","allowNo":false},"pkgName":{"name":"pkgName","type":"option","char":"n","description":"Package name including any scope prefix (eg: @codiac.io/)","required":true,"multiple":false},"version":{"name":"version","type":"option","char":"v","description":"Version to apply to the dependency package if it has not yet been initialized.","required":false,"multiple":false}},"args":[{"name":"url","description":"The official clone url for the repository."}]},"dep:install":{"id":"dep:install","description":"installs any missing dependency packages into the local project folder.","strict":true,"pluginName":"@codiac.io/codiac-cli","pluginAlias":"@codiac.io/codiac-cli","pluginType":"core","aliases":[],"flags":{"as":{"name":"as","type":"option","description":"Fires this command with an argument list that was previously remembered using the --rememberAs flag.","multiple":false},"remember":{"name":"remember","type":"boolean","description":"Saves the arguments, so they are invoked as defaults whenever this command gets called.","allowNo":false},"rememberAs":{"name":"rememberAs","type":"option","description":"Saves the given argument list so that it can be called by name.","multiple":false},"unremember":{"name":"unremember","type":"option","description":"Administrative only: DOES NOT fire the actual command. Simply clears the arguments that were previously stored under the given name (use \"--unRemember default\" to clear default argument list memorized with the --remember flag).","multiple":false},"withoutdefaults":{"name":"withoutdefaults","type":"boolean","description":"Prevents any relevant saved defaults from being invoked for this call.","allowNo":false},"verbose":{"name":"verbose","type":"boolean","char":"v","description":"Renders additional logging levels (detail, trace, and debug) to the console output.","allowNo":false},"help":{"name":"help","type":"boolean","char":"h","description":"Show CLI help.","allowNo":false}},"args":[]},"dep:list":{"id":"dep:list","description":"Shows the dependencies for the project.","strict":true,"pluginName":"@codiac.io/codiac-cli","pluginAlias":"@codiac.io/codiac-cli","pluginType":"core","aliases":[],"flags":{"as":{"name":"as","type":"option","description":"Fires this command with an argument list that was previously remembered using the --rememberAs flag.","multiple":false},"remember":{"name":"remember","type":"boolean","description":"Saves the arguments, so they are invoked as defaults whenever this command gets called.","allowNo":false},"rememberAs":{"name":"rememberAs","type":"option","description":"Saves the given argument list so that it can be called by name.","multiple":false},"unremember":{"name":"unremember","type":"option","description":"Administrative only: DOES NOT fire the actual command. Simply clears the arguments that were previously stored under the given name (use \"--unRemember default\" to clear default argument list memorized with the --remember flag).","multiple":false},"withoutdefaults":{"name":"withoutdefaults","type":"boolean","description":"Prevents any relevant saved defaults from being invoked for this call.","allowNo":false},"verbose":{"name":"verbose","type":"boolean","char":"v","description":"Renders additional logging levels (detail, trace, and debug) to the console output.","allowNo":false},"help":{"name":"help","type":"boolean","char":"h","description":"Show CLI help.","allowNo":false}},"args":[]},"dep:remove":{"id":"dep:remove","description":"Removes a dependency from the project.","strict":true,"pluginName":"@codiac.io/codiac-cli","pluginAlias":"@codiac.io/codiac-cli","pluginType":"core","aliases":[],"flags":{"as":{"name":"as","type":"option","description":"Fires this command with an argument list that was previously remembered using the --rememberAs flag.","multiple":false},"remember":{"name":"remember","type":"boolean","description":"Saves the arguments, so they are invoked as defaults whenever this command gets called.","allowNo":false},"rememberAs":{"name":"rememberAs","type":"option","description":"Saves the given argument list so that it can be called by name.","multiple":false},"unremember":{"name":"unremember","type":"option","description":"Administrative only: DOES NOT fire the actual command. Simply clears the arguments that were previously stored under the given name (use \"--unRemember default\" to clear default argument list memorized with the --remember flag).","multiple":false},"withoutdefaults":{"name":"withoutdefaults","type":"boolean","description":"Prevents any relevant saved defaults from being invoked for this call.","allowNo":false},"verbose":{"name":"verbose","type":"boolean","char":"v","description":"Renders additional logging levels (detail, trace, and debug) to the console output.","allowNo":false},"help":{"name":"help","type":"boolean","char":"h","description":"Show CLI help.","allowNo":false},"discard":{"name":"discard","type":"boolean","char":"d","description":"If the dependency to remove is sourced into the project, setting this flag discards all uncommitted changes (staged and unstaged) before removing it. Again, uncomitted changes are LOST when this flag is set.","allowNo":false}},"args":[{"name":"name","description":"The official unique name of the dependency package."}]},"dep:source":{"id":"dep:source","description":"Loads the source code for the given dependency","strict":true,"pluginName":"@codiac.io/codiac-cli","pluginAlias":"@codiac.io/codiac-cli","pluginType":"core","aliases":["dep:src"],"flags":{"as":{"name":"as","type":"option","description":"Fires this command with an argument list that was previously remembered using the --rememberAs flag.","multiple":false},"remember":{"name":"remember","type":"boolean","description":"Saves the arguments, so they are invoked as defaults whenever this command gets called.","allowNo":false},"rememberAs":{"name":"rememberAs","type":"option","description":"Saves the given argument list so that it can be called by name.","multiple":false},"unremember":{"name":"unremember","type":"option","description":"Administrative only: DOES NOT fire the actual command. Simply clears the arguments that were previously stored under the given name (use \"--unRemember default\" to clear default argument list memorized with the --remember flag).","multiple":false},"withoutdefaults":{"name":"withoutdefaults","type":"boolean","description":"Prevents any relevant saved defaults from being invoked for this call.","allowNo":false},"verbose":{"name":"verbose","type":"boolean","char":"v","description":"Renders additional logging levels (detail, trace, and debug) to the console output.","allowNo":false},"help":{"name":"help","type":"boolean","char":"h","description":"Show CLI help.","allowNo":false},"distSubPath":{"name":"distSubPath","type":"option","char":"d","description":"Subfolder path, relative to the root of the submodule, to the folder from which the package is created, aka: the build output folder or 'dist' folder (eg: bin, dist, or lib, ...etc). This folder is used as the target folder for npm link.","multiple":false}},"args":[{"name":"name","description":"The official unique name of the dependency package."}]},"dep:syncup":{"id":"dep:syncup","description":"Publishes the dependency in its current state and upgrades to it in the main project.","strict":true,"pluginName":"@codiac.io/codiac-cli","pluginAlias":"@codiac.io/codiac-cli","pluginType":"core","aliases":[],"flags":{"as":{"name":"as","type":"option","description":"Fires this command with an argument list that was previously remembered using the --rememberAs flag.","multiple":false},"remember":{"name":"remember","type":"boolean","description":"Saves the arguments, so they are invoked as defaults whenever this command gets called.","allowNo":false},"rememberAs":{"name":"rememberAs","type":"option","description":"Saves the given argument list so that it can be called by name.","multiple":false},"unremember":{"name":"unremember","type":"option","description":"Administrative only: DOES NOT fire the actual command. Simply clears the arguments that were previously stored under the given name (use \"--unRemember default\" to clear default argument list memorized with the --remember flag).","multiple":false},"withoutdefaults":{"name":"withoutdefaults","type":"boolean","description":"Prevents any relevant saved defaults from being invoked for this call.","allowNo":false},"verbose":{"name":"verbose","type":"boolean","char":"v","description":"Renders additional logging levels (detail, trace, and debug) to the console output.","allowNo":false},"help":{"name":"help","type":"boolean","char":"h","description":"Show CLI help.","allowNo":false}},"args":[{"name":"dependency","description":"The package name of the dependency to sync up into the main project"}]},"dep:unsource":{"id":"dep:unsource","description":"Exits source mode for the given dependency by physically removing its source code folder from the project, and points the project dependency back to the package version it previously depended on.","strict":true,"pluginName":"@codiac.io/codiac-cli","pluginAlias":"@codiac.io/codiac-cli","pluginType":"core","aliases":["dep:unsrc"],"flags":{"as":{"name":"as","type":"option","description":"Fires this command with an argument list that was previously remembered using the --rememberAs flag.","multiple":false},"remember":{"name":"remember","type":"boolean","description":"Saves the arguments, so they are invoked as defaults whenever this command gets called.","allowNo":false},"rememberAs":{"name":"rememberAs","type":"option","description":"Saves the given argument list so that it can be called by name.","multiple":false},"unremember":{"name":"unremember","type":"option","description":"Administrative only: DOES NOT fire the actual command. Simply clears the arguments that were previously stored under the given name (use \"--unRemember default\" to clear default argument list memorized with the --remember flag).","multiple":false},"withoutdefaults":{"name":"withoutdefaults","type":"boolean","description":"Prevents any relevant saved defaults from being invoked for this call.","allowNo":false},"verbose":{"name":"verbose","type":"boolean","char":"v","description":"Renders additional logging levels (detail, trace, and debug) to the console output.","allowNo":false},"help":{"name":"help","type":"boolean","char":"h","description":"Show CLI help.","allowNo":false},"discard":{"name":"discard","type":"boolean","char":"d","description":"Discards all uncommitted changes (staged and unstaged) before unsourcing, and goes back to the previously installed version of the dependency. Again, uncomitted changes are LOST when this flag is set.","allowNo":false},"comment":{"name":"comment","type":"boolean","char":"c","description":"The commit message for any outstanding changes.","allowNo":false}},"args":[{"name":"name","description":"The official unique name of the dependency package."}]},"dep:upgrade":{"id":"dep:upgrade","description":"describe the command here","strict":true,"pluginName":"@codiac.io/codiac-cli","pluginAlias":"@codiac.io/codiac-cli","pluginType":"core","aliases":[],"flags":{"as":{"name":"as","type":"option","description":"Fires this command with an argument list that was previously remembered using the --rememberAs flag.","multiple":false},"remember":{"name":"remember","type":"boolean","description":"Saves the arguments, so they are invoked as defaults whenever this command gets called.","allowNo":false},"rememberAs":{"name":"rememberAs","type":"option","description":"Saves the given argument list so that it can be called by name.","multiple":false},"unremember":{"name":"unremember","type":"option","description":"Administrative only: DOES NOT fire the actual command. Simply clears the arguments that were previously stored under the given name (use \"--unRemember default\" to clear default argument list memorized with the --remember flag).","multiple":false},"withoutdefaults":{"name":"withoutdefaults","type":"boolean","description":"Prevents any relevant saved defaults from being invoked for this call.","allowNo":false},"verbose":{"name":"verbose","type":"boolean","char":"v","description":"Renders additional logging levels (detail, trace, and debug) to the console output.","allowNo":false},"help":{"name":"help","type":"boolean","char":"h","description":"Show CLI help.","allowNo":false},"version":{"name":"version","type":"option","char":"v","description":"version of the package to install","multiple":false}},"args":[{"name":"dependency","description":"The dependency to upgrade"}]},"enterprise:create":{"id":"enterprise:create","description":"Creates a new enterprise under the current tenant.","strict":true,"pluginName":"@codiac.io/codiac-cli","pluginAlias":"@codiac.io/codiac-cli","pluginType":"core","aliases":[],"flags":{"as":{"name":"as","type":"option","description":"Fires this command with an argument list that was previously remembered using the --rememberAs flag.","multiple":false},"remember":{"name":"remember","type":"boolean","description":"Saves the arguments, so they are invoked as defaults whenever this command gets called.","allowNo":false},"rememberAs":{"name":"rememberAs","type":"option","description":"Saves the given argument list so that it can be called by name.","multiple":false},"unremember":{"name":"unremember","type":"option","description":"Administrative only: DOES NOT fire the actual command. Simply clears the arguments that were previously stored under the given name (use \"--unRemember default\" to clear default argument list memorized with the --remember flag).","multiple":false},"withoutdefaults":{"name":"withoutdefaults","type":"boolean","description":"Prevents any relevant saved defaults from being invoked for this call.","allowNo":false},"verbose":{"name":"verbose","type":"boolean","char":"v","description":"Renders additional logging levels (detail, trace, and debug) to the console output.","allowNo":false},"help":{"name":"help","type":"boolean","char":"h","description":"Show CLI help.","allowNo":false}},"args":[{"name":"code","description":"The unique human-readable identitifer to use for the enterprise (must be alphanunmeric with no spaces).","required":false}]},"enterprise:list":{"id":"enterprise:list","description":"Shows the list of enterprises.","strict":true,"pluginName":"@codiac.io/codiac-cli","pluginAlias":"@codiac.io/codiac-cli","pluginType":"core","aliases":["ent:list"],"flags":{"as":{"name":"as","type":"option","description":"Fires this command with an argument list that was previously remembered using the --rememberAs flag.","multiple":false},"remember":{"name":"remember","type":"boolean","description":"Saves the arguments, so they are invoked as defaults whenever this command gets called.","allowNo":false},"rememberAs":{"name":"rememberAs","type":"option","description":"Saves the given argument list so that it can be called by name.","multiple":false},"unremember":{"name":"unremember","type":"option","description":"Administrative only: DOES NOT fire the actual command. Simply clears the arguments that were previously stored under the given name (use \"--unRemember default\" to clear default argument list memorized with the --remember flag).","multiple":false},"withoutdefaults":{"name":"withoutdefaults","type":"boolean","description":"Prevents any relevant saved defaults from being invoked for this call.","allowNo":false},"verbose":{"name":"verbose","type":"boolean","char":"v","description":"Renders additional logging levels (detail, trace, and debug) to the console output.","allowNo":false},"output":{"name":"output","type":"option","char":"o","description":"format in which to render the data.","helpValue":"(json|yaml|tree|text)","multiple":false,"options":["json","yaml","tree","text"],"default":"tree"},"help":{"name":"help","type":"boolean","char":"h","description":"Displays the help document for this command.","allowNo":false}},"args":[]},"env:add":{"id":"env:add","description":"Adds a key value pair to the app config","strict":true,"pluginName":"@codiac.io/codiac-cli","pluginAlias":"@codiac.io/codiac-cli","pluginType":"core","aliases":[],"flags":{"as":{"name":"as","type":"option","description":"Fires this command with an argument list that was previously remembered using the --rememberAs flag.","multiple":false},"remember":{"name":"remember","type":"boolean","description":"Saves the arguments, so they are invoked as defaults whenever this command gets called.","allowNo":false},"rememberAs":{"name":"rememberAs","type":"option","description":"Saves the given argument list so that it can be called by name.","multiple":false},"unremember":{"name":"unremember","type":"option","description":"Administrative only: DOES NOT fire the actual command. Simply clears the arguments that were previously stored under the given name (use \"--unRemember default\" to clear default argument list memorized with the --remember flag).","multiple":false},"withoutdefaults":{"name":"withoutdefaults","type":"boolean","description":"Prevents any relevant saved defaults from being invoked for this call.","allowNo":false},"verbose":{"name":"verbose","type":"boolean","char":"v","description":"Renders additional logging levels (detail, trace, and debug) to the console output.","allowNo":false},"help":{"name":"help","type":"boolean","char":"h","description":"Show CLI help.","allowNo":false},"setting":{"name":"setting","type":"option","char":"s","description":"The name of the environment variable to add.","required":false,"multiple":false},"value":{"name":"value","type":"option","char":"v","description":"The actual concrete data to be applied as the setting value.","required":false,"multiple":false},"enterprise":{"name":"enterprise","type":"option","char":"n","description":"The name of the enterprise to which this value is to apply.","multiple":false,"exclusive":["environment","cabinet"]},"environment":{"name":"environment","type":"option","char":"e","description":"The name of the environment to which this value is to apply.","multiple":false,"exclusive":["enterprise","cabinet"]},"cabinet":{"name":"cabinet","type":"option","char":"c","description":"The name of the cabinet to which this value is to apply.","multiple":false,"exclusive":["enterprise","environment"]}},"args":[{"name":"setting","description":"The name of the environment variable to add"}]},"environment:create":{"id":"environment:create","description":"Initializes a cabinet for a given enterprise and environment. Overwrites any existing if forced, otherwise returns an error if the cabinet already exists.","strict":true,"pluginName":"@codiac.io/codiac-cli","pluginAlias":"@codiac.io/codiac-cli","pluginType":"core","aliases":["enviro:create"],"flags":{"as":{"name":"as","type":"option","description":"Fires this command with an argument list that was previously remembered using the --rememberAs flag.","multiple":false},"remember":{"name":"remember","type":"boolean","description":"Saves the arguments, so they are invoked as defaults whenever this command gets called.","allowNo":false},"rememberAs":{"name":"rememberAs","type":"option","description":"Saves the given argument list so that it can be called by name.","multiple":false},"unremember":{"name":"unremember","type":"option","description":"Administrative only: DOES NOT fire the actual command. Simply clears the arguments that were previously stored under the given name (use \"--unRemember default\" to clear default argument list memorized with the --remember flag).","multiple":false},"withoutdefaults":{"name":"withoutdefaults","type":"boolean","description":"Prevents any relevant saved defaults from being invoked for this call.","allowNo":false},"verbose":{"name":"verbose","type":"boolean","char":"v","description":"Renders additional logging levels (detail, trace, and debug) to the console output.","allowNo":false},"help":{"name":"help","type":"boolean","char":"h","description":"Show CLI help.","allowNo":false}},"args":[{"name":"name","description":"The name of the environment to create","required":false}]},"environment:list":{"id":"environment:list","description":"Shows the list of environments.","strict":true,"pluginName":"@codiac.io/codiac-cli","pluginAlias":"@codiac.io/codiac-cli","pluginType":"core","aliases":["enviro:list"],"flags":{"as":{"name":"as","type":"option","description":"Fires this command with an argument list that was previously remembered using the --rememberAs flag.","multiple":false},"remember":{"name":"remember","type":"boolean","description":"Saves the arguments, so they are invoked as defaults whenever this command gets called.","allowNo":false},"rememberAs":{"name":"rememberAs","type":"option","description":"Saves the given argument list so that it can be called by name.","multiple":false},"unremember":{"name":"unremember","type":"option","description":"Administrative only: DOES NOT fire the actual command. Simply clears the arguments that were previously stored under the given name (use \"--unRemember default\" to clear default argument list memorized with the --remember flag).","multiple":false},"withoutdefaults":{"name":"withoutdefaults","type":"boolean","description":"Prevents any relevant saved defaults from being invoked for this call.","allowNo":false},"verbose":{"name":"verbose","type":"boolean","char":"v","description":"Renders additional logging levels (detail, trace, and debug) to the console output.","allowNo":false},"output":{"name":"output","type":"option","char":"o","description":"format in which to render the data.","helpValue":"(json|yaml|tree|text)","multiple":false,"options":["json","yaml","tree","text"],"default":"tree"},"help":{"name":"help","type":"boolean","char":"h","description":"Displays the help document for this command.","allowNo":false}},"args":[]},"filestore:capture":{"id":"filestore:capture","description":"Creates a reference point in the given enterprise for an existing filestore instance in a cloud provider subscription.","strict":true,"pluginName":"@codiac.io/codiac-cli","pluginAlias":"@codiac.io/codiac-cli","pluginType":"core","aliases":["fileshare:capture"],"flags":{"as":{"name":"as","type":"option","description":"Fires this command with an argument list that was previously remembered using the --rememberAs flag.","multiple":false},"remember":{"name":"remember","type":"boolean","description":"Saves the arguments, so they are invoked as defaults whenever this command gets called.","allowNo":false},"rememberAs":{"name":"rememberAs","type":"option","description":"Saves the given argument list so that it can be called by name.","multiple":false},"unremember":{"name":"unremember","type":"option","description":"Administrative only: DOES NOT fire the actual command. Simply clears the arguments that were previously stored under the given name (use \"--unRemember default\" to clear default argument list memorized with the --remember flag).","multiple":false},"withoutdefaults":{"name":"withoutdefaults","type":"boolean","description":"Prevents any relevant saved defaults from being invoked for this call.","allowNo":false},"verbose":{"name":"verbose","type":"boolean","char":"v","description":"Renders additional logging levels (detail, trace, and debug) to the console output.","allowNo":false},"help":{"name":"help","type":"boolean","char":"h","description":"Show CLI help.","allowNo":false},"enterprise":{"name":"enterprise","type":"option","char":"e","description":"The name of the enterprise in which to create this asset. (defaults to the current enterprise context)","required":false,"multiple":false},"name":{"name":"name","type":"option","char":"n","description":"The name by which to identify this fileshare definition within the enterprise (Optional: defaults to the shareName).","required":false,"multiple":false},"providerSubscriptionId":{"name":"providerSubscriptionId","type":"option","description":"The identifier of the cloud provider subscription under which the file storage account resides.","required":false,"multiple":false},"resourceGroup":{"name":"resourceGroup","type":"option","description":"The name of the Azure resource group under which the instance is to be created (Azure-specific).","required":false,"multiple":false},"storageAccount":{"name":"storageAccount","type":"option","description":"The name within the cloud provider of the file storage account within which the share resides.","required":false,"multiple":false},"shareName":{"name":"shareName","type":"option","description":"The name of the fileshare to connect to within the file storage account.","required":false,"multiple":false},"silent":{"name":"silent","type":"boolean","char":"y","description":"(Optional: defaults to false) Prevents confirmations of user-values that are remembered from prior runs. Requires: enterprise,name,storageAccount,shareName,providerSubscriptionId,resourceId,accessKey","required":false,"allowNo":false,"dependsOn":["enterprise","name","storageAccount","shareName","providerSubscriptionId","resourceId","accessKey"]}},"args":[],"dependsOn":["enterprise","name","storageAccount","shareName","providerSubscriptionId","resourceId","accessKey"]},"host:map":{"id":"host:map","description":"Declares a strategy for mapping assets to ingress routes for a domain name.","strict":true,"pluginName":"@codiac.io/codiac-cli","pluginAlias":"@codiac.io/codiac-cli","pluginType":"core","aliases":["domain:map"],"flags":{"as":{"name":"as","type":"option","description":"Fires this command with an argument list that was previously remembered using the --rememberAs flag.","multiple":false},"remember":{"name":"remember","type":"boolean","description":"Saves the arguments, so they are invoked as defaults whenever this command gets called.","allowNo":false},"rememberAs":{"name":"rememberAs","type":"option","description":"Saves the given argument list so that it can be called by name.","multiple":false},"unremember":{"name":"unremember","type":"option","description":"Administrative only: DOES NOT fire the actual command. Simply clears the arguments that were previously stored under the given name (use \"--unRemember default\" to clear default argument list memorized with the --remember flag).","multiple":false},"withoutdefaults":{"name":"withoutdefaults","type":"boolean","description":"Prevents any relevant saved defaults from being invoked for this call.","allowNo":false},"verbose":{"name":"verbose","type":"boolean","char":"v","description":"Renders additional logging levels (detail, trace, and debug) to the console output.","allowNo":false},"help":{"name":"help","type":"boolean","char":"h","description":"Show CLI help.","allowNo":false},"naming":{"name":"naming","type":"option","char":"n","description":"The host naming strategy to apply.","required":false,"multiple":false},"enterprise":{"name":"enterprise","type":"option","char":"e","description":"The name of the enterprise on which to apply this naming strategy. NOTE: You can leave this blank if there is only one.","multiple":false,"exclusive":["environment"]},"environment":{"name":"environment","type":"option","char":"v","description":"The name of the environment on which to apply this naming strategy. Must be qualified by also setting enterprise. NOTE: You can leave this blank if there is only one.","multiple":false,"exclusive":["cabinet"]},"cabinet":{"name":"cabinet","type":"option","char":"c","description":"The name of the cabinet on which to apply this naming strategy. Must be qualified by also setting enterprise. NOTE: You can leave this blank if there is only one. If cabinet names are not unique, use the --enterprise/-e argument to fully qualify the cabinet name.","multiple":false,"exclusive":["environment"]},"noninteractive":{"name":"noninteractive","type":"boolean","char":"x","description":"Throws errors if user interaction is required.","allowNo":false}},"args":[{"name":"domain","description":"The domain name to route (eg: \"my-company.com\")","required":false}]},"identity:delete":{"id":"identity:delete","description":"Removes an identity token from storage for the current user.","strict":true,"pluginName":"@codiac.io/codiac-cli","pluginAlias":"@codiac.io/codiac-cli","pluginType":"core","aliases":["identity:remove","token:delete","token:remove"],"flags":{"as":{"name":"as","type":"option","description":"Fires this command with an argument list that was previously remembered using the --rememberAs flag.","multiple":false},"remember":{"name":"remember","type":"boolean","description":"Saves the arguments, so they are invoked as defaults whenever this command gets called.","allowNo":false},"rememberAs":{"name":"rememberAs","type":"option","description":"Saves the given argument list so that it can be called by name.","multiple":false},"unremember":{"name":"unremember","type":"option","description":"Administrative only: DOES NOT fire the actual command. Simply clears the arguments that were previously stored under the given name (use \"--unRemember default\" to clear default argument list memorized with the --remember flag).","multiple":false},"withoutdefaults":{"name":"withoutdefaults","type":"boolean","description":"Prevents any relevant saved defaults from being invoked for this call.","allowNo":false},"verbose":{"name":"verbose","type":"boolean","char":"v","description":"Renders additional logging levels (detail, trace, and debug) to the console output.","allowNo":false},"help":{"name":"help","type":"boolean","char":"h","description":"Displays the help document for this command.","allowNo":false}},"args":[{"name":"name","description":"The name of the token to delete. Use the 'identity:list' command to view the currently stored tokens."}]},"identity:list":{"id":"identity:list","description":"Lists out the identity tokens currently stored for the current user.","strict":true,"pluginName":"@codiac.io/codiac-cli","pluginAlias":"@codiac.io/codiac-cli","pluginType":"core","aliases":["token:list"],"flags":{"as":{"name":"as","type":"option","description":"Fires this command with an argument list that was previously remembered using the --rememberAs flag.","multiple":false},"remember":{"name":"remember","type":"boolean","description":"Saves the arguments, so they are invoked as defaults whenever this command gets called.","allowNo":false},"rememberAs":{"name":"rememberAs","type":"option","description":"Saves the given argument list so that it can be called by name.","multiple":false},"unremember":{"name":"unremember","type":"option","description":"Administrative only: DOES NOT fire the actual command. Simply clears the arguments that were previously stored under the given name (use \"--unRemember default\" to clear default argument list memorized with the --remember flag).","multiple":false},"withoutdefaults":{"name":"withoutdefaults","type":"boolean","description":"Prevents any relevant saved defaults from being invoked for this call.","allowNo":false},"verbose":{"name":"verbose","type":"boolean","char":"v","description":"Renders additional logging levels (detail, trace, and debug) to the console output.","allowNo":false},"help":{"name":"help","type":"boolean","char":"h","description":"Displays the help document for this command.","allowNo":false},"output":{"name":"output","type":"option","char":"o","description":"Format for the response data.","helpValue":"(table|extended|json|csv)","multiple":false,"options":["table","extended","json","csv"],"default":"table"}},"args":[]},"imageRegistry:capture":{"id":"imageRegistry:capture","description":"Upserts the primary and secondary pull secret references for the given container registry.","strict":true,"pluginName":"@codiac.io/codiac-cli","pluginAlias":"@codiac.io/codiac-cli","pluginType":"core","aliases":["pullsecret:unset"],"flags":{"as":{"name":"as","type":"option","description":"Fires this command with an argument list that was previously remembered using the --rememberAs flag.","multiple":false},"remember":{"name":"remember","type":"boolean","description":"Saves the arguments, so they are invoked as defaults whenever this command gets called.","allowNo":false},"rememberAs":{"name":"rememberAs","type":"option","description":"Saves the given argument list so that it can be called by name.","multiple":false},"unremember":{"name":"unremember","type":"option","description":"Administrative only: DOES NOT fire the actual command. Simply clears the arguments that were previously stored under the given name (use \"--unRemember default\" to clear default argument list memorized with the --remember flag).","multiple":false},"withoutdefaults":{"name":"withoutdefaults","type":"boolean","description":"Prevents any relevant saved defaults from being invoked for this call.","allowNo":false},"verbose":{"name":"verbose","type":"boolean","char":"v","description":"Renders additional logging levels (detail, trace, and debug) to the console output.","allowNo":false},"url":{"name":"url","type":"option","char":"u","description":"The container registry url.","required":false,"multiple":false},"provider":{"name":"provider","type":"option","char":"p","description":"The cloud provider hosting the container registry.","required":false,"helpValue":"(aws|azure|dockerHub|other)","multiple":false,"options":["aws","azure","dockerHub","other"]},"name":{"name":"name","type":"option","char":"n","description":"The resource name of the container registry within the cloud provider subscription.","required":false,"multiple":false},"subscriptionId":{"name":"subscriptionId","type":"option","char":"s","description":"The id of the cloud provider account in which the registry resides.","required":false,"multiple":false},"location":{"name":"location","type":"option","char":"l","description":"The data center in which the registry resides (use the code name, eg: in Aws use 'us-east-1', NOT 'Virginia, US').","required":false,"multiple":false},"toScript":{"name":"toScript","type":"boolean","char":"z","description":"Outputs an assembled command string, NO execution","required":false,"allowNo":false},"silent":{"name":"silent","type":"boolean","char":"y","description":"(Optional: defaults to false) Prevents confirmations of user-values that are remembered from prior runs. Requires: registry,storeType,storeName,name","required":false,"allowNo":false,"dependsOn":["registry","storeType","storeName","name"]},"help":{"name":"help","type":"boolean","char":"h","description":"Show CLI help.","allowNo":false}},"args":[],"dependsOn":["registry","storeType","storeName","name"]},"imageRegistry:forget":{"id":"imageRegistry:forget","description":"Removes the reference to the given container registry for the tenant. Does NOT delete the registry itself.","strict":true,"pluginName":"@codiac.io/codiac-cli","pluginAlias":"@codiac.io/codiac-cli","pluginType":"core","aliases":[],"flags":{"as":{"name":"as","type":"option","description":"Fires this command with an argument list that was previously remembered using the --rememberAs flag.","multiple":false},"remember":{"name":"remember","type":"boolean","description":"Saves the arguments, so they are invoked as defaults whenever this command gets called.","allowNo":false},"rememberAs":{"name":"rememberAs","type":"option","description":"Saves the given argument list so that it can be called by name.","multiple":false},"unremember":{"name":"unremember","type":"option","description":"Administrative only: DOES NOT fire the actual command. Simply clears the arguments that were previously stored under the given name (use \"--unRemember default\" to clear default argument list memorized with the --remember flag).","multiple":false},"withoutdefaults":{"name":"withoutdefaults","type":"boolean","description":"Prevents any relevant saved defaults from being invoked for this call.","allowNo":false},"verbose":{"name":"verbose","type":"boolean","char":"v","description":"Renders additional logging levels (detail, trace, and debug) to the console output.","allowNo":false},"registry":{"name":"registry","type":"option","char":"r","description":"The container registry to forget.","required":false,"multiple":false},"toScript":{"name":"toScript","type":"boolean","char":"z","description":"Outputs an assembled command string, NO execution","required":false,"allowNo":false},"silent":{"name":"silent","type":"boolean","char":"y","description":"(Optional: defaults to false) Prevents confirmations of user-values that are remembered from prior runs. Requires: registry","required":false,"allowNo":false,"dependsOn":["registry"]},"help":{"name":"help","type":"boolean","char":"h","description":"Show CLI help.","allowNo":false}},"args":[],"dependsOn":["registry"]},"images:add":{"id":"images:add","description":"Configures a container image to be built and published by the project.","strict":true,"pluginName":"@codiac.io/codiac-cli","pluginAlias":"@codiac.io/codiac-cli","pluginType":"core","aliases":["image","image:add","img","img:add"],"flags":{"as":{"name":"as","type":"option","description":"Fires this command with an argument list that was previously remembered using the --rememberAs flag.","multiple":false},"remember":{"name":"remember","type":"boolean","description":"Saves the arguments, so they are invoked as defaults whenever this command gets called.","allowNo":false},"rememberAs":{"name":"rememberAs","type":"option","description":"Saves the given argument list so that it can be called by name.","multiple":false},"unremember":{"name":"unremember","type":"option","description":"Administrative only: DOES NOT fire the actual command. Simply clears the arguments that were previously stored under the given name (use \"--unRemember default\" to clear default argument list memorized with the --remember flag).","multiple":false},"withoutdefaults":{"name":"withoutdefaults","type":"boolean","description":"Prevents any relevant saved defaults from being invoked for this call.","allowNo":false},"verbose":{"name":"verbose","type":"boolean","char":"v","description":"Renders additional logging levels (detail, trace, and debug) to the console output.","allowNo":false},"help":{"name":"help","type":"boolean","char":"h","description":"Show CLI help.","allowNo":false},"port":{"name":"port","type":"option","char":"p","description":"Recommended port number to assign, in the toybox template, to an Asset defined by this image.","required":false,"multiple":false},"sourceFile":{"name":"sourceFile","type":"option","char":"f","description":"Path and filename of the image definition file, relative to the project root, (eg: \"./Dockerfile\"). If omitted, the build will use an in-memory image definition auto-generated at build time.","required":false,"multiple":false},"registryUrl":{"name":"registryUrl","type":"option","char":"r","description":"(Optional, defaults to Docker Hub) Address of the container registry to which the image will be published (without protocol prefix), eg: \"yourimages.azurecr.io\". NOTE: This registry will be used by the \"publish\" command, whereas when running in \"local\" mode, images will instead be registered to the built-in image registry on the local machine. NOTE: This url shall define the default publishing target, for use when publishing for any environment, unless otherwise specified.","required":false,"multiple":false,"default":"https://index.docker.io/v1"},"infoUrl":{"name":"infoUrl","type":"option","char":"i","description":"(Optional) Address on the registry website or portal of the human-readable web page for the image.","required":false,"multiple":false},"environment":{"name":"environment","type":"option","char":"e","description":"(optional) Declaration that this registry shall be the target when publishing to the given environment.","required":false,"multiple":false},"username":{"name":"username","type":"option","char":"u","description":"(optional) Login credential for the given registry. WARNING!! these username/password credentials will be stored in the codiac config file in this project, and therefore configuring username and password in this manner is not recommended!","required":false,"multiple":false},"password":{"name":"password","type":"option","char":"s","description":"(optional) Password credential for the given registry. WARNING!! these username/password credentials will be stored in the codiac config file in this project, and therefore configuring username and password in this manner is not recommended!","required":false,"multiple":false},"silent":{"name":"silent","type":"boolean","char":"y","description":"(Optional: defaults to false) Prevents confirmations of user-values that are remembered from prior runs. Requires: registryUrl,port,sourceFile,username,name","required":false,"allowNo":false,"dependsOn":["registryUrl","port","sourceFile","username","name"]},"buildParams":{"name":"buildParams","type":"option","char":"b","description":"Additional freeform arguments to apply to the Docker build command.","required":false,"multiple":true}},"args":[{"name":"imageName","description":"image name including, scope prefix. eg: \"your-company/your-image\"","required":false}],"DEFAULT_REGISTRY_URL":"https://index.docker.io/v1","dependsOn":["registryUrl","port","sourceFile","username","name"]},"images:list":{"id":"images:list","description":"Renders the list of container images that are configured as project exports.","strict":true,"pluginName":"@codiac.io/codiac-cli","pluginAlias":"@codiac.io/codiac-cli","pluginType":"core","aliases":["image:list","img:list"],"flags":{"as":{"name":"as","type":"option","description":"Fires this command with an argument list that was previously remembered using the --rememberAs flag.","multiple":false},"remember":{"name":"remember","type":"boolean","description":"Saves the arguments, so they are invoked as defaults whenever this command gets called.","allowNo":false},"rememberAs":{"name":"rememberAs","type":"option","description":"Saves the given argument list so that it can be called by name.","multiple":false},"unremember":{"name":"unremember","type":"option","description":"Administrative only: DOES NOT fire the actual command. Simply clears the arguments that were previously stored under the given name (use \"--unRemember default\" to clear default argument list memorized with the --remember flag).","multiple":false},"withoutdefaults":{"name":"withoutdefaults","type":"boolean","description":"Prevents any relevant saved defaults from being invoked for this call.","allowNo":false},"verbose":{"name":"verbose","type":"boolean","char":"v","description":"Renders additional logging levels (detail, trace, and debug) to the console output.","allowNo":false},"help":{"name":"help","type":"boolean","char":"h","description":"Show CLI help.","allowNo":false},"output":{"name":"output","type":"option","char":"o","description":"Format for the response data.","helpValue":"(table|extended|json|csv)","multiple":false,"options":["table","extended","json","csv"],"default":"table"}},"args":[{"name":"hello"}]},"images:patch":{"id":"images:patch","description":"Applies the given values to an existing image export configuration. Both registryUrl and environment act as filters to limit the operation. That is, an upsert of registry targets is performed for the given image, based on the given registryUrl and/or environment.","strict":true,"pluginName":"@codiac.io/codiac-cli","pluginAlias":"@codiac.io/codiac-cli","pluginType":"core","aliases":["image:patch","img:patch"],"flags":{"as":{"name":"as","type":"option","description":"Fires this command with an argument list that was previously remembered using the --rememberAs flag.","multiple":false},"remember":{"name":"remember","type":"boolean","description":"Saves the arguments, so they are invoked as defaults whenever this command gets called.","allowNo":false},"rememberAs":{"name":"rememberAs","type":"option","description":"Saves the given argument list so that it can be called by name.","multiple":false},"unremember":{"name":"unremember","type":"option","description":"Administrative only: DOES NOT fire the actual command. Simply clears the arguments that were previously stored under the given name (use \"--unRemember default\" to clear default argument list memorized with the --remember flag).","multiple":false},"withoutdefaults":{"name":"withoutdefaults","type":"boolean","description":"Prevents any relevant saved defaults from being invoked for this call.","allowNo":false},"verbose":{"name":"verbose","type":"boolean","char":"v","description":"Renders additional logging levels (detail, trace, and debug) to the console output.","allowNo":false},"help":{"name":"help","type":"boolean","char":"h","description":"Show CLI help.","allowNo":false},"set":{"name":"set","type":"option","char":"s","description":"Space-delimited list of key-value pairs tp apply with json-path on the left and the desired value on the right. (eg: --set .targets.default.registryUrl=mystuff.azurecr.io)","required":false,"multiple":false},"unset":{"name":"unset","type":"option","char":"u","description":"Space-delimited list of properties to clear, in json-path format. (eg: --unset .targets.default)","required":false,"multiple":false}},"args":[{"name":"imageName","description":"image name including, scope prefix. eg: \"your-company/your-image\"","required":true}]},"images:remove":{"id":"images:remove","description":"Deletes the given image export from the configuration.","strict":true,"pluginName":"@codiac.io/codiac-cli","pluginAlias":"@codiac.io/codiac-cli","pluginType":"core","aliases":["image:remove","img:remove","image:delete","img:delete"],"flags":{"as":{"name":"as","type":"option","description":"Fires this command with an argument list that was previously remembered using the --rememberAs flag.","multiple":false},"remember":{"name":"remember","type":"boolean","description":"Saves the arguments, so they are invoked as defaults whenever this command gets called.","allowNo":false},"rememberAs":{"name":"rememberAs","type":"option","description":"Saves the given argument list so that it can be called by name.","multiple":false},"unremember":{"name":"unremember","type":"option","description":"Administrative only: DOES NOT fire the actual command. Simply clears the arguments that were previously stored under the given name (use \"--unRemember default\" to clear default argument list memorized with the --remember flag).","multiple":false},"withoutdefaults":{"name":"withoutdefaults","type":"boolean","description":"Prevents any relevant saved defaults from being invoked for this call.","allowNo":false},"verbose":{"name":"verbose","type":"boolean","char":"v","description":"Renders additional logging levels (detail, trace, and debug) to the console output.","allowNo":false},"help":{"name":"help","type":"boolean","char":"h","description":"Show CLI help.","allowNo":false}},"args":[{"name":"imageName","description":"image name including, scope prefix. eg: \"your-company/your-image\"","required":true}]},"images:version":{"id":"images:version","description":"Output the local version a given image. useful for ci/cd automation.","strict":true,"pluginName":"@codiac.io/codiac-cli","pluginAlias":"@codiac.io/codiac-cli","pluginType":"core","aliases":["image:list","img:list"],"flags":{"as":{"name":"as","type":"option","description":"Fires this command with an argument list that was previously remembered using the --rememberAs flag.","multiple":false},"remember":{"name":"remember","type":"boolean","description":"Saves the arguments, so they are invoked as defaults whenever this command gets called.","allowNo":false},"rememberAs":{"name":"rememberAs","type":"option","description":"Saves the given argument list so that it can be called by name.","multiple":false},"unremember":{"name":"unremember","type":"option","description":"Administrative only: DOES NOT fire the actual command. Simply clears the arguments that were previously stored under the given name (use \"--unRemember default\" to clear default argument list memorized with the --remember flag).","multiple":false},"withoutdefaults":{"name":"withoutdefaults","type":"boolean","description":"Prevents any relevant saved defaults from being invoked for this call.","allowNo":false},"verbose":{"name":"verbose","type":"boolean","char":"v","description":"Renders additional logging levels (detail, trace, and debug) to the console output.","allowNo":false},"help":{"name":"help","type":"boolean","char":"h","description":"Show CLI help.","allowNo":false},"output":{"name":"output","type":"option","char":"o","description":"Format for the response data.","helpValue":"(stdOut|json)","multiple":false,"options":["stdOut","json"],"default":"stdOut"}},"args":[{"name":"name"}]},"kit:create":{"id":"kit:create","description":"Creates a new kit from an existing asset.","strict":true,"pluginName":"@codiac.io/codiac-cli","pluginAlias":"@codiac.io/codiac-cli","pluginType":"core","aliases":[],"flags":{"as":{"name":"as","type":"option","description":"Fires this command with an argument list that was previously remembered using the --rememberAs flag.","multiple":false},"remember":{"name":"remember","type":"boolean","description":"Saves the arguments, so they are invoked as defaults whenever this command gets called.","allowNo":false},"rememberAs":{"name":"rememberAs","type":"option","description":"Saves the given argument list so that it can be called by name.","multiple":false},"unremember":{"name":"unremember","type":"option","description":"Administrative only: DOES NOT fire the actual command. Simply clears the arguments that were previously stored under the given name (use \"--unRemember default\" to clear default argument list memorized with the --remember flag).","multiple":false},"withoutdefaults":{"name":"withoutdefaults","type":"boolean","description":"Prevents any relevant saved defaults from being invoked for this call.","allowNo":false},"verbose":{"name":"verbose","type":"boolean","char":"v","description":"Renders additional logging levels (detail, trace, and debug) to the console output.","allowNo":false},"help":{"name":"help","type":"boolean","char":"h","description":"Show CLI help.","allowNo":false},"asset":{"name":"asset","type":"option","char":"a","description":"The enterprise asset from which to create the kit.","required":false,"multiple":false},"enterprise":{"name":"enterprise","type":"option","char":"e","description":"The name of the enterprise containing the given asset. (defaults to the current enterprise context)","required":false,"multiple":false},"name":{"name":"name","type":"option","char":"n","description":"Override for the name to give the new kit (Optional: defaults to the asset name).","required":false,"multiple":false},"scope":{"name":"scope","type":"option","char":"s","description":"The globally unique name for the directory in which to register the kit. This value prefixes the kit name to ensure global uniqueness (Optional: defaults to the public shared library).","required":false,"multiple":false},"silent":{"name":"silent","type":"boolean","char":"y","description":"(Optional: defaults to false) Prevents confirmations of user-values that are remembered from prior runs. Requires: asset,enterprise,name,code,enterprise,port,hasIngress,routedWithoutName","required":false,"allowNo":false,"dependsOn":["asset","enterprise","name","code","enterprise","port","hasIngress","routedWithoutName"]}},"args":[{"name":"setting","description":"The key for the config setting to add"}],"dependsOn":["asset","enterprise","name","code","enterprise","port","hasIngress","routedWithoutName"]},"pkg:add":{"id":"pkg:add","description":"Configures a package to be built and published by the project.","strict":true,"pluginName":"@codiac.io/codiac-cli","pluginAlias":"@codiac.io/codiac-cli","pluginType":"core","aliases":[],"flags":{"as":{"name":"as","type":"option","description":"Fires this command with an argument list that was previously remembered using the --rememberAs flag.","multiple":false},"remember":{"name":"remember","type":"boolean","description":"Saves the arguments, so they are invoked as defaults whenever this command gets called.","allowNo":false},"rememberAs":{"name":"rememberAs","type":"option","description":"Saves the given argument list so that it can be called by name.","multiple":false},"unremember":{"name":"unremember","type":"option","description":"Administrative only: DOES NOT fire the actual command. Simply clears the arguments that were previously stored under the given name (use \"--unRemember default\" to clear default argument list memorized with the --remember flag).","multiple":false},"withoutdefaults":{"name":"withoutdefaults","type":"boolean","description":"Prevents any relevant saved defaults from being invoked for this call.","allowNo":false},"verbose":{"name":"verbose","type":"boolean","char":"v","description":"Renders additional logging levels (detail, trace, and debug) to the console output.","allowNo":false},"help":{"name":"help","type":"boolean","char":"h","description":"Show CLI help.","allowNo":false},"registryUrl":{"name":"registryUrl","type":"option","char":"r","description":"Address of the registry to which the package will be published (without protocol prefix), eg: \"yourpackages.azurecr.io\". NOTE: This registry will be used by the \"codiac publish\" command, whereas when running in \"local\" mode, packages will instead be registered to the built-in package registry on the local machine. NOTE: This url shall define the default publishing target, for use when publishing for any environment, unless otherwise specified.","required":false,"multiple":false},"environment":{"name":"environment","type":"option","char":"e","description":"(optional) Declaration that this registry shall be the target when publishing to the given environment.","required":false,"multiple":false},"username":{"name":"username","type":"option","char":"u","description":"(optional) Login credential for the given registry. WARNING!! these username/password credentials will be stored in the codiac config file in this project, and therefore configuring username and password in this manner is not recommended!","required":false,"multiple":false},"password":{"name":"password","type":"option","char":"s","description":"(optional) Password credential for the given registry. WARNING!! these username/password credentials will be stored in the codiac config file in this project, and therefore configuring username and password in this manner is not recommended!","required":false,"multiple":false}},"args":[{"name":"definitionFile","description":"Path and filename of the package definition file, relative to the codiac project root, (eg: \"./package.json\")","required":false}]},"pkg:list":{"id":"pkg:list","description":"Renders the list of packages that are configured as project exports.","strict":true,"pluginName":"@codiac.io/codiac-cli","pluginAlias":"@codiac.io/codiac-cli","pluginType":"core","aliases":[],"flags":{"as":{"name":"as","type":"option","description":"Fires this command with an argument list that was previously remembered using the --rememberAs flag.","multiple":false},"remember":{"name":"remember","type":"boolean","description":"Saves the arguments, so they are invoked as defaults whenever this command gets called.","allowNo":false},"rememberAs":{"name":"rememberAs","type":"option","description":"Saves the given argument list so that it can be called by name.","multiple":false},"unremember":{"name":"unremember","type":"option","description":"Administrative only: DOES NOT fire the actual command. Simply clears the arguments that were previously stored under the given name (use \"--unRemember default\" to clear default argument list memorized with the --remember flag).","multiple":false},"withoutdefaults":{"name":"withoutdefaults","type":"boolean","description":"Prevents any relevant saved defaults from being invoked for this call.","allowNo":false},"verbose":{"name":"verbose","type":"boolean","char":"v","description":"Renders additional logging levels (detail, trace, and debug) to the console output.","allowNo":false},"help":{"name":"help","type":"boolean","char":"h","description":"Show CLI help.","allowNo":false}},"args":[{"name":"hello"}]},"pkg:patch":{"id":"pkg:patch","description":"Applies the given values to an existing package export configuration. Both registryUrl and environment act as filters to limit the operation. That is, an upsert of registry targets is performed for the given package, based on the given registryUrl and/or environment.","strict":true,"pluginName":"@codiac.io/codiac-cli","pluginAlias":"@codiac.io/codiac-cli","pluginType":"core","aliases":[],"flags":{"as":{"name":"as","type":"option","description":"Fires this command with an argument list that was previously remembered using the --rememberAs flag.","multiple":false},"remember":{"name":"remember","type":"boolean","description":"Saves the arguments, so they are invoked as defaults whenever this command gets called.","allowNo":false},"rememberAs":{"name":"rememberAs","type":"option","description":"Saves the given argument list so that it can be called by name.","multiple":false},"unremember":{"name":"unremember","type":"option","description":"Administrative only: DOES NOT fire the actual command. Simply clears the arguments that were previously stored under the given name (use \"--unRemember default\" to clear default argument list memorized with the --remember flag).","multiple":false},"withoutdefaults":{"name":"withoutdefaults","type":"boolean","description":"Prevents any relevant saved defaults from being invoked for this call.","allowNo":false},"verbose":{"name":"verbose","type":"boolean","char":"v","description":"Renders additional logging levels (detail, trace, and debug) to the console output.","allowNo":false},"help":{"name":"help","type":"boolean","char":"h","description":"Show CLI help.","allowNo":false},"set":{"name":"set","type":"option","char":"s","description":"Space-delimited list of key-value pairs tp apply with json-path on the left and the desired value on the right. (eg: --set .targets.default.registryUrl=mystuff.azurecr.io)","required":false,"multiple":false},"unset":{"name":"unset","type":"option","char":"u","description":"Space-delimited list of properties to clear, in json-path format. (eg: --unset .targets.default)","required":false,"multiple":false}},"args":[{"name":"packageName","description":"package name including, scope prefix. eg: \"your-company/your-package\"","required":true}]},"pkg:remove":{"id":"pkg:remove","description":"Deletes the given package export from the configuration.","strict":true,"pluginName":"@codiac.io/codiac-cli","pluginAlias":"@codiac.io/codiac-cli","pluginType":"core","aliases":["pkg:delete"],"flags":{"as":{"name":"as","type":"option","description":"Fires this command with an argument list that was previously remembered using the --rememberAs flag.","multiple":false},"remember":{"name":"remember","type":"boolean","description":"Saves the arguments, so they are invoked as defaults whenever this command gets called.","allowNo":false},"rememberAs":{"name":"rememberAs","type":"option","description":"Saves the given argument list so that it can be called by name.","multiple":false},"unremember":{"name":"unremember","type":"option","description":"Administrative only: DOES NOT fire the actual command. Simply clears the arguments that were previously stored under the given name (use \"--unRemember default\" to clear default argument list memorized with the --remember flag).","multiple":false},"withoutdefaults":{"name":"withoutdefaults","type":"boolean","description":"Prevents any relevant saved defaults from being invoked for this call.","allowNo":false},"verbose":{"name":"verbose","type":"boolean","char":"v","description":"Renders additional logging levels (detail, trace, and debug) to the console output.","allowNo":false},"help":{"name":"help","type":"boolean","char":"h","description":"Show CLI help.","allowNo":false}},"args":[{"name":"packageName","description":"package name including, scope prefix. eg: \"your-company/your-package\"","required":false}]},"secretStore:capture":{"id":"secretStore:capture","description":"Upserts a reference to an existing secretStore.","strict":true,"pluginName":"@codiac.io/codiac-cli","pluginAlias":"@codiac.io/codiac-cli","pluginType":"core","aliases":["secretStore"],"flags":{"as":{"name":"as","type":"option","description":"Fires this command with an argument list that was previously remembered using the --rememberAs flag.","multiple":false},"remember":{"name":"remember","type":"boolean","description":"Saves the arguments, so they are invoked as defaults whenever this command gets called.","allowNo":false},"rememberAs":{"name":"rememberAs","type":"option","description":"Saves the given argument list so that it can be called by name.","multiple":false},"unremember":{"name":"unremember","type":"option","description":"Administrative only: DOES NOT fire the actual command. Simply clears the arguments that were previously stored under the given name (use \"--unRemember default\" to clear default argument list memorized with the --remember flag).","multiple":false},"withoutdefaults":{"name":"withoutdefaults","type":"boolean","description":"Prevents any relevant saved defaults from being invoked for this call.","allowNo":false},"verbose":{"name":"verbose","type":"boolean","char":"v","description":"Renders additional logging levels (detail, trace, and debug) to the console output.","allowNo":false},"url":{"name":"url","type":"option","char":"u","description":"The container registry url.","required":false,"multiple":false},"provider":{"name":"provider","type":"option","char":"p","description":"The cloud provider hosting the secret store.","required":false,"helpValue":"(azure|aws|dockerHub|other)","multiple":false,"options":["azure","aws","dockerHub","other"]},"name":{"name":"name","type":"option","char":"n","description":"The resource name of the secret store within the cloud provider subscription.","required":false,"multiple":false},"subscriptionId":{"name":"subscriptionId","type":"option","char":"s","description":"The id of the cloud provider account in which the secret store resides (in Aws, this is the 'AccountId').","required":false,"multiple":false},"location":{"name":"location","type":"option","char":"l","description":"The region or data center in which the secret store resides (use the code name, eg: in Aws use 'us-east-1', NOT 'Virginia, US').","required":false,"multiple":false},"toScript":{"name":"toScript","type":"boolean","char":"z","description":"Outputs an assembled command string, NO execution","required":false,"allowNo":false},"silent":{"name":"silent","type":"boolean","char":"y","description":"(Optional: defaults to false) Prevents confirmations of user-values that are remembered from prior runs. Requires: registry,storeType,storeName,name","required":false,"allowNo":false,"dependsOn":["registry","storeType","storeName","name"]},"help":{"name":"help","type":"boolean","char":"h","description":"Show CLI help.","allowNo":false}},"args":[],"dependsOn":["registry","storeType","storeName","name"]},"secretStore:forget":{"id":"secretStore:forget","description":"Removes the reference to the given container registry for the tenant. Does NOT delete the registry itself.","strict":true,"pluginName":"@codiac.io/codiac-cli","pluginAlias":"@codiac.io/codiac-cli","pluginType":"core","aliases":[],"flags":{"as":{"name":"as","type":"option","description":"Fires this command with an argument list that was previously remembered using the --rememberAs flag.","multiple":false},"remember":{"name":"remember","type":"boolean","description":"Saves the arguments, so they are invoked as defaults whenever this command gets called.","allowNo":false},"rememberAs":{"name":"rememberAs","type":"option","description":"Saves the given argument list so that it can be called by name.","multiple":false},"unremember":{"name":"unremember","type":"option","description":"Administrative only: DOES NOT fire the actual command. Simply clears the arguments that were previously stored under the given name (use \"--unRemember default\" to clear default argument list memorized with the --remember flag).","multiple":false},"withoutdefaults":{"name":"withoutdefaults","type":"boolean","description":"Prevents any relevant saved defaults from being invoked for this call.","allowNo":false},"verbose":{"name":"verbose","type":"boolean","char":"v","description":"Renders additional logging levels (detail, trace, and debug) to the console output.","allowNo":false},"name":{"name":"name","type":"option","char":"n","description":"The name of the secret store to forget.","required":false,"multiple":false},"toScript":{"name":"toScript","type":"boolean","char":"z","description":"Outputs an assembled command string, NO execution","required":false,"allowNo":false},"silent":{"name":"silent","type":"boolean","char":"y","description":"(Optional: defaults to false) Prevents confirmations of user-values that are remembered from prior runs. Requires: name","required":false,"allowNo":false,"dependsOn":["name"]},"help":{"name":"help","type":"boolean","char":"h","description":"Show CLI help.","allowNo":false}},"args":[],"dependsOn":["name"]},"tenant:create":{"id":"tenant:create","description":"Registers a new tenant with the current user as the administrator.","strict":true,"pluginName":"@codiac.io/codiac-cli","pluginAlias":"@codiac.io/codiac-cli","pluginType":"core","aliases":[],"flags":{"as":{"name":"as","type":"option","description":"Fires this command with an argument list that was previously remembered using the --rememberAs flag.","multiple":false},"remember":{"name":"remember","type":"boolean","description":"Saves the arguments, so they are invoked as defaults whenever this command gets called.","allowNo":false},"rememberAs":{"name":"rememberAs","type":"option","description":"Saves the given argument list so that it can be called by name.","multiple":false},"unremember":{"name":"unremember","type":"option","description":"Administrative only: DOES NOT fire the actual command. Simply clears the arguments that were previously stored under the given name (use \"--unRemember default\" to clear default argument list memorized with the --remember flag).","multiple":false},"withoutdefaults":{"name":"withoutdefaults","type":"boolean","description":"Prevents any relevant saved defaults from being invoked for this call.","allowNo":false},"verbose":{"name":"verbose","type":"boolean","char":"v","description":"Renders additional logging levels (detail, trace, and debug) to the console output.","allowNo":false},"name":{"name":"name","type":"option","char":"n","description":"Full name of the tenant organization.","multiple":false},"code":{"name":"code","type":"option","char":"c","description":"(Optional, not recommended) Proposed human readable unique identifier code for the tenant origanization. This command will fail if the given tenant code is already taken.","multiple":false},"silent":{"name":"silent","type":"boolean","char":"y","description":"Suppresses user interaction.","allowNo":false,"dependsOn":["name","code"]},"help":{"name":"help","type":"boolean","char":"h","description":"Show CLI help.","allowNo":false}},"args":[{"name":"name","description":"The name of the environment to create","required":false}]},"tenant:switch":{"id":"tenant:switch","description":"Sets a different tenant context from the current user's list of tenants.","strict":true,"pluginName":"@codiac.io/codiac-cli","pluginAlias":"@codiac.io/codiac-cli","pluginType":"core","aliases":[],"flags":{"as":{"name":"as","type":"option","description":"Fires this command with an argument list that was previously remembered using the --rememberAs flag.","multiple":false},"remember":{"name":"remember","type":"boolean","description":"Saves the arguments, so they are invoked as defaults whenever this command gets called.","allowNo":false},"rememberAs":{"name":"rememberAs","type":"option","description":"Saves the given argument list so that it can be called by name.","multiple":false},"unremember":{"name":"unremember","type":"option","description":"Administrative only: DOES NOT fire the actual command. Simply clears the arguments that were previously stored under the given name (use \"--unRemember default\" to clear default argument list memorized with the --remember flag).","multiple":false},"withoutdefaults":{"name":"withoutdefaults","type":"boolean","description":"Prevents any relevant saved defaults from being invoked for this call.","allowNo":false},"verbose":{"name":"verbose","type":"boolean","char":"v","description":"Renders additional logging levels (detail, trace, and debug) to the console output.","allowNo":false},"help":{"name":"help","type":"boolean","char":"h","description":"Show CLI help.","allowNo":false}},"args":[{"name":"name","description":"The name of the environment to create","required":false}]},"view:dashboard":{"id":"view:dashboard","description":"Spins up the dashboard for a given cabinet","strict":true,"pluginName":"@codiac.io/codiac-cli","pluginAlias":"@codiac.io/codiac-cli","pluginType":"core","aliases":["view:dash","dash"],"flags":{"as":{"name":"as","type":"option","description":"Fires this command with an argument list that was previously remembered using the --rememberAs flag.","multiple":false},"remember":{"name":"remember","type":"boolean","description":"Saves the arguments, so they are invoked as defaults whenever this command gets called.","allowNo":false},"rememberAs":{"name":"rememberAs","type":"option","description":"Saves the given argument list so that it can be called by name.","multiple":false},"unremember":{"name":"unremember","type":"option","description":"Administrative only: DOES NOT fire the actual command. Simply clears the arguments that were previously stored under the given name (use \"--unRemember default\" to clear default argument list memorized with the --remember flag).","multiple":false},"withoutdefaults":{"name":"withoutdefaults","type":"boolean","description":"Prevents any relevant saved defaults from being invoked for this call.","allowNo":false},"verbose":{"name":"verbose","type":"boolean","char":"v","description":"Renders additional logging levels (detail, trace, and debug) to the console output.","allowNo":false},"help":{"name":"help","type":"boolean","char":"h","description":"Show CLI help.","allowNo":false}},"args":[]},"view:pods":{"id":"view:pods","description":"Spins up the k9s cli pod viewer","strict":true,"pluginName":"@codiac.io/codiac-cli","pluginAlias":"@codiac.io/codiac-cli","pluginType":"core","aliases":["view:k9s","k9s"],"flags":{"as":{"name":"as","type":"option","description":"Fires this command with an argument list that was previously remembered using the --rememberAs flag.","multiple":false},"remember":{"name":"remember","type":"boolean","description":"Saves the arguments, so they are invoked as defaults whenever this command gets called.","allowNo":false},"rememberAs":{"name":"rememberAs","type":"option","description":"Saves the given argument list so that it can be called by name.","multiple":false},"unremember":{"name":"unremember","type":"option","description":"Administrative only: DOES NOT fire the actual command. Simply clears the arguments that were previously stored under the given name (use \"--unRemember default\" to clear default argument list memorized with the --remember flag).","multiple":false},"withoutdefaults":{"name":"withoutdefaults","type":"boolean","description":"Prevents any relevant saved defaults from being invoked for this call.","allowNo":false},"verbose":{"name":"verbose","type":"boolean","char":"v","description":"Renders additional logging levels (detail, trace, and debug) to the console output.","allowNo":false},"help":{"name":"help","type":"boolean","char":"h","description":"Show CLI help.","allowNo":false}},"args":[]},"asset:probe:create":{"id":"asset:probe:create","description":"Declares the implementation of a health or readiness probe for an asset.","strict":false,"pluginName":"@codiac.io/codiac-cli","pluginAlias":"@codiac.io/codiac-cli","pluginType":"core","aliases":["asset:probe:create"],"examples":["cod probe:create --predefined builtin-heartbeat-file-exists","cod probe:create -p 15 --exec --execCommand \"cat /app/data/last-heartbeat.json\"","cod probe:create -n acme -a myapi -u readiness -p 15 --exec --execCommand \"cat /app/data/last-heartbeat.json\"","cod probe:create -n acme -a myapi -u readiness -p 15 --exec --execCommand cat --execCommand /app/data/last-heartbeat.json","cod probe:create -n acme -a myapi -u readiness -p 15 --http --httpScheme https --httpHost myapi.acme.com --httpPort 443 --httpPath /diag/heartbeat -h Accept=application/json -h user-agent=MyUserAgent"],"flags":{"as":{"name":"as","type":"option","description":"Fires this command with an argument list that was previously remembered using the --rememberAs flag.","multiple":false},"remember":{"name":"remember","type":"boolean","description":"Saves the arguments, so they are invoked as defaults whenever this command gets called.","allowNo":false},"rememberAs":{"name":"rememberAs","type":"option","description":"Saves the given argument list so that it can be called by name.","multiple":false},"unremember":{"name":"unremember","type":"option","description":"Administrative only: DOES NOT fire the actual command. Simply clears the arguments that were previously stored under the given name (use \"--unRemember default\" to clear default argument list memorized with the --remember flag).","multiple":false},"withoutdefaults":{"name":"withoutdefaults","type":"boolean","description":"Prevents any relevant saved defaults from being invoked for this call.","allowNo":false},"verbose":{"name":"verbose","type":"boolean","char":"v","description":"Renders additional logging levels (detail, trace, and debug) to the console output.","allowNo":false},"help":{"name":"help","type":"boolean","char":"h","description":"Show CLI help.","allowNo":false},"enterprise":{"name":"enterprise","type":"option","char":"n","description":"The name of the enterprise to which this probe is to apply.","required":false,"multiple":false},"asset":{"name":"asset","type":"option","char":"a","description":"The name of the asset to which this probe is to apply.","required":false,"multiple":false},"versions":{"name":"versions","type":"option","char":"v","description":"Asset version range for which this probe is to be used. (optional: defaults to >=latest)","multiple":false},"usage":{"name":"usage","type":"option","char":"u","description":"The diagnostic purpose the probe will serve.","required":true,"helpValue":"(readiness|liveness|startup)","multiple":false,"options":["readiness","liveness","startup"],"default":"readiness"},"delay":{"name":"delay","type":"option","char":"d","description":"The time (in seconds) to wait before the first execution of the probe.","multiple":false,"default":0},"period":{"name":"period","type":"option","char":"p","description":"How often (in seconds) to fire the probe.","multiple":false,"default":10},"predefined":{"name":"predefined","type":"option","description":"Calls out by name for an existing standard or shared probe action. Use this argument instead of defining the probe action with the exec, grpc, http or socket arguments.","multiple":false,"exclusive":["exec","grpc","http","socket"]},"exec":{"name":"exec","type":"boolean","description":"Declares the probe shall be carried out as an executable CLI command. A return code of zero indicates success. Any nonzero result indicates failure.","allowNo":false,"exclusive":["predefined","grpc","http","socket"]},"grpc":{"name":"grpc","type":"boolean","description":"Declares the probe shall be carried out as a grpc api request.","allowNo":false,"exclusive":["predefined","exec","http","socket"]},"http":{"name":"http","type":"boolean","description":"Declares the probe shall be carried out as an http request. Any code greater than or equal to 200 and less than 400 indicates success. Any other code indicates failure.","allowNo":false,"exclusive":["predefined","exec","grpc","socket"]},"socket":{"name":"socket","type":"boolean","description":"Declares the probe shall be carried out as a TCP Socket request.","allowNo":false,"exclusive":["predefined","exec","grpc","http"]},"action":{"name":"action","type":"option","char":"x","description":"The JSON specification for the probe action itself. The structure follows the actionType.","multiple":false},"execCommand":{"name":"execCommand","type":"option","description":"(For use only with exec) The executable command to run as the probe, as a single string, or as an array of commands and arguments. If it returns any nonzero result, the probe gets interpreted as a negative/failure.","multiple":true,"dependsOn":["exec"],"exclusive":["grpcHost","grpcPort","httpScheme","httpHost","httpPort","httpPath","httpHeader","socketHost","socketPort"]},"grpcHost":{"name":"grpcHost","type":"option","description":"(For use only with grpc).","multiple":false,"dependsOn":["grpc"],"exclusive":["execCommand","grpcPort","httpScheme","httpHost","httpPort","httpPath","httpHeader","socketHost","socketPort"]},"grpcPort":{"name":"grpcPort","type":"option","description":"(For use only with grpc).","multiple":false,"dependsOn":["grpc"],"exclusive":["execCommand","grpcHost","httpScheme","httpHost","httpPort","httpPath","httpHeader","socketHost","socketPort"]},"httpScheme":{"name":"httpScheme","type":"option","description":"(For use only with http) The http protocol to use.","multiple":false,"options":["http","https"],"dependsOn":["http"],"exclusive":["execCommand","grpcHost","grpcPort","httpHost","httpPort","httpPath","httpHeader","socketHost","socketPort"]},"httpHost":{"name":"httpHost","type":"option","description":".","multiple":false,"dependsOn":["http"],"exclusive":["execCommand","grpcHost","grpcPort","httpScheme","httpPort","httpPath","httpHeader","socketHost","socketPort"]},"httpPort":{"name":"httpPort","type":"option","description":"(For use only with http).","multiple":false,"dependsOn":["http"],"exclusive":["execCommand","grpcHost","grpcPort","httpScheme","httpHost","httpPath","httpHeader","socketHost","socketPort"]},"httpPath":{"name":"httpPath","type":"option","description":"(For use only with http).","multiple":false,"dependsOn":["http"],"exclusive":["execCommand","grpcHost","grpcPort","httpScheme","httpHost","httpPort","httpHeader","socketHost","socketPort"]},"httpHeader":{"name":"httpHeader","type":"option","char":"h","description":"(For use only with http) Key value pair (in format x=y) to be used as an http header in an http probe action.","multiple":true,"dependsOn":["http"],"exclusive":["execCommand","grpcHost","grpcPort","httpScheme","httpHost","httpPort","httpPath","socketHost","socketPort"]},"socketHost":{"name":"socketHost","type":"option","description":"(For use only with socket).","multiple":false,"dependsOn":["socket"],"exclusive":["execCommand","grpcHost","grpcPort","httpScheme","httpHost","httpPort","httpPath","httpHeader","socketPort"]},"socketPort":{"name":"socketPort","type":"option","description":"(For use only with socket).","multiple":false,"dependsOn":["socket"],"exclusive":["execCommand","grpcHost","grpcPort","httpScheme","httpHost","httpPort","httpPath","httpHeader","socketHost"]}},"args":[{"name":"cmd","description":"(requires --exec) command and its space-separated arguments to run in the target replica."}]},"asset:volume:create":{"id":"asset:volume:create","description":"Declares a named path for mounting a volume to instances of the asset.","strict":true,"pluginName":"@codiac.io/codiac-cli","pluginAlias":"@codiac.io/codiac-cli","pluginType":"core","aliases":["asset:vol:create","asset:vol:add","asset:volume:add"],"flags":{"as":{"name":"as","type":"option","description":"Fires this command with an argument list that was previously remembered using the --rememberAs flag.","multiple":false},"remember":{"name":"remember","type":"boolean","description":"Saves the arguments, so they are invoked as defaults whenever this command gets called.","allowNo":false},"rememberAs":{"name":"rememberAs","type":"option","description":"Saves the given argument list so that it can be called by name.","multiple":false},"unremember":{"name":"unremember","type":"option","description":"Administrative only: DOES NOT fire the actual command. Simply clears the arguments that were previously stored under the given name (use \"--unRemember default\" to clear default argument list memorized with the --remember flag).","multiple":false},"withoutdefaults":{"name":"withoutdefaults","type":"boolean","description":"Prevents any relevant saved defaults from being invoked for this call.","allowNo":false},"verbose":{"name":"verbose","type":"boolean","char":"v","description":"Renders additional logging levels (detail, trace, and debug) to the console output.","allowNo":false},"help":{"name":"help","type":"boolean","char":"h","description":"Show CLI help.","allowNo":false},"name":{"name":"name","type":"option","char":"n","description":"Moniker for identifying, retrieving, and accessing this folder mapping. Must be unique for the asset.","required":false,"multiple":false},"description":{"name":"description","type":"option","char":"d","description":"Any notes or other information to help clarify the intended purpose of this folder, to assist during the configuration phase when assigning an actual physical file store to it.","required":false,"multiple":false},"silent":{"name":"silent","type":"boolean","char":"y","description":"(Optional: defaults to false) Prevents confirmations of user-values that are remembered from prior runs. Requires: name","required":false,"allowNo":false,"dependsOn":["name"]}},"args":[{"name":"mountPath","description":"Fully qualified mounting path, inside the container, of the folder being mapped as a volume. Must be unique for the asset.","required":false}],"dependsOn":["name"]},"asset:volume:delete":{"id":"asset:volume:delete","description":"Deletes an existing volume mount in the asset","strict":true,"pluginName":"@codiac.io/codiac-cli","pluginAlias":"@codiac.io/codiac-cli","pluginType":"core","aliases":["asset:vol:delete","asset:volumes:delete","asset:volume:del","asset:vol:del","asset:volumes:del"],"flags":{"as":{"name":"as","type":"option","description":"Fires this command with an argument list that was previously remembered using the --rememberAs flag.","multiple":false},"remember":{"name":"remember","type":"boolean","description":"Saves the arguments, so they are invoked as defaults whenever this command gets called.","allowNo":false},"rememberAs":{"name":"rememberAs","type":"option","description":"Saves the given argument list so that it can be called by name.","multiple":false},"unremember":{"name":"unremember","type":"option","description":"Administrative only: DOES NOT fire the actual command. Simply clears the arguments that were previously stored under the given name (use \"--unRemember default\" to clear default argument list memorized with the --remember flag).","multiple":false},"withoutdefaults":{"name":"withoutdefaults","type":"boolean","description":"Prevents any relevant saved defaults from being invoked for this call.","allowNo":false},"verbose":{"name":"verbose","type":"boolean","char":"v","description":"Renders additional logging levels (detail, trace, and debug) to the console output.","allowNo":false},"help":{"name":"help","type":"boolean","char":"h","description":"Show CLI help.","allowNo":false},"name":{"name":"name","type":"option","char":"n","description":"Moniker for identifying, retrieving, and accessing this folder mapping. Must be unique for the asset.","required":false,"multiple":false},"silent":{"name":"silent","type":"boolean","char":"y","description":"(Optional: defaults to false) Prevents confirmations of user-values that are remembered from prior runs. Requires: name","required":false,"allowNo":false,"dependsOn":["name"]}},"args":[],"dependsOn":["name"]},"asset:volume:list":{"id":"asset:volume:list","description":"Renders the currently declared mount paths for the asset.","strict":true,"pluginName":"@codiac.io/codiac-cli","pluginAlias":"@codiac.io/codiac-cli","pluginType":"core","aliases":["asset:vol:list","asset:volumes:list"],"flags":{"as":{"name":"as","type":"option","description":"Fires this command with an argument list that was previously remembered using the --rememberAs flag.","multiple":false},"remember":{"name":"remember","type":"boolean","description":"Saves the arguments, so they are invoked as defaults whenever this command gets called.","allowNo":false},"rememberAs":{"name":"rememberAs","type":"option","description":"Saves the given argument list so that it can be called by name.","multiple":false},"unremember":{"name":"unremember","type":"option","description":"Administrative only: DOES NOT fire the actual command. Simply clears the arguments that were previously stored under the given name (use \"--unRemember default\" to clear default argument list memorized with the --remember flag).","multiple":false},"withoutdefaults":{"name":"withoutdefaults","type":"boolean","description":"Prevents any relevant saved defaults from being invoked for this call.","allowNo":false},"verbose":{"name":"verbose","type":"boolean","char":"v","description":"Renders additional logging levels (detail, trace, and debug) to the console output.","allowNo":false},"help":{"name":"help","type":"boolean","char":"h","description":"Show CLI help.","allowNo":false},"name":{"name":"name","type":"option","char":"n","description":"Filter volumes within the asset by mount name.","required":false,"multiple":false},"path":{"name":"path","type":"option","char":"p","description":"Filter volumes within the asset by mount path.","required":false,"multiple":false},"output":{"name":"output","type":"option","char":"o","description":"Output format of the actual settings data document.","required":false,"helpValue":"(pretty|json|yaml|auto)","multiple":false,"options":["pretty","json","yaml","auto"],"default":"auto"},"silent":{"name":"silent","type":"boolean","char":"y","description":"(Optional: defaults to false) Prevents confirmations of user-values that are remembered from prior runs. Requires: name","required":false,"allowNo":false,"dependsOn":["name"]}},"args":[],"dependsOn":["name"]},"imageRegistry:pullSecret:set":{"id":"imageRegistry:pullSecret:set","description":"Upserts the primary and secondary pull secret references for the given container registry.","strict":true,"pluginName":"@codiac.io/codiac-cli","pluginAlias":"@codiac.io/codiac-cli","pluginType":"core","aliases":["pullsecret"],"flags":{"as":{"name":"as","type":"option","description":"Fires this command with an argument list that was previously remembered using the --rememberAs flag.","multiple":false},"remember":{"name":"remember","type":"boolean","description":"Saves the arguments, so they are invoked as defaults whenever this command gets called.","allowNo":false},"rememberAs":{"name":"rememberAs","type":"option","description":"Saves the given argument list so that it can be called by name.","multiple":false},"unremember":{"name":"unremember","type":"option","description":"Administrative only: DOES NOT fire the actual command. Simply clears the arguments that were previously stored under the given name (use \"--unRemember default\" to clear default argument list memorized with the --remember flag).","multiple":false},"withoutdefaults":{"name":"withoutdefaults","type":"boolean","description":"Prevents any relevant saved defaults from being invoked for this call.","allowNo":false},"verbose":{"name":"verbose","type":"boolean","char":"v","description":"Renders additional logging levels (detail, trace, and debug) to the console output.","allowNo":false},"registry":{"name":"registry","type":"option","char":"r","description":"The container registry in which the image exists (defaults to docker hub).","required":false,"multiple":false,"exclusive":["kit"]},"item":{"name":"item","type":"option","char":"f","description":"Applies the command to either the primary (default) or seoncdary secret for the image registry.","required":false,"helpValue":"(primary|secondary)","multiple":false,"options":["primary","secondary"],"default":"primary"},"storeType":{"name":"storeType","type":"option","char":"t","description":"The type of secret store containing the actual pull secrets.","required":false,"helpValue":"(awsKeyVault|azBlob|azKeyVault|etcd|mongoCollection|mongoDocument)","multiple":false,"options":["awsKeyVault","azBlob","azKeyVault","etcd","mongoCollection","mongoDocument"]},"storeName":{"name":"storeName","type":"option","char":"s","description":"The name of the secret store containing the actual pull secrets.","required":false,"multiple":false},"name":{"name":"name","type":"option","char":"n","description":"The name of the secret within the secret store.","required":false,"multiple":false},"toScript":{"name":"toScript","type":"boolean","char":"z","description":"Outputs an assembled command string, NO execution","required":false,"allowNo":false},"silent":{"name":"silent","type":"boolean","char":"y","description":"(Optional: defaults to false) Prevents confirmations of user-values that are remembered from prior runs. Requires: registry,storeType,storeName,name","required":false,"allowNo":false,"dependsOn":["registry","storeType","storeName","name"]},"help":{"name":"help","type":"boolean","char":"h","description":"Show CLI help.","allowNo":false}},"args":[],"dependsOn":["registry","storeType","storeName","name"]},"imageRegistry:pullSecret:unset":{"id":"imageRegistry:pullSecret:unset","description":"Removes the primary or secondary pull secret reference for the given container registry.","strict":true,"pluginName":"@codiac.io/codiac-cli","pluginAlias":"@codiac.io/codiac-cli","pluginType":"core","aliases":["pullsecret:unset"],"flags":{"as":{"name":"as","type":"option","description":"Fires this command with an argument list that was previously remembered using the --rememberAs flag.","multiple":false},"remember":{"name":"remember","type":"boolean","description":"Saves the arguments, so they are invoked as defaults whenever this command gets called.","allowNo":false},"rememberAs":{"name":"rememberAs","type":"option","description":"Saves the given argument list so that it can be called by name.","multiple":false},"unremember":{"name":"unremember","type":"option","description":"Administrative only: DOES NOT fire the actual command. Simply clears the arguments that were previously stored under the given name (use \"--unRemember default\" to clear default argument list memorized with the --remember flag).","multiple":false},"withoutdefaults":{"name":"withoutdefaults","type":"boolean","description":"Prevents any relevant saved defaults from being invoked for this call.","allowNo":false},"verbose":{"name":"verbose","type":"boolean","char":"v","description":"Renders additional logging levels (detail, trace, and debug) to the console output.","allowNo":false},"registry":{"name":"registry","type":"option","char":"r","description":"The container registry in which the image exists (defaults to docker hub).","required":false,"multiple":false,"exclusive":["kit"]},"item":{"name":"item","type":"option","char":"f","description":"Applies the command to either the primary (default) or seoncdary secret for the image registry.","required":false,"helpValue":"(primary|secondary)","multiple":false,"options":["primary","secondary"],"default":"primary"},"toScript":{"name":"toScript","type":"boolean","char":"z","description":"Outputs an assembled command string, NO execution","required":false,"allowNo":false},"silent":{"name":"silent","type":"boolean","char":"y","description":"(Optional: defaults to false) Prevents confirmations of user-values that are remembered from prior runs. Requires: registry,storeType,storeName,name","required":false,"allowNo":false,"dependsOn":["registry","storeType","storeName","name"]},"help":{"name":"help","type":"boolean","char":"h","description":"Show CLI help.","allowNo":false}},"args":[],"dependsOn":["registry","storeType","storeName","name"]},"noc:cluster:create":{"id":"noc:cluster:create","description":"Provisions the physical cluster","strict":true,"pluginName":"@codiac.io/codiac-cli","pluginAlias":"@codiac.io/codiac-cli","pluginType":"core","aliases":["cluster:create"],"flags":{"as":{"name":"as","type":"option","description":"Fires this command with an argument list that was previously remembered using the --rememberAs flag.","multiple":false},"remember":{"name":"remember","type":"boolean","description":"Saves the arguments, so they are invoked as defaults whenever this command gets called.","allowNo":false},"rememberAs":{"name":"rememberAs","type":"option","description":"Saves the given argument list so that it can be called by name.","multiple":false},"unremember":{"name":"unremember","type":"option","description":"Administrative only: DOES NOT fire the actual command. Simply clears the arguments that were previously stored under the given name (use \"--unRemember default\" to clear default argument list memorized with the --remember flag).","multiple":false},"withoutdefaults":{"name":"withoutdefaults","type":"boolean","description":"Prevents any relevant saved defaults from being invoked for this call.","allowNo":false},"verbose":{"name":"verbose","type":"boolean","char":"v","description":"Renders additional logging levels (detail, trace, and debug) to the console output.","allowNo":false},"help":{"name":"help","type":"boolean","char":"h","description":"Show CLI help.","allowNo":false},"owner":{"name":"owner","type":"option","char":"p","description":"Tenant code of the private owner of the cluster","required":false,"multiple":false},"providerSubscription":{"name":"providerSubscription","type":"option","char":"s","description":"The Azure subscription Id under which to create the cluster.","required":false,"multiple":false},"resourceGroup":{"name":"resourceGroup","type":"option","char":"g","description":"The Azure resource group to create for the cluster.","required":false,"multiple":false},"location":{"name":"location","type":"option","char":"l","description":"The short name of the azure data center in which the cliuster is to reside.","required":false,"multiple":false},"subnet":{"name":"subnet","type":"option","char":"k","description":"The resource id of the subnet in which the cluster is to be created.","required":false,"multiple":false},"nodeSpec":{"name":"nodeSpec","type":"option","char":"n","description":"The identifier for the type of VM to use for nodes in the cluster.","required":false,"multiple":false},"nodeQty":{"name":"nodeQty","type":"option","char":"q","description":"The starting node count with which to create the cluster.","required":false,"multiple":false},"identityUserName":{"name":"identityUserName","type":"option","char":"u","description":"OPTIONAL. Name of Svc Principal or Managed Identity to execute as. To create k8s cluster, IP address, and container Pull. If none supplied Codiac will try to create one.","required":false,"multiple":false},"identityUserId":{"name":"identityUserId","type":"option","char":"u","description":"OPTIONAL. ID of Svc Principal or Managed Identity to execute as. To create k8s cluster, IP address, and container Pull. If none supplied Codiac will try to create one.","required":false,"multiple":false},"identityUserPassword":{"name":"identityUserPassword","type":"option","char":"c","description":"OPTIONAL. Password of Svc Principal or Managed Identity to execute as. To create k8s cluster, IP address, and container Pull. If none supplied Codiac will try to create one.","hidden":true,"required":false,"multiple":false},"silent":{"name":"silent","type":"option","char":"y","description":"(Optional: defaults to false) Prevents confirmations of user-values. Required: providerSubscription,resourceGroup,location,nodeSpec,nodeQty","required":false,"multiple":false,"dependsOn":["providerSubscription","resourceGroup","location","nodeSpec","nodeQty"]},"toScript":{"name":"toScript","type":"boolean","char":"t","description":"Outputs an assembled command string, NO execution","required":false,"allowNo":false}},"args":[{"name":"name","description":"Proposed name of the cluster"}],"dependsOn":["providerSubscription","resourceGroup","location","nodeSpec","nodeQty"]},"noc:cluster:deinit":{"id":"noc:cluster:deinit","description":"Deinitialization of the cluster (uninstalls the ingress controller and tls cert manager services)","strict":true,"pluginName":"@codiac.io/codiac-cli","pluginAlias":"@codiac.io/codiac-cli","pluginType":"core","aliases":["cluster:deinit"],"flags":{"as":{"name":"as","type":"option","description":"Fires this command with an argument list that was previously remembered using the --rememberAs flag.","multiple":false},"remember":{"name":"remember","type":"boolean","description":"Saves the arguments, so they are invoked as defaults whenever this command gets called.","allowNo":false},"rememberAs":{"name":"rememberAs","type":"option","description":"Saves the given argument list so that it can be called by name.","multiple":false},"unremember":{"name":"unremember","type":"option","description":"Administrative only: DOES NOT fire the actual command. Simply clears the arguments that were previously stored under the given name (use \"--unRemember default\" to clear default argument list memorized with the --remember flag).","multiple":false},"withoutdefaults":{"name":"withoutdefaults","type":"boolean","description":"Prevents any relevant saved defaults from being invoked for this call.","allowNo":false},"verbose":{"name":"verbose","type":"boolean","char":"v","description":"Renders additional logging levels (detail, trace, and debug) to the console output.","allowNo":false},"help":{"name":"help","type":"boolean","char":"h","description":"Show CLI help.","allowNo":false},"name":{"name":"name","type":"option","char":"n","description":"Name of the cluster.","required":false,"multiple":false},"provider":{"name":"provider","type":"option","char":"p","description":"Code for the cloud service provider.","required":false,"helpValue":"(aws|azure|dockerHub|other)","multiple":false,"options":["aws","azure","dockerHub","other"]},"silent":{"name":"silent","type":"boolean","char":"y","description":"(Optional: defaults to false) Prevents interactive user-interface and throws if interaction is needed. Requires arguments: [--name -n]","required":false,"allowNo":false,"dependsOn":["name"]}},"args":[{"name":"name","description":"Name of existing cluster."}]},"noc:cluster:destroy":{"id":"noc:cluster:destroy","description":"Kills the physical cluster, but not the Codiac cluster definition record","strict":true,"pluginName":"@codiac.io/codiac-cli","pluginAlias":"@codiac.io/codiac-cli","pluginType":"core","aliases":["cluster:destroy"],"flags":{"as":{"name":"as","type":"option","description":"Fires this command with an argument list that was previously remembered using the --rememberAs flag.","multiple":false},"remember":{"name":"remember","type":"boolean","description":"Saves the arguments, so they are invoked as defaults whenever this command gets called.","allowNo":false},"rememberAs":{"name":"rememberAs","type":"option","description":"Saves the given argument list so that it can be called by name.","multiple":false},"unremember":{"name":"unremember","type":"option","description":"Administrative only: DOES NOT fire the actual command. Simply clears the arguments that were previously stored under the given name (use \"--unRemember default\" to clear default argument list memorized with the --remember flag).","multiple":false},"withoutdefaults":{"name":"withoutdefaults","type":"boolean","description":"Prevents any relevant saved defaults from being invoked for this call.","allowNo":false},"verbose":{"name":"verbose","type":"boolean","char":"v","description":"Renders additional logging levels (detail, trace, and debug) to the console output.","allowNo":false},"help":{"name":"help","type":"boolean","char":"h","description":"Show CLI help.","allowNo":false},"name":{"name":"name","type":"option","char":"n","description":"Name of the cluster.","required":false,"multiple":false},"partials":{"name":"partials","type":"boolean","char":"p","description":"Include clusters that were never fully created.","allowNo":false},"deleteIdentity":{"name":"deleteIdentity","type":"boolean","char":"i","description":"(optional: defaults to false) Ensures that identity security account for the cluster shall also be deleted after the cluster itself is destroyed.","required":false,"allowNo":false},"provider":{"name":"provider","type":"option","char":"p","description":"Code for the cloud service provider.","required":false,"helpValue":"(azure|aws|dockerHub|other)","multiple":false,"options":["azure","aws","dockerHub","other"]},"silent":{"name":"silent","type":"boolean","char":"y","description":"(Optional: defaults to false) Prevents confirmations of user-values. Required: name","required":false,"allowNo":false,"dependsOn":["name"]}},"args":[{"name":"name","description":"Proposed name of the cluster"}],"dependsOn":["name"]},"noc:cluster:init":{"id":"noc:cluster:init","description":"Post-create initialization for the cluster (installs the ingress controller service)","strict":true,"pluginName":"@codiac.io/codiac-cli","pluginAlias":"@codiac.io/codiac-cli","pluginType":"core","aliases":["cluster:init"],"flags":{"as":{"name":"as","type":"option","description":"Fires this command with an argument list that was previously remembered using the --rememberAs flag.","multiple":false},"remember":{"name":"remember","type":"boolean","description":"Saves the arguments, so they are invoked as defaults whenever this command gets called.","allowNo":false},"rememberAs":{"name":"rememberAs","type":"option","description":"Saves the given argument list so that it can be called by name.","multiple":false},"unremember":{"name":"unremember","type":"option","description":"Administrative only: DOES NOT fire the actual command. Simply clears the arguments that were previously stored under the given name (use \"--unRemember default\" to clear default argument list memorized with the --remember flag).","multiple":false},"withoutdefaults":{"name":"withoutdefaults","type":"boolean","description":"Prevents any relevant saved defaults from being invoked for this call.","allowNo":false},"verbose":{"name":"verbose","type":"boolean","char":"v","description":"Renders additional logging levels (detail, trace, and debug) to the console output.","allowNo":false},"help":{"name":"help","type":"boolean","char":"h","description":"Show CLI help.","allowNo":false},"name":{"name":"name","type":"option","char":"n","description":"Name of the cluster.","required":false,"multiple":false},"provider":{"name":"provider","type":"option","char":"p","description":"Code for the cloud service provider.","required":false,"helpValue":"(azure|aws|dockerHub|other)","multiple":false,"options":["azure","aws","dockerHub","other"]},"silent":{"name":"silent","type":"boolean","char":"y","description":"(Optional: defaults to false) Prevents interactive user-interface and throws if interaction is needed. Requires arguments: [--name -n]","required":false,"allowNo":false,"dependsOn":["name"]}},"args":[{"name":"name","description":"Name of existing cluster to initialize."}]},"noc:cluster:list":{"id":"noc:cluster:list","description":"Shows the list of clusters.","strict":true,"pluginName":"@codiac.io/codiac-cli","pluginAlias":"@codiac.io/codiac-cli","pluginType":"core","aliases":["cluster:list"],"flags":{"as":{"name":"as","type":"option","description":"Fires this command with an argument list that was previously remembered using the --rememberAs flag.","multiple":false},"remember":{"name":"remember","type":"boolean","description":"Saves the arguments, so they are invoked as defaults whenever this command gets called.","allowNo":false},"rememberAs":{"name":"rememberAs","type":"option","description":"Saves the given argument list so that it can be called by name.","multiple":false},"unremember":{"name":"unremember","type":"option","description":"Administrative only: DOES NOT fire the actual command. Simply clears the arguments that were previously stored under the given name (use \"--unRemember default\" to clear default argument list memorized with the --remember flag).","multiple":false},"withoutdefaults":{"name":"withoutdefaults","type":"boolean","description":"Prevents any relevant saved defaults from being invoked for this call.","allowNo":false},"verbose":{"name":"verbose","type":"boolean","char":"v","description":"Renders additional logging levels (detail, trace, and debug) to the console output.","allowNo":false},"output":{"name":"output","type":"option","char":"o","description":"format in which to render the data.","helpValue":"(json|yaml|tree|text)","multiple":false,"options":["json","yaml","tree","text"],"default":"tree"},"help":{"name":"help","type":"boolean","char":"h","description":"Displays the help document for this command.","allowNo":false}},"args":[]},"noc:cluster:recreate":{"id":"noc:cluster:recreate","description":"Provisions the physical cluster using the existing ClusterDef record (with any changes provided by the caller).","strict":true,"pluginName":"@codiac.io/codiac-cli","pluginAlias":"@codiac.io/codiac-cli","pluginType":"core","aliases":["cluster:recreate"],"flags":{"as":{"name":"as","type":"option","description":"Fires this command with an argument list that was previously remembered using the --rememberAs flag.","multiple":false},"remember":{"name":"remember","type":"boolean","description":"Saves the arguments, so they are invoked as defaults whenever this command gets called.","allowNo":false},"rememberAs":{"name":"rememberAs","type":"option","description":"Saves the given argument list so that it can be called by name.","multiple":false},"unremember":{"name":"unremember","type":"option","description":"Administrative only: DOES NOT fire the actual command. Simply clears the arguments that were previously stored under the given name (use \"--unRemember default\" to clear default argument list memorized with the --remember flag).","multiple":false},"withoutdefaults":{"name":"withoutdefaults","type":"boolean","description":"Prevents any relevant saved defaults from being invoked for this call.","allowNo":false},"verbose":{"name":"verbose","type":"boolean","char":"v","description":"Renders additional logging levels (detail, trace, and debug) to the console output.","allowNo":false},"help":{"name":"help","type":"boolean","char":"h","description":"Show CLI help.","allowNo":false},"owner":{"name":"owner","type":"option","char":"p","description":"Tenant code of the private owner of the cluster","required":false,"multiple":false},"providerSubscription":{"name":"providerSubscription","type":"option","char":"s","description":"The Azure subscription Id under which to create the cluster.","required":false,"multiple":false},"resourceGroup":{"name":"resourceGroup","type":"option","char":"g","description":"The Azure resource group to create for the cluster.","required":false,"multiple":false},"location":{"name":"location","type":"option","char":"l","description":"The short name of the azure data center in which the cliuster is to reside.","required":false,"multiple":false},"subnet":{"name":"subnet","type":"option","char":"k","description":"The resource id of the subnet in which the cluster is to be created.","required":false,"multiple":false},"k8sVersion":{"name":"k8sVersion","type":"option","char":"v","description":"The Kubernetes version for the new cluster. This must be a supported version from the cloud provider.","required":false,"multiple":false},"nodeSpec":{"name":"nodeSpec","type":"option","char":"n","description":"The identifier for the type of VM to use for nodes in the cluster.","required":false,"multiple":false},"windowsSupport":{"name":"windowsSupport","type":"boolean","char":"w","description":"Add a windows nodepool.","required":false,"allowNo":false,"dependsOn":["nodeSpec","nodeQty"]},"nodeQty":{"name":"nodeQty","type":"option","char":"q","description":"The starting node count with which to create the cluster.","required":false,"multiple":false},"identityName":{"name":"identityName","type":"option","description":"name of an existing service principal to use for the cluster identity","required":false,"multiple":false},"identityType":{"name":"identityType","type":"option","description":"The type of security account to use for the cluster identity.","required":false,"helpValue":"(servicePrincipal|managedIdentity)","multiple":false,"options":["servicePrincipal","managedIdentity"]},"silent":{"name":"silent","type":"boolean","char":"y","description":"(Optional: defaults to false) Prevents confirmations of user-values. Required: ","required":false,"allowNo":false,"dependsOn":[]},"toScript":{"name":"toScript","type":"boolean","char":"t","description":"Outputs an assembled command string, NO execution","required":false,"allowNo":false}},"args":[{"name":"name","description":"Name of an existing cluster to re-create"}],"dependsOn":[]}}}
|