@contentstack/cli 1.0.1 → 1.0.2

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
@@ -1,6 +1,6 @@
1
1
  # @contentstack/cli-auth
2
2
 
3
- It is Contentstack’s CLI plugin to perform authentication-related activities. To get started with authenticating yourself with the CLI, refer to the [CLI’s Authentication documentation](https://www.contentstack.com/docs/developers/cli/authentication)
3
+ Use Contentstack Command-line Interface to command Contentstack for executing a set of operations from the terminal. To get started with CLI, refer to the [CLI’s documentation](https://www.contentstack.com/docs/developers/cli)
4
4
 
5
5
  [![License](https://img.shields.io/npm/l/@contentstack/cli)](https://github.com/contentstack/cli/blob/main/LICENSE)
6
6
 
@@ -18,7 +18,7 @@ $ npm install -g @contentstack/cli
18
18
  $ csdx COMMAND
19
19
  running command...
20
20
  $ csdx (-v|--version|version)
21
- @contentstack/cli/1.0.1 linux-x64 node-v16.15.1
21
+ @contentstack/cli/1.0.2 linux-x64 node-v16.15.1
22
22
  $ csdx --help [COMMAND]
23
23
  USAGE
24
24
  $ csdx COMMAND
@@ -1 +1 @@
1
- {"version":"1.0.1","commands":{}}
1
+ {"version":"1.0.2","commands":{}}
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@contentstack/cli",
3
3
  "description": "Command-line tool (CLI) to interact with Contentstack",
4
- "version": "1.0.1",
4
+ "version": "1.0.2",
5
5
  "author": "Contentstack",
6
6
  "bin": {
7
7
  "csdx": "./bin/run"
@@ -13,7 +13,7 @@
13
13
  "compile": "tsc -b tsconfig.json",
14
14
  "postpack": "rm -f oclif.manifest.json",
15
15
  "prepack": "npm run build && oclif-dev manifest && oclif-dev readme",
16
- "version": "oclif-dev readme && git add README.md",
16
+ "version": "oclif-dev readme",
17
17
  "test:report": "tsc -p test && nyc --reporter=lcov --extension .ts mocha --forbid-only \"test/**/*.test.ts\"",
18
18
  "pretest": "tsc -p test",
19
19
  "test": "nyc --extension .ts mocha --forbid-only \"test/**/*.test.ts\"",