Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 6 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -79,9 +79,14 @@ These are seeding files maintained as part of this repo that represent templates
- Run `node ./dist/cli.js [command]` to debug a command.
- Run `npm run test` to run unit tests.

## Json File Support
- Run `npm install`
- Run `npm run build` everytime you change source files.
- Run `node ./dist/cli.js validate ./seeds/Order-Cloud-seeding.json` to validate the json file.
- Run `node ./dist/cli.js seed ./seeds/Order-Cloud-seeding.json -u=[your user name] -p=[your ordercloud password] -n=[Your ordercloud market place name]` to seed the json file.

## Nice to Have features
- JSON as an option
- JSON as an option - Refer the above section
- Reference other files
- Template variables in YAML for imports. Including allowing OC to define an ID and then applying it later.

Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading