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

fix(cli): Handle case for no arguments for verbose baremetal deploy #10663

Merged
merged 4 commits into from
May 21, 2024

Conversation

Josh-Walker-GM
Copy link
Collaborator

Problem
We recently improved the verbose output of the baremetal deployment process. It looks like this improvement has introduced a small bug. See #10654 for more details.

Changes

  1. Guard against args being undefined.

@Josh-Walker-GM Josh-Walker-GM self-assigned this May 21, 2024
@Josh-Walker-GM Josh-Walker-GM added the release:fix This PR is a fix label May 21, 2024
@Josh-Walker-GM Josh-Walker-GM added this to the next-release-patch milestone May 21, 2024
@Josh-Walker-GM Josh-Walker-GM requested a review from Tobbe May 21, 2024 22:13
@Josh-Walker-GM
Copy link
Collaborator Author

I have not explicitly tested but this should close #10654 🤞

Copy link
Member

@Tobbe Tobbe left a comment

Choose a reason for hiding this comment

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

LGTM

@Josh-Walker-GM
Copy link
Collaborator Author

Thanks @Tobbe, a lot simpler/cleaner now!

@Josh-Walker-GM Josh-Walker-GM merged commit d611d7c into main May 21, 2024
46 checks passed
@Josh-Walker-GM Josh-Walker-GM deleted the jgmw/fix-baremetal-verbose-args branch May 21, 2024 23:18
Josh-Walker-GM added a commit that referenced this pull request May 22, 2024
…10663)

**Problem**
We recently improved the verbose output of the baremetal deployment
process. It looks like this improvement has introduced a small bug. See
#10654 for more details.

**Changes**
1. Guard against `args` being undefined.

---------

Co-authored-by: Tobbe Lundberg <tobbe@tlundberg.com>
Josh-Walker-GM added a commit that referenced this pull request May 22, 2024
…10663)

**Problem**
We recently improved the verbose output of the baremetal deployment
process. It looks like this improvement has introduced a small bug. See
#10654 for more details.

**Changes**
1. Guard against `args` being undefined.

---------

Co-authored-by: Tobbe Lundberg <tobbe@tlundberg.com>
dac09 added a commit to dac09/redwood that referenced this pull request May 22, 2024
…-role-authmw

* 'main' of github.com:redwoodjs/redwood:
  fix(dbAuthMw): Update and fix logic related to dbAuth "verbs" and decryptionErrors (redwoodjs#10668)
  RSC: routes-auto-loader is not used for SSR anymore (redwoodjs#10672)
  chore(crwa): Remove unused jest dev dependency (redwoodjs#10673)
  RSC: rscBuildEntriesFile: Only ServerEntry and Routes needed for serverEntries (redwoodjs#10671)
  RSC: clientSsr: getServerEntryComponent() (redwoodjs#10670)
  RSC: worker: getFunctionComponent -> getRoutesComponent (redwoodjs#10669)
  RSC: kitchen-sink: Make the ReadFileServerCell output take up less space (redwoodjs#10667)
  RSC: Remove commented code related to prefixToRemove transform() (redwoodjs#10666)
  RSC Client Router (redwoodjs#10557)
  RSC: Add 'use client' to remaining client cells in kitchen-sink (redwoodjs#10665)
  RSC: vite auto-loader: Spell out 'path' and other chores (redwoodjs#10662)
  fix(cli): Handle case for no arguments for verbose baremetal deploy  (redwoodjs#10663)
  RSC: kitchen-sink: Make it more clear where layout ends and main content starts (redwoodjs#10661)
  RSC: Make the kitchen-sink smoke-test more robust/resilient (redwoodjs#10660)
  RSC: Source format of EmptyUsersCell in kitchen-sink (redwoodjs#10658)
  RSC: Add 'use client' to all client cells in kitchen-sink (redwoodjs#10659)
  chore(__fixtures__): Follow-up: Make test projects match newer CRWA template (redwoodjs#10657)
  feat: Reworks RSC server entries and route manifest building to derive from routes and include if route info related to authentication (redwoodjs#10572)
  chore(__fixtures__): Make test projects match newer CRWA template (redwoodjs#10655)
Josh-Walker-GM added a commit that referenced this pull request May 22, 2024
**Problem**
We introduced an error in the fix here: #10663

**Changes**
1. We ensure a space is present in the built command.
Josh-Walker-GM added a commit that referenced this pull request May 22, 2024
**Problem**
We introduced an error in the fix here: #10663

**Changes**
1. We ensure a space is present in the built command.
Josh-Walker-GM added a commit that referenced this pull request May 22, 2024
**Problem**
We introduced an error in the fix here: #10663

**Changes**
1. We ensure a space is present in the built command.
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
2 participants