You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
tailscale/cmd/tailscale/cli
Harry Harpham 7de1b0b330
cmd/tailscale/cli: remove Services-specific subcommands from funnel (#18225)
The funnel command is sort of an alias for the serve command. This means
that the subcommands added to serve to support Services appear as
subcommands for funnel as well, despite having no meaning for funnel.
This change removes all such Services-specific subcommands from funnel.

Fixes tailscale/corp#34167

Signed-off-by: Harry Harpham <harry@tailscale.com>
6 days ago
..
ffcomplete all: don't rebind variables in for loops 4 months ago
jsonoutput cmd/tailscale/cli: stabilise the output of `tailscale lock status --json` 1 month ago
appcroutes.go appc,*: publish events for route updates and storage (#17392) 3 months ago
bugreport.go cmd/tailscale/cli, derp: use client/local instead of deprecated client/tailscale (#17061) 4 months ago
cert.go feature/featuretags, all: add ts_omit_acme to disable TLS cert support 4 months ago
cli.go cmd/tailscale/cli,client,ipn: add appc-routes cli command 3 months ago
cli_test.go cmd/tailscale/cli: warn if a simple up would change prefs (#17877) 2 months ago
configure-jetkvm.go cmd/tailscale/cli: move JetKVM scripts to /userdata/init.d for persistence (#17610) 3 months ago
configure-kube.go cmd/containerboot: support egress to Tailscale Service FQDNs (#17493) 4 weeks ago
configure-kube_omit.go cmd/tailscale: define CLI tools to manipulate macOS network and system extensions (#14727) 12 months ago
configure-kube_test.go cmd/tailscale/cli: make configure kubeconfig accept Tailscale Services (#16601) 6 months ago
configure-synology-cert.go feature, net/tshttpproxy: pull out support for using proxies as a feature 3 months ago
configure-synology-cert_test.go feature/featuretags, all: add ts_omit_acme to disable TLS cert support 4 months ago
configure-synology.go cmd/tailscale: define CLI tools to manipulate macOS network and system extensions (#14727) 12 months ago
configure.go feature/featuretags, all: add ts_omit_acme to disable TLS cert support 4 months ago
configure_apple-all.go cmd/tailscale: define CLI tools to manipulate macOS network and system extensions (#14727) 12 months ago
configure_apple.go cmd/tailscale: fix, test some recent doc inconsistencies 12 months ago
configure_linux-all.go cmd/tailscale/cli: move systray configuration to tailscale configure (#16817) 5 months ago
configure_linux.go cmd/tailscale/cli: move systray configuration to tailscale configure (#16817) 5 months ago
debug-capture.go feature/capture: move packet capture to feature/*, out of iOS + CLI 12 months ago
debug-peer-relay.go client, cmd/tailscale/cli, feature/relayserver, net/udprelay: implement tailscale debug peer-relay-sessions (#17239) 4 months ago
debug-portmap.go feature/portmapper: make the portmapper & its debugging tools modular 4 months ago
debug.go cleanup: fix typos across multiple files 1 month ago
diag.go feature/featuretags: make CLI connection error diagnostics modular 3 months ago
dns-query.go cmd/tailscale: clean up dns --help messages (#16306) 7 months ago
dns-status.go cmd/tailscale: clean up dns --help messages (#16306) 7 months ago
dns.go cmd/tailscale: clean up dns --help messages (#16306) 7 months ago
down.go cmd/tailscale/cli: update tailscale down to accept an optional --reason 11 months ago
drive.go cmd/tailscale: omit the `drive` subcommand in MacOS GUI apps 4 months ago
exitnode.go cmd/tailscale/cli: show last seen time on status command (#16588) 4 months ago
exitnode_test.go cmd/tailscale: format empty cities and countries as hyphens (#16495) 6 months ago
file.go syncs: delete WaitGroup and use sync.WaitGroup.Go in Go 1.25 5 months ago
funnel.go all: add ts_omit_serve, start making tailscale serve/funnel be modular 4 months ago
id-token.go cmd/tailscale: add shell tab-completion 2 years ago
ip.go cmd/tailscale/cli: prefix all --help usages with "tailscale ...", some tidying 2 years ago
licenses.go cmd/tailscale/cli: prefix all --help usages with "tailscale ...", some tidying 2 years ago
login.go cmd/tailscale/cli: prefix all --help usages with "tailscale ...", some tidying 2 years ago
logout.go cmd/tailscale/cli,ipn/ipnlocal: restrict logout when AlwaysOn mode is enabled 6 months ago
maybe_syspolicy.go util/syspolicy: finish plumbing policyclient, add feature/syspolicy, move global impl 4 months ago
metrics.go cmd/tailscale: fix, test some recent doc inconsistencies 12 months ago
nc.go cmd/tailscale: add shell tab-completion 2 years ago
netcheck.go cmd/tailscale/cli: fix panic in netcheck with mismatched DERP region IDs 2 months ago
network-lock.go cmd/tailscale/cli: stabilise the output of `tailscale lock status --json` 1 month ago
network-lock_test.go cmd/tailscale/cli: stabilise the output of `tailscale lock status --json` 1 month ago
ping.go cmd/tailscale/cli, derp: use client/local instead of deprecated client/tailscale (#17061) 4 months ago
risks.go util/prompt: add a default and take default in non-interactive cases 3 months ago
serve_legacy.go cleanup: fix typos across multiple files 1 month ago
serve_legacy_test.go cmd/tailscale/cli: allow remote target as service destination (#17607) 2 months ago
serve_v2.go cmd/tailscale/cli: remove Services-specific subcommands from funnel (#18225) 6 days ago
serve_v2_test.go cleanup: fix typos across multiple files 1 month ago
serve_v2_unix_test.go cmd/tailscale,ipn: add Unix socket support for serve 1 month ago
set.go cmd/tailscale/cli,ipn,all: make peer relay server port a *uint16 2 months ago
set_test.go cmd/tailscale/cli: prevent all dup flags, not just strings 9 months ago
ssh.go cmd/tailscale: allow SSH to IPs or DNS names without MagicDNS (#16591) 6 months ago
ssh_exec.go all: update copyright and license headers 3 years ago
ssh_exec_js.go all: update copyright and license headers 3 years ago
ssh_exec_windows.go all: update copyright and license headers 3 years ago
ssh_unix.go types/logger, cmd/tailscale/cli: flesh out, simplify some non-unix build tags 2 years ago
status.go cmd/tailscale/cli: use tabwriter for tailscale status (#16596) 4 months ago
switch.go cmd/tailscale/cli: use helper function for matching profiles 4 months ago
syspolicy.go util/syspolicy: finish adding ts_omit_syspolicy build tags, tests 4 months ago
systray.go cmd/tailscale/cli: move systray configuration to tailscale configure (#16817) 5 months ago
systray_omit.go cmd/tailscale: add systray subcommand on Linux builds 5 months ago
up.go cmd/tailscale/cli: document why there's no --force-reauth on login 3 weeks ago
up_test.go cmd/tailscale/cli,feature: add support for identity federation (#17529) 3 months ago
update.go util/prompt: add a default and take default in non-interactive cases 3 months ago
version.go cmd/tailscale/cli: prefix all --help usages with "tailscale ...", some tidying 2 years ago
web.go cmd/tailscale, ipn/ipnlocal: add ts_omit_webclient 4 months ago
web_test.go client/web: extract web client from cli package 2 years ago
whois.go proxymap, various: distinguish between different protocols 2 years ago