@contentstack/cli 1.0.0 → 1.0.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
@@ -1,11 +1,10 @@
1
- # @contentstack/cli-auth
1
+ # @contentstack/cli
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
 
7
7
  <!-- toc -->
8
- * [@contentstack/cli-auth](#contentstackcli-auth)
9
8
  * [Usage](#usage)
10
9
  * [Commands](#commands)
11
10
  <!-- tocstop -->
@@ -18,7 +17,7 @@ $ npm install -g @contentstack/cli
18
17
  $ csdx COMMAND
19
18
  running command...
20
19
  $ csdx (-v|--version|version)
21
- @contentstack/cli/1.0.0 linux-x64 node-v16.14.2
20
+ @contentstack/cli/1.0.2 linux-x64 node-v16.15.1
22
21
  $ csdx --help [COMMAND]
23
22
  USAGE
24
23
  $ csdx COMMAND
@@ -60,7 +59,6 @@ USAGE
60
59
  * [`csdx csdx cm:stacks:unpublish [-a <value>] [-e <value>] [-c <value>] [-y] [--locale <value>] [--branch <value>] [--retry-failed <value>] [--bulk-unpublish <value>] [--content-type <value>] [--delivery-token <value>] [--only-assets] [--only-entries]`](#csdx-csdx-cmstacksunpublish--a-value--e-value--c-value--y---locale-value---branch-value---retry-failed-value---bulk-unpublish-value---content-type-value---delivery-token-value---only-assets---only-entries)
61
60
  * [`csdx config:get:region`](#csdx-configgetregion)
62
61
  * [`csdx config:set:region [REGION]`](#csdx-configsetregion-region)
63
- * [`csdx help [COMMAND]`](#csdx-help-command)
64
62
  * [`csdx plugins`](#csdx-plugins)
65
63
  * [`csdx plugins:inspect PLUGIN...`](#csdx-pluginsinspect-plugin)
66
64
  * [`csdx plugins:install PLUGIN...`](#csdx-pluginsinstall-plugin)
@@ -558,7 +556,7 @@ EXAMPLES
558
556
  $ csdx cm:entries:migrate-html-rte --alias alias --content-type global_field_uid --global-field --html-path html-path --json-path json-path
559
557
  ```
560
558
 
561
- _See code: [@contentstack/cli-cm-migrate-rte](https://github.com/contentstack/cli/blob/v1.1.0/src/commands/cm/entries/migrate-html-rte.js)_
559
+ _See code: [@contentstack/cli-cm-migrate-rte](https://github.com/contentstack/cli/blob/v1.1.1/src/commands/cm/entries/migrate-html-rte.js)_
562
560
 
563
561
  ## `csdx cm:entries:publish [-a <value>] [--retry-failed <value>] [--bulk-publish <value>] [--publish-all-content-types] [--content-types <value>] [--locales <value>] [-e <value>] [-c <value>] [-y] [--branch <value>] [--delivery-token <value>] [--source-env <value>]`
564
562
 
@@ -1532,26 +1530,6 @@ EXAMPLES
1532
1530
 
1533
1531
  _See code: [@contentstack/cli-config](https://github.com/contentstack/cli/blob/v1.0.0/src/commands/config/set/region.ts)_
1534
1532
 
1535
- ## `csdx help [COMMAND]`
1536
-
1537
- display help for csdx
1538
-
1539
- ```
1540
- USAGE
1541
- $ csdx help [COMMAND] [--all]
1542
-
1543
- ARGUMENTS
1544
- COMMAND command to show help for
1545
-
1546
- FLAGS
1547
- --all see all commands in CLI
1548
-
1549
- DESCRIPTION
1550
- display help for csdx
1551
- ```
1552
-
1553
- _See code: [@oclif/plugin-help](https://github.com/oclif/plugin-help/blob/v3.2.18/src/commands/help.ts)_
1554
-
1555
1533
  ## `csdx plugins`
1556
1534
 
1557
1535
  List installed plugins.
@@ -1 +1 @@
1
- {"version":"1.0.0","commands":{}}
1
+ {"version":"1.0.3","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.0",
4
+ "version": "1.0.3",
5
5
  "author": "Contentstack",
6
6
  "bin": {
7
7
  "csdx": "./bin/run"
@@ -12,8 +12,8 @@
12
12
  "clean": "rm -rf ./lib && rm -rf tsconfig.build.tsbuildinfo",
13
13
  "compile": "tsc -b tsconfig.json",
14
14
  "postpack": "rm -f oclif.manifest.json",
15
- "prepack": "npm run build && oclif-dev manifest && oclif-dev readme",
16
- "version": "oclif-dev readme && git add README.md",
15
+ "prepack": "npm run build && oclif-dev manifest",
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\"",
@@ -120,7 +120,6 @@
120
120
  "commands": "./lib/commands",
121
121
  "bin": "csdx",
122
122
  "plugins": [
123
- "@oclif/plugin-help",
124
123
  "@oclif/plugin-not-found",
125
124
  "@oclif/plugin-plugins",
126
125
  "@contentstack/cli-config",
@@ -152,4 +151,4 @@
152
151
  "pre-commit": "npm run lint"
153
152
  }
154
153
  }
155
- }
154
+ }