netbird/client/cmd
Viktor Liu 1d5e871bdf
[misc] Move shared components to shared directory (#4286)
Moved the following directories:

```
  - management/client → shared/management/client
  - management/domain → shared/management/domain
  - management/proto → shared/management/proto
  - signal/client → shared/signal/client
  - signal/proto → shared/signal/proto
  - relay/client → shared/relay/client
  - relay/auth → shared/relay/auth
```

and adjusted import paths
2025-08-05 15:22:58 +02:00
..
debug_unix.go [client] Feat: Support Multiple Profiles (#3980) 2025-07-25 16:54:46 +03:00
debug_windows.go [client] Feat: Support Multiple Profiles (#3980) 2025-07-25 16:54:46 +03:00
debug.go [misc] Move shared components to shared directory (#4286) 2025-08-05 15:22:58 +02:00
down.go client: container: support CLI with entrypoint addition (#4126) 2025-07-25 11:44:30 +02:00
forwarding_rules.go [client, management] Add port forwarding (#3275) 2025-03-09 16:06:43 +01:00
login_test.go [client] Feat: Support Multiple Profiles (#3980) 2025-07-25 16:54:46 +03:00
login.go [client]: deprecate config flag (#4224) 2025-07-25 18:43:48 +03:00
logout.go [management, client] Add logout feature (#4268) 2025-08-04 10:17:36 +02:00
networks.go [client, management] Add new network concept (#3047) 2024-12-20 11:30:28 +01:00
pprof.go [client] Add pprof build tag (#2964) 2024-12-01 19:22:52 +01:00
profile.go [management, client] Add logout feature (#4268) 2025-08-04 10:17:36 +02:00
root_test.go [client] Refactor/iface pkg (#2646) 2024-10-02 18:24:22 +02:00
root.go [client]: Add config flag to service to override default profile path (#4276) 2025-08-05 12:33:43 +03:00
service_controller.go [client]: Add config flag to service to override default profile path (#4276) 2025-08-05 12:33:43 +03:00
service_installer.go [client]: Add config flag to service to override default profile path (#4276) 2025-08-05 12:33:43 +03:00
service_test.go [client] Add env and status flags for netbird service command (#3975) 2025-07-24 13:34:55 +02:00
service.go [client] Add support for disabling profiles feature via command line flag (#4235) 2025-07-29 13:03:15 +03:00
ssh.go [client] Feat: Support Multiple Profiles (#3980) 2025-07-25 16:54:46 +03:00
state.go [client] Add state handling cmdline options (#2821) 2024-12-03 16:07:18 +01:00
status_test.go [client] Add netbird ui improvements (#3222) 2025-02-21 16:29:21 +01:00
status.go [client] Feat: Support Multiple Profiles (#3980) 2025-07-25 16:54:46 +03:00
system.go [management] Refactor routes to use store methods (#2928) 2025-06-18 16:40:29 +03:00
testutil_test.go [misc] Move shared components to shared directory (#4286) 2025-08-05 15:22:58 +02:00
trace.go [client] Improve icmp conntrack log (#3963) 2025-06-16 10:12:59 +02:00
up_daemon_test.go [client] Feat: Support Multiple Profiles (#3980) 2025-07-25 16:54:46 +03:00
up.go [misc] Move shared components to shared directory (#4286) 2025-08-05 15:22:58 +02:00
version.go Add version info command to signal server (#739) 2023-03-15 07:54:51 +01:00