chore(com): add docs for "coder projects update" (#732)

This commit is contained in:
Ben Potter 2022-04-01 14:48:45 -04:00 committed by GitHub
parent 0eacde79b1
commit efec029675
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 11 additions and 0 deletions

View File

@ -51,6 +51,17 @@ $ coder workspaces create my-first-workspace
$ coder ssh my-first-workspace
```
### Working with Projects
You can edit the Terraform from a sample project:
```sh
$ coder projects init
$ cd gcp-linux/
$ vim main.tf
$ coder projects update gcp-linux
```
## Development
The code structure is inspired by [Basics of Unix Philosophy](https://homepage.cs.uri.edu/~thenry/resources/unix_art/ch01s06.html) and [Effective Go](https://go.dev/doc/effective_go).