-
Notifications
You must be signed in to change notification settings - Fork 10
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(push): adds build and push functionality into different subcomma…
…nds (#21) * feat(push): adds build and push functionality into different subcommands Closes #6 Signed-off-by: Jennifer Power <[email protected]> * docs: updates README.md with new usage directions for push Signed-off-by: Jennifer Power <[email protected]> * feat: changes Client interface to allow the descriptors be returned Returning the descriptors allows for easier testing of concrete implementations of the Client interface and allows for post-processing on descriptors. Signed-off-by: Jennifer Power <[email protected]> * chore: comment clean up in graph and builder packages Signed-off-by: Jennifer Power <[email protected]> * chore: update README.md with user workflow Signed-off-by: Jennifer Power <[email protected]> * test: adds artifact digest checking on build unit tests Signed-off-by: Jennifer Power <[email protected]> * chore: adds logger to push command Signed-off-by: Jennifer Power <[email protected]> * test(cli): adds logger to push e2e test Signed-off-by: Jennifer Power <[email protected]> * Update README.md Co-authored-by: Andrew Block <[email protected]> * docs: adds correct output flags and fixes naming in examples Signed-off-by: Jennifer Power <[email protected]> * fix(build): bumps log about workspace to Info level in build command Signed-off-by: Jennifer Power <[email protected]> Co-authored-by: Andrew Block <[email protected]>
- Loading branch information
Showing
23 changed files
with
622 additions
and
141 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
Oops, something went wrong.