1.0.2 • Published 4 years ago

@simonbetton/contentful-import-workflow-manager v1.0.2

Weekly downloads
-
License
MIT
Repository
github
Last release
4 years ago

@simonbetton/contentful-import-workflow-manager

A simple tool to extract the contentful-cli export file into a more manageable workflow.

Version Downloads/week License

Commands

ciwm bundle

Creates an import JSON file

USAGE
  $ ciwm bundle

See code: src/commands/bundle.ts

ciwm configure

Configure Contentful to import and export

USAGE
  $ ciwm configure

OPTIONS
  -c, --clear                              clears config by space ID
  -e, --environment_id=environment_id      environment ID e.g.'master'
  -h, --help                               show CLI help
  -s, --space_id=space_id                  space ID
  -t, --management_token=management_token  management token

See code: src/commands/configure.ts

ciwm expand

Using the export files, expand into a workable folder/file format

USAGE
  $ ciwm expand

OPTIONS
  -h, --help  show CLI help

See code: src/commands/expand.ts

ciwm export

A wrapper for the contentful-cli export command

USAGE
  $ ciwm export

OPTIONS
  -h, --help               show CLI help
  -s, --space_id=space_id  space ID

See code: src/commands/export.ts

ciwm help [COMMAND]

display help for ciwm

USAGE
  $ ciwm help [COMMAND]

ARGUMENTS
  COMMAND  command to show help for

OPTIONS
  --all  see all commands in CLI

See code: @oclif/plugin-help

ciwm import

A wrapper for the contentful-cli import command

USAGE
  $ ciwm import

OPTIONS
  -f, --file=file          import JSON file
  -h, --help               show CLI help
  -s, --space_id=space_id  space ID

See code: src/commands/import.ts