Skip to content

Commit

Permalink
Merge pull request #96 from contentstack/feat/DX-583
Browse files Browse the repository at this point in the history
DX - 583 - changed command as per oclif v3 dependency update and 1 test case fix
  • Loading branch information
cs-raj authored May 16, 2024
2 parents 5ef8cd8 + 65b1f00 commit f7d7643
Show file tree
Hide file tree
Showing 6 changed files with 2,370 additions and 584 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -80,5 +80,5 @@ EXAMPLES
$ csdx cm:stacks:validate-regex -a <management_token_alias> -c -g -f <path/to/the/directory>
```

_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)_
_See code: [src/commands/cm/stacks/validate-regex.ts](https://github.com/contentstack/cli-cm-regex-validate/blob/v1.2.2/src/commands/cm/stacks/validate-regex.ts)_
<!-- commandsstop -->
6 changes: 0 additions & 6 deletions bin/run

This file was deleted.

6 changes: 6 additions & 0 deletions bin/run.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
#!/usr/bin/env node
// eslint-disable-next-line unicorn/prefer-top-level-await
(async () => {
const oclif = await import('@oclif/core')
await oclif.execute({development: false, dir: __dirname})
})()
Loading

0 comments on commit f7d7643

Please sign in to comment.