-
Notifications
You must be signed in to change notification settings - Fork 85
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[eas-cli] Extract entity utilities from update command class (#1478)
* refactor(update): remove default non-interactive value to rely on falsy values Co-authored-by: Will Schurman <[email protected]> * refactor(updates): make non interactive optional to rely on falsy values * Revert "refactor(update): remove default non-interactive value to rely on falsy values" This reverts commit 23ac36d. * Revert "refactor(updates): make non interactive optional to rely on falsy values" This reverts commit 94ae7cc. * refactor(update): move ensure methods outside the update command * fix(update): add back log about channel pointing to branch * refactor(branch): reuse query from shared utilsin `branch:create` * refactor(channel): reuse query from shared utilsin `channel:create` Co-authored-by: Will Schurman <[email protected]>
- Loading branch information
Showing
5 changed files
with
150 additions
and
162 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.