Skip to content

Commit

Permalink
add test cases to command class and some ci fixes,lerna run version c…
Browse files Browse the repository at this point in the history
…ommand updates
  • Loading branch information
ninadhatkar committed May 5, 2021
1 parent b1ad367 commit 93e1835
Show file tree
Hide file tree
Showing 14 changed files with 423 additions and 1,208 deletions.
7 changes: 3 additions & 4 deletions packages/contentstack-clone/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ $ npm install -g @contentstack/cli-cm-clone
$ csdx COMMAND
running command...
$ csdx (-v|--version|version)
@contentstack/cli-cm-clone/0.1.0-beta-1 darwin-x64 node-v13.14.0
@contentstack/cli-cm-clone/0.1.0-beta.1 darwin-x64 node-v13.14.0
$ csdx --help [COMMAND]
USAGE
$ csdx COMMAND
Expand All @@ -37,19 +37,18 @@ USAGE

## `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

```
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: [src/commands/cm/stack-clone.js](https://github.com/contentstack/cli/blob/v0.1.0-beta-1/src/commands/cm/stack-clone.js)_
_See code: [src/commands/cm/stack-clone.js](https://github.com/contentstack/cli/blob/v0.1.0-beta.1/src/commands/cm/stack-clone.js)_
<!-- commandsstop -->
Loading

0 comments on commit 93e1835

Please sign in to comment.