Skip to content
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

Consistent message between live and dry run #20

Merged
merged 1 commit into from
Mar 20, 2024

Conversation

strokyl
Copy link
Collaborator

@strokyl strokyl commented Mar 20, 2024

No description provided.

Copy link

linear bot commented Mar 20, 2024

CONS-862 Consistent message between live & dry-run

Running the command in dry-run & normal doesn't show the same message

$ conduktor apply -f . --dry-run
application/clickstream-app: Nothing to do
app-instance/clickstream-app-prod3: Nothing to do

Running the command without:

$ conduktor apply -f .
application/clickstream-app: NotChanged
app-instance/clickstream-app-prod3: NotChanged

Expected:

$ conduktor apply -f . --dry-run
application/clickstream-app: NotChanged
app-instance/clickstream-app-prod3: NotChanged

@strokyl strokyl merged commit a4fd8ca into main Mar 20, 2024
3 checks passed
@qboileau qboileau deleted the cons-862-consistent-message-between-live-dry-run branch March 25, 2024 14:04
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