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

set connection mode returns no valuable information #70

Closed
calevans opened this issue Jan 28, 2015 · 2 comments
Closed

set connection mode returns no valuable information #70

calevans opened this issue Jan 28, 2015 · 2 comments
Milestone

Comments

@calevans
Copy link
Contributor

terminus site connection-mode --site=sitename --env=dev --set=sftp

This command does not return anything of value. Whether it is successful or not, it returns a table of data about the site. The connection mode is not listed in this table.

Failure does not return a failure or a reason. It returns the same table.

I suggest that the command should return a 0 on failure or a 1 on success unless a verbose flag has been set. In the case of verbose, it should return the same thing that this command does.

terminus site connection-mode --site=sitename --env=dev 

Specifically:

Connection mode: Git

Cheers!
=C=

@mikevanwinkle
Copy link
Contributor

That's what the command used to do, perhaps something in the API changed.

@mikevanwinkle mikevanwinkle added this to the 0.4-beta milestone Jan 28, 2015
@mikevanwinkle mikevanwinkle self-assigned this Jan 28, 2015
@mikevanwinkle
Copy link
Contributor

fixed in #66

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants