-
Notifications
You must be signed in to change notification settings - Fork 16
[FEATURE] have error code for deployment get command #511
Conversation
|
@dennisseah yes |
it is also happening for master branch because here https://github.com/CatalystCode/spk/blob/master/src/commands/deployment/get.ts#L244, we have .then and do not have .catch. I will try to fix this. I guess we print warning if we cannot fetch PR, please confirm |
|
@dennisseah interesting, didn't see it happen on master for me but maybe i need to pull again. |
|
@dennisseah i just pulled the latest and it's working on master. Maybe we need to have promise and resolve? |
edaena
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good. Just verify the functionality by running the integration tests before merging.
samiyaakhtar
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Works with -o wide now. Thanks @dennisseah


ran integration test successfully
closes microsoft/bedrock#1316