|
| 1 | +Coder v0.0.0-devel — A tool for provisioning self-hosted development environments with Terraform. |
| 2 | + |
| 3 | +Usage: |
| 4 | + coder [flags] |
| 5 | + |
| 6 | + coder [command] |
| 7 | + |
| 8 | +Get Started: |
| 9 | + - Start a Coder server: |
| 10 | + |
| 11 | + [;m$ coder server[0m |
| 12 | + |
| 13 | + - Get started by creating a template from an example: |
| 14 | + |
| 15 | + [;m$ coder templates init[0m |
| 16 | + |
| 17 | +Commands: |
| 18 | + completion Generate the autocompletion script for the specified shell |
| 19 | + dotfiles Checkout and install a dotfiles repository from a Git URL |
| 20 | + help Help about any command |
| 21 | + login Authenticate with Coder deployment |
| 22 | + logout Unauthenticate your local session |
| 23 | + port-forward Forward ports from machine to a workspace |
| 24 | + publickey Output your Coder public key used for Git operations |
| 25 | + reset-password Directly connect to the database to reset a user's password |
| 26 | + server Start a Coder server |
| 27 | + state Manually manage Terraform state to fix broken workspaces |
| 28 | + templates Manage templates |
| 29 | + tokens Manage personal access tokens |
| 30 | + users Manage users |
| 31 | + version Show coder version |
| 32 | + |
| 33 | +Workspace Commands: |
| 34 | + config-ssh Add an SSH Host entry for your workspaces "ssh coder.workspace" |
| 35 | + create Create a workspace |
| 36 | + delete Delete a workspace |
| 37 | + list List workspaces |
| 38 | + schedule Schedule automated start and stop times for workspaces |
| 39 | + show Display details of a workspace's resources and agents |
| 40 | + speedtest Run upload and download tests from your machine to a workspace |
| 41 | + ssh Start a shell into a workspace |
| 42 | + start Start a workspace |
| 43 | + stop Stop a workspace |
| 44 | + update Update a workspace |
| 45 | + |
| 46 | +Flags: |
| 47 | + --experimental Enable experimental features. Experimental features are not |
| 48 | + ready for production. |
| 49 | + Consumes $CODER_EXPERIMENTAL |
| 50 | + --global-config coder Path to the global coder config directory. |
| 51 | + Consumes $CODER_CONFIG_DIR (default "/home/maf/.config/coderv2") |
| 52 | + --header stringArray HTTP headers added to all requests. Provide as "Key=Value". |
| 53 | + Consumes $CODER_HEADER |
| 54 | + -h, --help help for coder |
| 55 | + --no-feature-warning Suppress warnings about unlicensed features. |
| 56 | + Consumes $CODER_NO_FEATURE_WARNING |
| 57 | + --no-version-warning Suppress warning when client and server versions do not match. |
| 58 | + Consumes $CODER_NO_VERSION_WARNING |
| 59 | + --token string Specify an authentication token. For security reasons setting |
| 60 | + CODER_SESSION_TOKEN is preferred. |
| 61 | + Consumes $CODER_SESSION_TOKEN |
| 62 | + --url string URL to a deployment. |
| 63 | + Consumes $CODER_URL |
| 64 | + -v, --verbose Enable verbose output. |
| 65 | + Consumes $CODER_VERBOSE (default true) |
| 66 | + |
| 67 | +Use "coder [command] --help" for more information about a command. |
0 commit comments