mirror of
https://github.com/coder/coder.git
synced 2026-09-22 05:05:20 +08:00
* docs: Add initial docs to groups and rbac * Update manifest * Apply suggestions from code review Co-authored-by: Joe Previte <jjprevite@gmail.com> * use single user icon * chore: add labels and standardize enterprise messaging * clarify template role * add groups role * fix typo * rename access to use Co-authored-by: Joe Previte <jjprevite@gmail.com> Co-authored-by: Ben <me@bpmct.net>
976 B
976 B
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 available in the enterprise edition:
And we're releasing these imminently:
- High Availability
- Multiple Git Provider Authentication
Adding your license key
You will need:
- Your license key (contact sales@coder.com if you don't have yours)
- Coder CLI installed
Steps:
-
Save your license key to disk and make note of the path
-
Open a terminal
-
Ensure you are logged into your Coder deployment
coder login <access url> -
Run
coder licenses add -f <path to your license key>