Rename CLI to tailscale-api#1436
Closed
EdwardBetts wants to merge 1 commit into
Closed
Conversation
Owner
|
This is a library, not a tool. The CLI is optional for testing the library. How would that conflict on a system level? ../Frenck |
Author
|
Hi Frenck, Thanks for making this library, it is very useful. I made a Debian package of python-tailscale and included the CLI script. https://tracker.debian.org/pkg/python-tailscale My machine gave an error when I installed it on a machine using tailscale. I'll either modify the package to stop including the CLI or rename the CLI script shipped with the Debian package. Cheers, Edward |
Owner
|
Sorry, that is a problem of distrubtion in my opinion. It is 2026, you shouldn't be installing Python packages on a global scope on systems. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Proposed Changes
Rename the optional CLI entry point from
tailscaletotailscale-api.The package currently installs a
tailscaleexecutable, which conflicts with the official Tailscale Linux client command of the same name. Using a distinct command name avoids shadowing, reduces user confusion, and makes it safer to install both tools on the same system.Related Issues
Closes #1431