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

No output when config lacks "repo" param #11

Open
rochgs opened this issue May 31, 2016 · 1 comment
Open

No output when config lacks "repo" param #11

rochgs opened this issue May 31, 2016 · 1 comment

Comments

@rochgs
Copy link

rochgs commented May 31, 2016

Trying to switch to a project which configuration has no "repo" param ends execution without action nor output.

For example, with this .tacoma.yml:

foo:
  aws_identity_file: "$HOME/.ssh/id_rsa"
  aws_secret_access_key: [real_key_here]
  aws_access_key_id: [real_key_id_here]

You get:

$> tacoma switch foo
$>

An error message would be appreciated.

Anyway, if you don't want to set a repo, you can use as workaround:

repo: ""

@danielRomero
Copy link
Contributor

solved #15

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