| Command | Description |
|---|---|
| add | Adds a new entry. |
| move | Moves an entry. |
| edit | Edits an entry. |
| set | Sets properties of an existing entry. |
| remove | Removes an entry. |
| find | Finds entries based on criteria. |
| get | Gets property values from an entry. |
| export | Exports configuration. |
| Displays a list of entries or properties. | |
| import | Imports configuration. |
| enable | Enables an entry. |
| disable | Disables an entry. |
| comment | Adds or changes comments on an entry. |
Note: Not all commands/connection methods are available at all menu levels.
Most commands also accept parameters (e.g., `add address=192.168.1.1/24 interface=ether1`). Use `command [?]` to see available parameters.
Console login options enable or disable various console features like color, terminal detection, and many other. Additional login parameters can be appended to the login name after the '+ ' sign.
login_name ::= user_name [ '+' parameters ] parameters ::= parameter [ parameters ] parameter ::= [ number ] 'a'..'z' number ::= '0'..'9' [ number ]
If the parameter is not present, then the default value is used. If the number is not present then the implicit value of the parameter is used.
Example: admin+ct80w - will disable console colors, disable auto detection and then set terminal width to 80.
| Param | Default | Implicit | Description |
|---|---|---|---|
| "w" | auto | auto | Set terminal width |
| "h" | auto | auto | Set terminal height |
| "c" | on | off | disable/enable console colors |
| "t" | off | off | Disable auto-detection of terminal capabilities |
| "e" | on | off | Enables "dumb" terminal mode |
For more information, visit: