1.19.2 • Published 10 months ago

@contentstack/cli-cm-import v1.19.2

Weekly downloads
9
License
MIT
Repository
github
Last release
10 months ago

@contentstack/cli-cm-import

It is Contentstack’s CLI plugin to import content in the stack. To learn how to export and import content in Contentstack, refer to the Migration guide.

Licenseit -m

For switching to EU region update the hosts at config/default.js

{
  host:'https://eu-api.contentstack.com/v3',
  cdn: 'https://eu-cdn.contentstack.com/v3',
 ...
}

For switching to AZURE-NA region update the hosts at config/default.js

{
  host:'https://azure-na-api.contentstack.com/v3',
  cdn: 'https://azure-na-cdn.contentstack.com/v3'
 ...
}

For switching to AZURE-EU region update the hosts at config/default.js

{
  host:'https://azure-eu-api.contentstack.com/v3',
  cdn: 'https://azure-eu-cdn.contentstack.com/v3'
 ...
}

Usage

$ npm install -g @contentstack/cli-cm-import
$ csdx COMMAND
running command...
$ csdx (--version)
@contentstack/cli-cm-import/1.19.2 linux-x64 node-v18.20.4
$ csdx --help [COMMAND]
USAGE
  $ csdx COMMAND
...

Commands

csdx cm:stacks:import [-c <value>] [-k <value>] [-d <value>] [-a <value>] [--module <value>] [--backup-dir <value>] [--branch <value>] [--import-webhook-status disable|current]

Import content from a stack

USAGE
  $ csdx cm:stacks:import [-c <value>] [-k <value>] [-d <value>] [-a <value>] [--module <value>] [--backup-dir <value>]
    [--branch <value>] [--import-webhook-status disable|current]

FLAGS
  -B, --branch=<value>                [optional] branch name
  -a, --alias=<value>                 alias of the management token
  -b, --backup-dir=<value>            [optional] backup directory name when using specific module
  -c, --config=<value>                [optional] path of config file
  -d, --data-dir=<value>              path and location where data is stored
  -k, --stack-api-key=<value>         API key of the target stack
  -m, --module=<value>                [optional] specific module name
  -y, --yes                           [optional] Override marketplace prompts
  --exclude-global-modules            Excludes the branch-independent module from the import operation
  --import-webhook-status=<option>    [default: disable] [optional] Webhook state
                                      <options: disable|current>
  --personalize-project-name=<value>  Personalize project name.
  --replace-existing                  Replaces the existing module in the target stack.
  --skip-app-recreation               [optional] Skip private apps recreation if already exist
  --skip-audit                        Skips the audit fix.
  --skip-existing                     Skips the module exists warning messages.

DESCRIPTION
  Import content from a stack

ALIASES
  $ csdx cm:import

EXAMPLES
  $ csdx cm:stacks:import --stack-api-key <stack_api_key> --data-dir <path/of/export/destination/dir>

  $ csdx cm:stacks:import --config <path/of/config/dir>

  $ csdx cm:stacks:import --module <single module name>

  $ csdx cm:stacks:import --module <single module name> --backup-dir <backup dir>

  $ csdx cm:stacks:import --alias <management_token_alias>

  $ csdx cm:stacks:import --alias <management_token_alias> --data-dir <path/of/export/destination/dir>

  $ csdx cm:stacks:import --alias <management_token_alias> --config <path/of/config/file>

  $ csdx cm:stacks:import --branch <branch name>  --yes --skip-audit

csdx cm:stacks:import [-c <value>] [-k <value>] [-d <value>] [-a <value>] [--module <value>] [--backup-dir <value>] [--branch <value>] [--import-webhook-status disable|current]

Import content from a stack

USAGE
  $ csdx cm:stacks:import [-c <value>] [-k <value>] [-d <value>] [-a <value>] [--module <value>] [--backup-dir <value>]
    [--branch <value>] [--import-webhook-status disable|current]

FLAGS
  -B, --branch=<value>                [optional] branch name
  -a, --alias=<value>                 alias of the management token
  -b, --backup-dir=<value>            [optional] backup directory name when using specific module
  -c, --config=<value>                [optional] path of config file
  -d, --data-dir=<value>              path and location where data is stored
  -k, --stack-api-key=<value>         API key of the target stack
  -m, --module=<value>                [optional] specific module name
  -y, --yes                           [optional] Override marketplace prompts
  --exclude-global-modules            Excludes the branch-independent module from the import operation
  --import-webhook-status=<option>    [default: disable] [optional] Webhook state
                                      <options: disable|current>
  --personalize-project-name=<value>  Personalize project name.
  --replace-existing                  Replaces the existing module in the target stack.
  --skip-app-recreation               [optional] Skip private apps recreation if already exist
  --skip-audit                        Skips the audit fix.
  --skip-existing                     Skips the module exists warning messages.

DESCRIPTION
  Import content from a stack

ALIASES
  $ csdx cm:import

EXAMPLES
  $ csdx cm:stacks:import --stack-api-key <stack_api_key> --data-dir <path/of/export/destination/dir>

  $ csdx cm:stacks:import --config <path/of/config/dir>

  $ csdx cm:stacks:import --module <single module name>

  $ csdx cm:stacks:import --module <single module name> --backup-dir <backup dir>

  $ csdx cm:stacks:import --alias <management_token_alias>

  $ csdx cm:stacks:import --alias <management_token_alias> --data-dir <path/of/export/destination/dir>

  $ csdx cm:stacks:import --alias <management_token_alias> --config <path/of/config/file>

  $ csdx cm:stacks:import --branch <branch name>  --yes --skip-audit

See code: src/commands/cm/stacks/import.ts

1.19.2

10 months ago

1.19.1

10 months ago

1.18.0

11 months ago

1.19.0

10 months ago

1.17.1

11 months ago

1.16.6

12 months ago

1.17.0

11 months ago

1.16.3

1 year ago

1.16.2

1 year ago

1.16.1

1 year ago

1.16.0

1 year ago

1.16.5

1 year ago

1.16.4

1 year ago

1.15.8

1 year ago

1.15.7

1 year ago

1.15.6

1 year ago

1.15.5

1 year ago

1.15.4

1 year ago

1.15.3

1 year ago

1.15.2

1 year ago

1.15.1

1 year ago

1.15.0

1 year ago

1.14.3

1 year ago

1.14.2

1 year ago

1.14.1

1 year ago

1.14.0

1 year ago

1.13.3

2 years ago

1.13.2

2 years ago

1.13.1

2 years ago

1.13.0

2 years ago

1.12.2

2 years ago

1.12.1

2 years ago

1.12.0

2 years ago

1.8.2

2 years ago

1.8.1

2 years ago

1.8.0

2 years ago

1.6.0

2 years ago

1.11.0

2 years ago

1.11.1

2 years ago

1.9.1

2 years ago

1.9.0

2 years ago

1.7.1

2 years ago

1.7.0

2 years ago

1.5.10

2 years ago

1.5.11

2 years ago

1.8.4

2 years ago

1.8.3

2 years ago

1.10.1

2 years ago

1.10.0

2 years ago

1.5.9

2 years ago

1.5.5

2 years ago

1.5.4

2 years ago

1.5.3

2 years ago

1.5.2

2 years ago

1.5.1

2 years ago

1.5.8

2 years ago

1.5.7

2 years ago

1.5.6

2 years ago

1.5.0

2 years ago

1.4.0

2 years ago

1.3.0

2 years ago

1.2.0

3 years ago

1.2.4

3 years ago

1.2.3

3 years ago

1.2.2

3 years ago

1.2.1

3 years ago

1.1.0

3 years ago

1.0.1

3 years ago

1.0.0

3 years ago

0.1.1-beta.18

3 years ago

0.1.1-beta.17

3 years ago

0.1.1-beta.15

3 years ago

0.1.1-beta.16

3 years ago

0.1.1-beta.14

3 years ago

0.1.1-beta.12

3 years ago

0.1.1-beta.13

3 years ago

0.1.1-beta.10

4 years ago

0.1.1-beta.11

4 years ago

0.1.1-beta.9

4 years ago

0.1.1-beta.8

4 years ago

0.1.1-beta.7

4 years ago

0.1.1-beta.6

4 years ago

0.1.1-beta.5

4 years ago

0.1.1-beta.4

4 years ago

0.1.1-beta.2

5 years ago

0.1.1-beta.3

5 years ago

0.1.1-beta.1

5 years ago

0.1.0-beta

5 years ago