Skip to content

Commit

Permalink
explain arguments
Browse files Browse the repository at this point in the history
  • Loading branch information
omerlh committed May 28, 2019
1 parent 5b9e206 commit ab8d9cd
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions init-container/CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,8 @@ export set KAMUS_URL=http://localhost:5000
node index.js -e encrypted -d decrypted -n output.json
```

The first argument (`-e`) point to the folder with the encrypted files, the second (`-d`) point to the folder that will contain the decrypted items and (`-n`) is the decrypted file name.

And you should see a file name `output.json` created under `decrypted` folder with the decrypted content.
Now you can run the init continer locally, debug it and add features.

Expand Down

0 comments on commit ab8d9cd

Please sign in to comment.