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
Minor issue
ahoy
[fatal] Command [local] has 'imports' set, but no commands were found. Check your yaml file.
.ahoy.local.example.yml is created but not .ahoy.local.yml and so ahoy cannot find the local file to import commands and throws this error.
.ahoy.local.example.yml
.ahoy.local.yml
Change installation script to create a .ahoy.local.yml rather than an example file
The text was updated successfully, but these errors were encountered:
I can see why it's done this way .ahoy.local.yml is excluded via .gitignore so your local commands are not added to repository.
.gitignore
But equally it's referred to via .ahoy.yml so it is a file that needs to be added to repository or else every developer needs to create this file.
.ahoy.yml
I guess there needs to be a direction on the preferred direction:
local
Sorry, something went wrong.
No branches or pull requests
Minor issue
Steps to reproduce
ahoy
command to see commands[fatal] Command [local] has 'imports' set, but no commands were found. Check your yaml file.
Cause
.ahoy.local.example.yml
is created but not.ahoy.local.yml
and so ahoy cannot find the local file to import commands and throws this error.Proposed fix
Change installation script to create a
.ahoy.local.yml
rather than an example fileThe text was updated successfully, but these errors were encountered: