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

clientupdate,cmd/tailscale/cli: use cli.Stdout/Stderr #9694

Merged
merged 1 commit into from
Oct 6, 2023

Conversation

awly
Copy link
Contributor

@awly awly commented Oct 6, 2023

In case cli.Stdout/Stderr get overriden, all CLI output should use them instead of os.Stdout/Stderr. Update the update command to follow this pattern.

Updates #cleanup

In case cli.Stdout/Stderr get overriden, all CLI output should use them
instead of os.Stdout/Stderr. Update the `update` command to follow this
pattern.

Updates #cleanup

Signed-off-by: Andrew Lytvynov <awly@tailscale.com>
@awly awly requested a review from noncombatant October 6, 2023 18:45
@awly awly merged commit e6aa7b8 into main Oct 6, 2023
37 checks passed
@awly awly deleted the awly/tailscale-update-stdouterr branch October 6, 2023 19:00
awly added a commit that referenced this pull request Oct 10, 2023
This is only relevant for unstable releases and local builds. When local
version is newer than upstream, abort release.

Also, re-add missing newlines in output that were missed in
#9694.

Updates #cleanup

Signed-off-by: Andrew Lytvynov <awly@tailscale.com>
awly added a commit that referenced this pull request Oct 10, 2023
This is only relevant for unstable releases and local builds. When local
version is newer than upstream, abort release.

Also, re-add missing newlines in output that were missed in
#9694.

Updates #cleanup

Signed-off-by: Andrew Lytvynov <awly@tailscale.com>
awly added a commit that referenced this pull request Oct 11, 2023
This is only relevant for unstable releases and local builds. When local
version is newer than upstream, abort release.

Also, re-add missing newlines in output that were missed in
#9694.

Updates #cleanup

Signed-off-by: Andrew Lytvynov <awly@tailscale.com>
alexelisenko pushed a commit to Control-D-Inc/tailscale that referenced this pull request Feb 15, 2024
In case cli.Stdout/Stderr get overriden, all CLI output should use them
instead of os.Stdout/Stderr. Update the `update` command to follow this
pattern.

Updates #cleanup

Signed-off-by: Andrew Lytvynov <awly@tailscale.com>
Signed-off-by: Alex Paguis <alex@windscribe.com>
alexelisenko pushed a commit to Control-D-Inc/tailscale that referenced this pull request Feb 15, 2024
…e#9733)

This is only relevant for unstable releases and local builds. When local
version is newer than upstream, abort release.

Also, re-add missing newlines in output that were missed in
tailscale#9694.

Updates #cleanup

Signed-off-by: Andrew Lytvynov <awly@tailscale.com>
Signed-off-by: Alex Paguis <alex@windscribe.com>
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.

None yet

2 participants