coder
coder
Synopsis
Coder v0.0.0-devel — A tool for provisioning self-hosted development environments with Terraform.
coder [flags]
Examples
- Start a Coder server:
[48;2;235;229;236m [0m[38;2;255;70;113;48;2;235;229;236m$ coder server[0m[48;2;235;229;236m [0m
- Get started by creating a template from an example:
[48;2;235;229;236m [0m[38;2;255;70;113;48;2;235;229;236m$ coder templates init[0m[48;2;235;229;236m [0m
Options
--global-config coder Path to the global coder config directory.
[38;2;88;88;88mConsumes $CODER_CONFIG_DIR[0m (default "/home/coder/.config/coderv2")
--header stringArray HTTP headers added to all requests. Provide as "Key=Value".
[38;2;88;88;88mConsumes $CODER_HEADER[0m
-h, --help help for coder
--no-feature-warning Suppress warnings about unlicensed features.
[38;2;88;88;88mConsumes $CODER_NO_FEATURE_WARNING[0m
--no-version-warning Suppress warning when client and server versions do not match.
[38;2;88;88;88mConsumes $CODER_NO_VERSION_WARNING[0m
--token string Specify an authentication token. For security reasons setting CODER_SESSION_TOKEN is preferred.
[38;2;88;88;88mConsumes $CODER_SESSION_TOKEN[0m
--url string URL to a deployment.
[38;2;88;88;88mConsumes $CODER_URL[0m
-v, --verbose Enable verbose output.
[38;2;88;88;88mConsumes $CODER_VERBOSE[0m
SEE ALSO
- coder config-ssh - Add an SSH Host entry for your workspaces "ssh coder.workspace"
- coder create - Create a workspace
- coder delete - Delete a workspace
- coder dotfiles - Checkout and install a dotfiles repository from a Git URL
- coder list - List workspaces
- coder login - Authenticate with Coder deployment
- coder logout - Unauthenticate your local session
- coder port-forward - Forward ports from machine to a workspace
- coder publickey - Output your Coder public key used for Git operations
- coder rename - Rename a workspace
- coder reset-password - Directly connect to the database to reset a user's password
- coder restart - Restart a workspace
- coder scaletest - Run a scale test against the Coder API
- coder schedule - Schedule automated start and stop times for workspaces
- coder server - Start a Coder server
- coder show - Display details of a workspace's resources and agents
- coder speedtest - Run upload and download tests from your machine to a workspace
- coder ssh - Start a shell into a workspace
- coder start - Start a workspace
- coder state - Manually manage Terraform state to fix broken workspaces
- coder stop - Stop a workspace
- coder templates - Manage templates
- coder tokens - Manage personal access tokens
- coder update - Update a workspace
- coder users - Manage users
- coder version - Show coder version
Auto generated by spf13/cobra on 26-Jan-2023
See an opportunity to improve our docs? Make an edit.