[PDE-4682] chore(cli): Add @clif/core dependency, upgrade @oclif/plugin-help #739
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
As mentioned in #556 (comment), simply upgrading
@oclif/plugin-help
will break CLI functionality due to certain helper methods we were using inZapierBaseCommand
being removed. In fact, they were moved over to the@oclif/core
library.This PR adds the
@oclif/core
dependency, which is also the first step in migrating over from deprecated helper libraries.A visual difference in how text is formatted can be observed before and after this PR. I'm looking into why this formatting change occurred to see if we can maintain the previous formatting style.
Before (wider terminal):
After (wider terminal):
Before (smaller terminal):
After (smaller terminal):