We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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: ""
The text was updated successfully, but these errors were encountered:
solved #15
Sorry, something went wrong.
No branches or pull requests
Trying to switch to a project which configuration has no "repo" param ends execution without action nor output.
For example, with this .tacoma.yml:
You get:
An error message would be appreciated.
Anyway, if you don't want to set a repo, you can use as workaround:
repo: ""
The text was updated successfully, but these errors were encountered: