File tree Expand file tree Collapse file tree 7 files changed +2472
-587
lines changed Expand file tree Collapse file tree 7 files changed +2472
-587
lines changed Original file line number Diff line number Diff line change @@ -23,11 +23,11 @@ and rectify them.
2323``` sh-session
2424$ npm install -g @contentstack/cli
2525
26- $ csdx plugins:install https://github.com/contentstack/cli-cm-regex-validate/releases/download/v1.1.12 /contentstack-cli-cm-regex-validate-1.1.12 .tgz
26+ $ csdx plugins:install https://github.com/contentstack/cli-cm-regex-validate/releases/download/v1.2.1 /contentstack-cli-cm-regex-validate-1.2.1 .tgz
2727
2828$ csdx plugins
2929running command...
30- @contentstack/cli-cm-regex-validate/1.1.12 darwin-arm64 node-v20.8.0
30+ @contentstack/cli-cm-regex-validate/1.2.1 darwin-arm64 node-v20.8.0
3131
3232$ csdx --help [COMMAND]
3333USAGE
@@ -80,5 +80,5 @@ EXAMPLES
8080 $ csdx cm:stacks:validate-regex -a <management_token_alias> -c -g -f <path/to/the/directory>
8181```
8282
83- _ See code: [ src/commands/cm/stacks/validate-regex.ts] ( https://github.com/contentstack/cli-cm-regex-validate/blob/v1.2.0 /src/commands/cm/stacks/validate-regex.ts ) _
83+ _ See code: [ src/commands/cm/stacks/validate-regex.ts] ( https://github.com/contentstack/cli-cm-regex-validate/blob/v1.2.1 /src/commands/cm/stacks/validate-regex.ts ) _
8484<!-- commandsstop -->
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 1+ #!/usr/bin/env node
2+ // eslint-disable-next-line unicorn/prefer-top-level-await
3+ ( async ( ) => {
4+ const oclif = await import ( '@oclif/core' )
5+ await oclif . execute ( { development : false , dir : __dirname } )
6+ } ) ( )
You can’t perform that action at this time.
0 commit comments