You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The promote command accepts both source-environment and from as synonymous values. In yargs we can do this through alias definitions. It seems like oclif can't handle these. We should figure out an alternative.
I see two paths:
we contribute this ability to oclif
inside our yargs to oclif converter we add logic that double registers the arguments and then merges them back together.
The text was updated successfully, but these errors were encountered:
Previously only one character aliases worked since oclif doesn't support anything else. I ended up
adding steps to our normalization to "fake" alias support
fix#242
Previously only one character aliases worked since oclif doesn't support anything else. I ended up
adding steps to our normalization to "fake" alias support
fix#242
Previously only one character aliases worked since oclif doesn't support anything else. I ended up
adding steps to our normalization to "fake" alias support
fix#242
The
promote
command accepts bothsource-environment
andfrom
as synonymous values. In yargs we can do this throughalias
definitions. It seems like oclif can't handle these. We should figure out an alternative.I see two paths:
The text was updated successfully, but these errors were encountered: