@contentstack/cli-config 1.6.2 → 1.6.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md CHANGED
@@ -18,7 +18,7 @@ $ npm install -g @contentstack/cli-config
18
18
  $ csdx COMMAND
19
19
  running command...
20
20
  $ csdx (--version)
21
- @contentstack/cli-config/1.6.2 linux-x64 node-v18.19.0
21
+ @contentstack/cli-config/1.6.3 linux-x64 node-v18.19.1
22
22
  $ csdx --help [COMMAND]
23
23
  USAGE
24
24
  $ csdx COMMAND
@@ -0,0 +1,19 @@
1
+ {
2
+ "CLI_CONFIG_SET_REGION_DESCRIPTION": "Set region for CLI",
3
+ "CLI_CONFIG_SET_REGION_FLAG_D_DESCRIPTION": "Custom host to set for content delivery API, if this flag is added then cma and name flags are required",
4
+ "CLI_CONFIG_SET_REGION_FLAG_M_DESCRIPTION": "Custom host to set for content management API, , if this flag is added then cda and name flags are required",
5
+ "CLI_CONFIG_SET_REGION_FLAG_N_DESCRIPTION": "Name for the region, if this flag is added then cda and cma flags are required",
6
+ "CLI_CONFIG_SET_REGION_DEFAULT": "No argument or custom flag provided. Setting region to default NA",
7
+ "CLI_CONFIG_GET_REGION_DESCRIPTION": "Get current region set for CLI",
8
+ "CLI_CONFIG_GET_REGION_NOT_FOUND": "No region found, please set by running command $ csdx config:set:region",
9
+ "CLI_CONFIG_INQUIRE_REGION_NAME": "Enter custom region name",
10
+ "CLI_CONFIG_INQUIRE_REGION_CMA": "Enter content management url",
11
+ "CLI_CONFIG_INQUIRE_REGION_CDA": "Enter content delivery url",
12
+ "CLI_CONFIG_SELECT_REGION": "Please select a region",
13
+ "CLI_CONFIG_INQUIRE_API_KEY": "Enter stack api key",
14
+ "CLI_CONFIG_INQUIRE_BASE_BRANCH": "Enter base branch",
15
+ "CLI_CONFIG_BRANCH_LIST_NO_BRANCHES": "No branches are added. Use config:set:base-branch command to add base branch.",
16
+ "CLI_CONFIG_INQUIRE_EARLY_ACCESS_HEADER_VALUE": "Please enter Early Access header value",
17
+ "CLI_CONFIG_INQUIRE_EARLY_ACCESS_HEADER_ALIAS": "Please enter Early Access header alias",
18
+ "CLI_BRANCH_REQUIRED_FIELD": "Please enter the required field details"
19
+ }
@@ -1,5 +1,5 @@
1
1
  {
2
- "version": "1.6.2",
2
+ "version": "1.6.3",
3
3
  "commands": {
4
4
  "config:get:base-branch": {
5
5
  "id": "config:get:base-branch",
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@contentstack/cli-config",
3
3
  "description": "Contentstack CLI plugin for configuration",
4
- "version": "1.6.2",
4
+ "version": "1.6.3",
5
5
  "author": "Contentstack",
6
6
  "scripts": {
7
7
  "build": "npm run clean && npm run compile",
@@ -22,7 +22,7 @@
22
22
  },
23
23
  "dependencies": {
24
24
  "@contentstack/cli-command": "~1.2.16",
25
- "@contentstack/cli-utilities": "~1.5.11",
25
+ "@contentstack/cli-utilities": "~1.6.0",
26
26
  "chalk": "^4.0.0",
27
27
  "debug": "^4.1.1",
28
28
  "inquirer": "8.2.4",
@@ -48,7 +48,7 @@
48
48
  "oclif": "^3.8.1",
49
49
  "rimraf": "^2.7.1",
50
50
  "sinon": "^15.0.1",
51
- "tmp": "^0.2.1",
51
+ "tmp": "^0.2.2",
52
52
  "ts-node": "^10.9.1",
53
53
  "typescript": "^4.9.3"
54
54
  },
@@ -58,7 +58,8 @@
58
58
  "files": [
59
59
  "/lib",
60
60
  "/npm-shrinkwrap.json",
61
- "/oclif.manifest.json"
61
+ "/oclif.manifest.json",
62
+ "/messages"
62
63
  ],
63
64
  "homepage": "https://github.com/contentstack/cli",
64
65
  "keywords": [