@contentstack/cli-config 1.19.0 → 1.20.0-beta.1

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.19.0 linux-x64 node-v22.22.0
21
+ @contentstack/cli-config/1.20.0-beta.1 linux-x64 node-v22.22.1
22
22
  $ csdx --help [COMMAND]
23
23
  USAGE
24
24
  $ csdx COMMAND
@@ -667,5 +667,5 @@
667
667
  ]
668
668
  }
669
669
  },
670
- "version": "1.19.0"
670
+ "version": "1.20.0-beta.1"
671
671
  }
package/package.json CHANGED
@@ -1,11 +1,11 @@
1
1
  {
2
2
  "name": "@contentstack/cli-config",
3
3
  "description": "Contentstack CLI plugin for configuration",
4
- "version": "1.19.0",
4
+ "version": "1.20.0-beta.1",
5
5
  "author": "Contentstack",
6
6
  "scripts": {
7
- "build": "npm run clean && npm run compile",
8
- "clean": "rm -rf ./lib ./node_modules tsconfig.build.tsbuildinfo",
7
+ "build": "pnpm compile && oclif manifest && oclif readme",
8
+ "clean": "rm -rf ./lib ./node_modules tsconfig.tsbuildinfo",
9
9
  "compile": "tsc -b tsconfig.json",
10
10
  "postpack": "rm -f oclif.manifest.json",
11
11
  "prepack": "pnpm compile && oclif manifest && oclif readme",
@@ -21,8 +21,8 @@
21
21
  "test:unit:report": "nyc --extension .ts mocha --forbid-only \"test/unit/**/*.test.ts\""
22
22
  },
23
23
  "dependencies": {
24
- "@contentstack/cli-command": "~1.7.2",
25
- "@contentstack/cli-utilities": "~1.17.0",
24
+ "@contentstack/cli-command": "~1.8.0-beta.1",
25
+ "@contentstack/cli-utilities": "~1.19.0-beta.0",
26
26
  "@contentstack/utils": "~1.7.0",
27
27
  "@oclif/core": "^4.3.0",
28
28
  "@oclif/plugin-help": "^6.2.28",
@@ -67,7 +67,21 @@
67
67
  "protected": [
68
68
  "config:get:region"
69
69
  ],
70
- "repositoryPrefix": "<%- repo %>/blob/main/packages/contentstack-config/<%- commandPath %>"
70
+ "repositoryPrefix": "<%- repo %>/blob/main/packages/contentstack-config/<%- commandPath %>",
71
+ "topics": {
72
+ "config": {
73
+ "description": "Perform configuration related activities"
74
+ },
75
+ "config:get": {
76
+ "description": "View the list of set configuration values"
77
+ },
78
+ "config:set": {
79
+ "description": "Set configuration values"
80
+ },
81
+ "config:remove": {
82
+ "description": "Remove set configuration values"
83
+ }
84
+ }
71
85
  },
72
86
  "csdxConfig": {
73
87
  "shortCommandName": {
@@ -81,4 +95,4 @@
81
95
  }
82
96
  },
83
97
  "repository": "contentstack/cli"
84
- }
98
+ }