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

CLOUDGA-24211 Remove ID from integration cmd output #278

Merged
merged 1 commit into from
Dec 2, 2024
Merged

Conversation

bhupendray-yb
Copy link
Contributor

Remove ID from integration cmd output.

Before

~/code/ybm-cli on main *5 ?1                                                                                                                               INT at 16:48:46
> mb && ./ybm integration create --config-name vm-test-old --type VICTORIAMETRICS  --victoriametrics-spec endpoint=http://victoriametrics.yourcompany.com
go build -ldflags="-X 'main.version=v0.1.0'" -o ybm
The Integration vm-test-old has been created
ID                                     Name          Type              Endpoint
d1aa69d2-cf17-4049-94f0-f8cf87120b4c   vm-test-old   VICTORIAMETRICS   http://victoriametrics.yourcompany.com

Now

> mb && ./ybm integration create --config-name vm-test-new --type VICTORIAMETRICS  --victoriametrics-spec endpoint=http://victoriametrics.yourcompany.com
go build -ldflags="-X 'main.version=v0.1.0'" -o ybm
The Integration vm-test1 has been created
Name               Type              Endpoint
vm-test-new   VICTORIAMETRICS   http://victoriametrics.yourcompany.com

@bhupendray-yb bhupendray-yb requested a review from a team as a code owner December 2, 2024 11:19
@posriniv posriniv merged commit 9f7b7b7 into main Dec 2, 2024
1 check passed
@posriniv posriniv deleted the CLOUDGA-24211 branch December 2, 2024 16:13
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.

3 participants