Skip to content

Commit

Permalink
updates auto generated readme while npm publish
Browse files Browse the repository at this point in the history
  • Loading branch information
ninadhatkar committed Mar 26, 2021
1 parent a841c51 commit f9fd520
Show file tree
Hide file tree
Showing 6 changed files with 10 additions and 17 deletions.
4 changes: 0 additions & 4 deletions packages/contentstack-clone/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,6 @@

It is Contentstack’s CLI plugin to clone a stack. Using this command, you can export a stack’s content/schema to a new or existing stack. Refer to the [Clone a Stack](https://www.contentstack.com/docs/developers/cli/clone-a-stack/) documentation to learn more.

[![oclif](https://img.shields.io/badge/cli-oclif-brightgreen.svg)](https://oclif.io)
[![Version](https://img.shields.io/npm/v/@contentstack/cli-cm-clone.svg)](https://npmjs.org/package/@contentstack/cli-cm-clone)
[![Downloads/week](https://img.shields.io/npm/dw/@contentstack/cli-cm-clone.svg)](https://npmjs.org/package/@contentstack/cli-cm-clone)
[![License](https://img.shields.io/npm/l/@contentstack/cli-cm-clone.svg)](https://github.com/rohitmishra209/cli-cm-clone/blob/master/package.json)

<!-- toc -->
* [Usage](#usage)
Expand Down
3 changes: 0 additions & 3 deletions packages/contentstack-clone/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -59,8 +59,5 @@
"scripts": {
"test": "nyc --reporter=html mocha \"test/**/*.test.js\"",
"version": "oclif-dev readme && git add README.md"
},
"publishConfig": {
"registry": "https://npm.pkg.github.com/"
}
}
2 changes: 1 addition & 1 deletion packages/contentstack-export/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ $ npm install -g @contentstack/cli-cm-export
$ csdx COMMAND
running command...
$ csdx (-v|--version|version)
@contentstack/cli-cm-export/0.1.1-beta.3 linux-x64 node-v12.13.1
@contentstack/cli-cm-export/0.1.1-beta.3 darwin-x64 node-v13.14.0
$ csdx --help [COMMAND]
USAGE
$ csdx COMMAND
Expand Down
4 changes: 3 additions & 1 deletion packages/contentstack-import/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ $ npm install -g @contentstack/cli-cm-import
$ csdx COMMAND
running command...
$ csdx (-v|--version|version)
@contentstack/cli-cm-import/0.1.1-beta.4 linux-x64 node-v12.13.1
@contentstack/cli-cm-import/0.1.1-beta.4 darwin-x64 node-v13.14.0
$ csdx --help [COMMAND]
USAGE
$ csdx COMMAND
Expand All @@ -29,6 +29,8 @@ USAGE

## `csdx cm:import`

Import script for importing the content into new stack

```
USAGE
$ csdx cm:import
Expand Down
2 changes: 1 addition & 1 deletion packages/contentstack-plugins/README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
@contentstack/cli-plugins-plugin
=======

Contentstack allows developers to write plugins and add custom commands to the CLI to perform additional tasks using CLI. Refer to the [Plugins](https://www.contentstack.com/docs/developers/cli/create-custom-plugins-using-cli/) documentation to learn more.
Contentstack allows developers to write plugins and add custom commands to the CLI to perform additional tasks using CLI.

[![License](https://img.shields.io/npm/l/@contentstack/cli)](https://github.com/contentstack/cli/blob/main/LICENSE)

Expand Down
12 changes: 5 additions & 7 deletions packages/contentstack/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -893,26 +893,24 @@ _See code: [@contentstack/cli-cm-import](https://github.com/contentstack/cli/blo

## `csdx cm:stack-clone`

This command allows you to migrate data (structure or content or both) from one stack to another stack (either new or existing)
Clone data (structure or content or both) of a stack into another stack

```
This command allows you to migrate data (structure or content or both) from one stack to another stack (either new or existing)
...
Clone data (structure or content or both) of a stack into another stack
Use this plugin to automate the process of cloning a stack in a few steps.
USAGE
$ csdx cm:stack-clone
DESCRIPTION
...
Use this plugin to automate the process of cloning a stack in a few steps.
EXAMPLE
csdx cm:stack-clone
```

_See code: [@contentstack/cli-cm-clone](https://github.com/contentstack/cli/blob/v0.1.0-beta-1/src/commands/cm/stack-clone.js)_
_See code: [@contentstack/cli-cm-clone](https://github.com/contentstack/cli/blob/v0.1.0-beta/src/commands/cm/stack-clone.js)_

## `csdx config:get:region`

Expand Down Expand Up @@ -1000,10 +998,10 @@ _See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/

## `csdx plugins:create`

Generate plugin starter code
generate plugin starter code

```
Generate plugin starter code
generate plugin starter code
USAGE
Expand Down

0 comments on commit f9fd520

Please sign in to comment.