-
Notifications
You must be signed in to change notification settings - Fork 59
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Clean-out service_id from manifest when deleting a service. #268
Conversation
This seems to be based off of #266 and thus makes it hard to review. Is this intentional? |
@phamann This was intentional. I purposely didn't ping you for a PR review as I was waiting for the other PR to be merged (thus cleaning up the extra changes in this PR). To be fair I should probably have made this a 'Draft PR' instead. |
72d4606
to
13c1b0a
Compare
13c1b0a
to
e719ebb
Compare
e719ebb
to
4870555
Compare
4870555
to
a311bc9
Compare
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.
Fantastic!
Problem: When you delete a service, the
service_id
in the manifest persists. Which (depending on what subcommands you execute next) could cause an unexpected error.Solution: When deleting a service, be sure to clean-out the Service ID value from the manifest.