Skip to content

Bugfix: Pass local project name to Destroy #643

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

Merged
merged 2 commits into from
Aug 28, 2024
Merged

Conversation

jordanstephens
Copy link
Member

Bugfix: Use the local project name with defang compose down.

Background:
It looks like we added the Project field to the DeleteRequest in #560 but instead of sourcing the project name from the local compose file, we used the value returned by GetServices, which is unfortunately still populated with the tenant name. Instead, we should source the project name from the local compose file or from the --project-name CLI flag.

@lionello lionello merged commit f649184 into main Aug 28, 2024
7 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants