mirror of
https://github.com/coder/coder.git
synced 2026-06-04 05:28:20 +00:00
94f5d52fdc
Co-authored-by: Edward Angert <EdwardAngert@users.noreply.github.com>
37 lines
581 B
Markdown
Generated
37 lines
581 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.
|