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

install subcommands #57

Merged
merged 1 commit into from
Apr 16, 2017
Merged

Conversation

lipp
Copy link
Contributor

@lipp lipp commented Apr 7, 2017

closes #18 and #5
@stevenharman

@ali-hamud ali-hamud self-requested a review April 9, 2017 14:01
"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"
},
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

can you please explain why you need this? and how they help you?

you always can run:
powerbi get-workspaces (for example)

Copy link
Contributor Author

@lipp lipp Apr 13, 2017

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

On OSX powerbi get-workspaces etc. do not work as stated in #18 (tested with latest release via npm install). The subscommands are not found, because they are not installed.

powerbi -V
1.0.9

powerbi get-workspaces

  powerbi-get-workspaces(1) does not exist, try --help

I don't actually need to call the subcommands directly, but without installing them this package does not work on OSX

I am on OSX sierra, node 7 via nvm, but I guess this does not matter...

Copy link
Contributor

@ali-hamud ali-hamud left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

to enable installing cli on OSX.

@ali-hamud ali-hamud merged commit 03cc432 into microsoft:master Apr 16, 2017
@lipp lipp deleted the install-subcommands branch April 18, 2017 07:14
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

All commands result in error "(1) does not exist", on mac osx
2 participants