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: c8y tenants get|delete Use --id flag value over piped value #210

Merged
merged 1 commit into from
Jan 17, 2023

Conversation

reubenmiller
Copy link
Owner

Example

The following example will use the tenant id provided by the --id flag (t22222) instead of the value from the pipeline.

echo t11111 | c8y tenants get --id t22222 --dry

@reubenmiller reubenmiller merged commit a704338 into v2 Jan 17, 2023
@reubenmiller reubenmiller deleted the issue-209-explicit-value branch January 17, 2023 20:17
@reubenmiller reubenmiller linked an issue Jan 17, 2023 that may be closed by this pull request
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.

Piped data always overrides arguments
1 participant