mirror of
https://github.com/coder/coder.git
synced 2026-09-24 15:04:27 +08:00
* Licensed features docs Signed-off-by: Spike Curtis <spike@coder.com> * Licensed features -> Enterprise features Signed-off-by: Spike Curtis <spike@coder.com> Signed-off-by: Spike Curtis <spike@coder.com>
32 lines
651 B
Markdown
32 lines
651 B
Markdown
# Enterprise Features
|
|
|
|
Coder is free to use and includes some features that are only accessible with a paid license.
|
|
Contact sales@coder.com to obtain a license.
|
|
|
|
These features are:
|
|
|
|
* Audit Logging
|
|
|
|
## Adding your license key
|
|
|
|
### You will need:
|
|
|
|
* Your license key (contact sales@coder.com if you don't have yours)
|
|
* Coder CLI installed
|
|
|
|
### Steps:
|
|
|
|
1. Save your license key to disk and make note of the path
|
|
2. Open a terminal
|
|
3. Ensure you are logged into your Coder deployment
|
|
|
|
`coder login <access url>`
|
|
|
|
4. Run
|
|
|
|
`coder licenses add -f <path to your license key>`
|
|
|
|
## Up Next
|
|
|
|
- [Learn how to contribute to Coder](../contributing.md).
|