Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Client CLI doesn't appear to match documentation #35

Closed
efexen opened this issue Nov 29, 2016 · 2 comments
Closed

Client CLI doesn't appear to match documentation #35

efexen opened this issue Nov 29, 2016 · 2 comments

Comments

@efexen
Copy link
Contributor

efexen commented Nov 29, 2016

I've just installed the Client CLI by following the instructions in the README.

Running fission -v confirms I am running v0.5.0

If I try to follow along and create the environment using fission env create I get following listing:

Usage: fission [options] COMMAND [arguments]
    -h, --help                       Displays this message
    -v, --version                    Output the version of fission

Commands:
clone                Clone a VM
delete               Delete a VM
info                 Show information for a VM
snapshot create      Create a snapshot of a VM
snapshot delete      Delete a snapshot of a VM
snapshot list        List the snapshots of a VM
snapshot revert      Revert a VM to a snapshot
start                Start a VM
status               Show the status of all VMs
stop                 Stop a VM
suspend              Suspend a VM

None of the commands seem to match any that are described in the documentation or the codebase here in Github?

Am I missing something completely?

Thanks,
Ville

@soamvasani
Copy link
Member

Looks like you're running the wrong fission :) I googled that help message and it looks like you're running https://github.com/thbishop/fission , which is an unrelated project.

@efexen
Copy link
Contributor Author

efexen commented Nov 29, 2016

😮 That makes sense:

which fission returns /Users/ville/.rbenv/shims/fission

This might cause trouble, thanks for quick reply

@efexen efexen closed this as completed Nov 29, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants