mirror of
https://github.com/netbirdio/docs.git
synced 2026-09-19 13:29:04 +02:00
@@ -628,10 +628,11 @@ netbird profile [command]
|
||||
```
|
||||
|
||||
#### Subcommands
|
||||
- `list`: List all profiles.
|
||||
- `add`: Add a new profile.
|
||||
- `remove`: Remove a profile.
|
||||
- `select`: Select a profile to use.
|
||||
- `list`: List all profiles. Add `--show-id` to include each profile's ID column.
|
||||
- `add`: Add a new profile by name. Names need not be unique; a unique ID is generated per profile.
|
||||
- `rename`: Rename a profile (by exact ID, unique name, or unique ID prefix) to a new free-form name. The default profile can be renamed.
|
||||
- `remove`: Remove a profile by exact ID, unique name, or unique ID prefix.
|
||||
- `select`: Select a profile to use by exact ID, unique name, or unique ID prefix.
|
||||
|
||||
### version
|
||||
Outputs the `netbird` command version.
|
||||
|
||||
Reference in New Issue
Block a user