Skip to content
Merged
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
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -92,6 +92,7 @@ run `node content-cli.js` in the generated `dist` folder.

If we want to use a specific local build of the tool globally, we can do this by:
- Move to the root directory of the project.
- Execute `cd dist`, to move to the `dist` directory.
- Execute the `npm link` command.
This will create a symbolic link in the global `node_modules` directory, allowing you to run the CLI from anywhere on your machine.

Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
{
"name": "@celonis/content-cli",
"version": "1.0.0",
"version": "1.0.1",
"description": "CLI Tool to help manage content in Celonis Platform",
"main": "content-cli.js",
"bin": {
"content-cli": "./dist/content-cli.js"
"content-cli": "./content-cli.js"
Comment thread
ksalihu marked this conversation as resolved.
},
"author": "Celonis SE",
"license": "MIT",
Expand Down