mirror of
https://github.com/coder/coder.git
synced 2026-09-24 15:04:27 +08:00
38 lines
582 B
Markdown
Generated
38 lines
582 B
Markdown
Generated
<!-- DO NOT EDIT | GENERATED CONTENT -->
|
|
|
|
# licenses add
|
|
|
|
Add license to Coder deployment
|
|
|
|
## Usage
|
|
|
|
```console
|
|
coder licenses add [flags] [-f file | -l license]
|
|
```
|
|
|
|
## Options
|
|
|
|
### -f, --file
|
|
|
|
| | |
|
|
| ---- | ------------------- |
|
|
| Type | <code>string</code> |
|
|
|
|
Load license from file.
|
|
|
|
### -l, --license
|
|
|
|
| | |
|
|
| ---- | ------------------- |
|
|
| Type | <code>string</code> |
|
|
|
|
License string.
|
|
|
|
### --debug
|
|
|
|
| | |
|
|
| ---- | ----------------- |
|
|
| Type | <code>bool</code> |
|
|
|
|
Output license claims for debugging.
|