-
Notifications
You must be signed in to change notification settings - Fork 115
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
Implement repeatable -f flag #727
Comments
This would be really handy for deploying via |
As an fyi: you can do |
|
This is blocked on an upcoming Thor release (PR there is already merged). |
That PR seems merged. Is there any way to specify |
It seems I did a quick test and it is possible really easily enable multiple |
The original desire was to keep the flags similar to
That would be very welcome. It's been a long time since I touched this issue, and I'm sure things have changed since then :) If you're able to pick this up I would really appreciate it! |
Feature request
In following our attempt to mimic, as much as possible,
kubectl
syntax, we should make the--filenames | -f
flag repeatable. This is simple to do (simply setrepeatable: true
for the option). However, rails/thor#715 needs to be released before this will actually work as intended. To observe why this fails, simply run the CLI tests and observe the failure outputs.The text was updated successfully, but these errors were encountered: