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
Hi there! 👋🏼
Running next --init I'd expect it to output _something to the console. For example:
next --init
Created symlink Gemfile.next from Gemfile
And/or:
Copied Gemfile.lock -> Gemfile.next.lock
After calling next --init I only see a blank line:
➜ foo git:(upgrade-rails-7-1) ✗ next --init
More verbose output?
next_rails
I'm working on a migration project using these versions:
Thanks!
I will abide by the code of conduct
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Hi there! 👋🏼
Expected Behavior
Running
next --init
I'd expect it to output _something to the console. For example:And/or:
Actual Behavior
After calling
next --init
I only see a blank line:Possible Fix
More verbose output?
To Reproduce
next_rails
to your Gemfile (v1.3.0)next --init
Additional Information
I'm working on a migration project using these versions:
Thanks!
I will abide by the code of conduct
The text was updated successfully, but these errors were encountered: