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

fix: only listen to events once per package #698

Merged
merged 3 commits into from
Jan 20, 2023
Merged

Conversation

WillieRuemmele
Copy link
Contributor

What does this PR do?

removes printing which api version is used per package per package.

now properly prints which api version is used per package, only once

BEFORE:

Pushing v55.0 metadata to [[email protected]](mailto:[email protected]) using the v56.0 SOAP API
DEPLOY PROGRESS | ████████████████████████████████████████ | 2/2 Components
Pushing v55.0 metadata to [[email protected]](mailto:[email protected]) using the v56.0 SOAP API
Pushing v55.0 metadata to [[email protected]](mailto:[email protected]) using the v56.0 SOAP API
DEPLOY PROGRESS | ████████████████████████████████████████ | 1/1 Components
Pushing v55.0 metadata to [[email protected]](mailto:[email protected]) using the v56.0 SOAP API
Pushing v55.0 metadata to [[email protected]](mailto:[email protected]) using the v56.0 SOAP API
Pushing v55.0 metadata to [[email protected]](mailto:[email protected]) using the v56.0 SOAP API

AFTER:

Pushing v55.0 metadata to [[email protected]](mailto:[email protected]) using the v56.0 SOAP API
DEPLOY PROGRESS | ████████████████████████████████████████ | 2/2 Components
Pushing v55.0 metadata to [[email protected]](mailto:[email protected]) using the v56.0 SOAP API
DEPLOY PROGRESS | ████████████████████████████████████████ | 1/1 Components
Pushing v55.0 metadata to [[email protected]](mailto:[email protected]) using the v56.0 SOAP API
DEPLOY PROGRESS | ████████████████████████████████████████ | 4/4 Components

What issues does this PR fix or reference?

@W-12375309@ forcedotcom/cli#1878

@shetzel shetzel merged commit b53510c into main Jan 20, 2023
@shetzel shetzel deleted the wr/multipleEventsEmitted branch January 20, 2023 21:35
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