-
Notifications
You must be signed in to change notification settings - Fork 441
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(cli): show on-events scripts in nango deploy output (#3067)
<!-- Describe the problem and your solution --> `on-events` scripts were not shown in the CLI `nango deploy` output. Now: <img width="1394" alt="Screenshot 2024-11-26 at 13 26 38" src="https://github.com/user-attachments/assets/7e8679c9-66e4-4eda-afd0-19cbb0dc4b58"> `setup` and `cleanup` are the on-event scripts. Note that the versioning scheme for `on-events` is different from syncs/actions, not sure why. How to test: 1. install cli local package: `npm install PATH/TO/REPO/packages/cli -g`. Might need to uninstall it before. 2. Have a integration setup with some `on-events` scripts 3. Run `nango deploy dev`
- Loading branch information
Showing
7 changed files
with
32 additions
and
8 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
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