-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* chore: remove commented gh actions workflow * feat: refactored phase_get_context to handle app_id * feat: add app_id support in phase_io crud * feat: app_id in phase secrets create * feat: app_id in phase run * feat: app_id in phase secrets delete * feat: app_id in phase secrets delete * feat: app_id in phase secrets get * feat: app_id in phase secrets list * feat: app_id in phase secrets update * feat: app_id in phase secrets import * feat: added --app-id flag, updated comments * fix: add phase_app_id context in phase_list_secrets after deleting secrets * fix: pass phase+app_id context to phase_list_secrets after secret creation * feat: use console.log * fix: match the application using app_id first, then fall back to app_name if app_id is not provided * fix: pass phase_app_id context to phase secret list after updating secrets * feat: add --app-id flag to phase secrets update * chore: bump version * fix: phase run test and added run with app_id test
- Loading branch information
Showing
16 changed files
with
140 additions
and
116 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
# Maintainer: Phase <[email protected]> | ||
pkgname=phase | ||
pkgver=1.18.4 | ||
pkgver=1.18.5 | ||
pkgrel=0 | ||
pkgdesc="Phase CLI" | ||
url="https://phase.dev" | ||
|
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
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.