Skip to content
This repository has been archived by the owner on Dec 22, 2020. It is now read-only.

Commit

Permalink
Merge pull request #57 from lipp/install-subcommands
Browse files Browse the repository at this point in the history
install subcommands
  • Loading branch information
ali-hamud authored Apr 16, 2017
2 parents d5c381a + 6c16c02 commit 03cc432
Showing 1 changed file with 12 additions and 1 deletion.
13 changes: 12 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,18 @@
"license": "MIT",
"preferGlobal": true,
"bin": {
"powerbi": "./bin/cli"
"powerbi": "./bin/cli",
"powerbi-clone-report": "./bin/cli-clone-report",
"powerbi-config": "./bin/cli-config",
"powerbi-create-embed-token": "./bin/cli-create-embed-token",
"powerbi-create-workspace": "./bin/cli-create-workspace",
"powerbi-delete-dataset": "./bin/cli-delete-dataset",
"powerbi-get-datasets": "./bin/cli-get-datasets",
"powerbi-get-reports": "./bin/cli-get-reports",
"powerbi-get-workspaces": "./bin/cli-get-workspaces",
"powerbi-import": "./bin/cli-import",
"powerbi-rebind-report": "./bin/cli-rebind-report",
"powerbi-update-connection": "./bin/cli-update-connection"
},
"dependencies": {
"colors": "^1.1.2",
Expand Down

0 comments on commit 03cc432

Please sign in to comment.