@vtex/cli-plugin-cms
v1.2.0
Published
vtex plugin cms
Downloads
260
Maintainers
Keywords
Readme
Usage
$ npm install -g @vtex/cli-plugin-cms
$ vtex COMMAND
running command...
$ vtex (-v|--version|version)
@vtex/cli-plugin-cms/1.2.0 linux-x64 node-v14.21.3
$ vtex --help [COMMAND]
USAGE
$ vtex COMMAND
...
Commands
vtex cms:sync [BUILDERNAME]
Syncs CMS schemas with the current workspace in use.
USAGE
$ vtex cms:sync [BUILDERNAME] [-v] [-h] [--trace] [-w] [-y]
FLAGS
-h, --help Shows this help message.
-v, --verbose Shows debug level logs.
-w, --watch watch
-y, --yes yes flag to skip sync confirmation
--trace Ensures all requests to VTEX IO are traced.
DESCRIPTION
Syncs CMS schemas with the current workspace in use.
See code: build/commands/cms/sync.ts