Skip to content

Commit

Permalink
feat(cli): Added keyshade command to cli
Browse files Browse the repository at this point in the history
  • Loading branch information
rajdip-b committed Jan 9, 2025
1 parent 6c436de commit cf260ae
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 3 deletions.
4 changes: 4 additions & 0 deletions apps/cli/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,3 +11,7 @@
### Minor Changes

- Fixed invalid import issue

## 2.0.2

- Added `keyshade` command
7 changes: 5 additions & 2 deletions apps/cli/package-lock.json

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

5 changes: 4 additions & 1 deletion apps/cli/package.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,16 @@
{
"name": "@keyshade/cli",
"version": "2.0.1",
"version": "2.0.2",
"description": "CLI for keyshade",
"main": "dist/src/index.js",
"private": false,
"repository": {
"url": "https://github.com/keyshade-xyz/keyshade",
"type": "git"
},
"bin": {
"keyshade": "dist/src/index.js"
},
"type": "module",
"scripts": {
"build": "tsc && tsc-alias",
Expand Down

0 comments on commit cf260ae

Please sign in to comment.