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

Added verbose mode to baremetal #8544

Merged
merged 3 commits into from
Jun 8, 2023

Conversation

Bigood
Copy link
Contributor

@Bigood Bigood commented Jun 7, 2023

Simply added an option to pass verbose mode on baremetal's cli with --verbose, which is already used by the handler method:

    const tasks = new Listr(commands(yargs, ssh), {
      concurrent: true,
      exitOnError: true,
      renderer: yargs.verbose && 'verbose',
    })

Copy link
Contributor

@jtoar jtoar left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks @Bigood!

@jtoar jtoar added the release:fix This PR is a fix label Jun 7, 2023
@jtoar jtoar merged commit 15abfbf into redwoodjs:main Jun 8, 2023
@redwoodjs-bot redwoodjs-bot bot added this to the next-release milestone Jun 8, 2023
jtoar pushed a commit that referenced this pull request Jun 8, 2023
@jtoar jtoar modified the milestones: next-release, v5.4.0 Jun 22, 2023
@Bigood Bigood deleted the feature/baremetal-verbose branch July 17, 2024 14:21
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
release:fix This PR is a fix
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants