Skip to content
This repository was archived by the owner on Aug 30, 2024. It is now read-only.

fix: use proper API type for resource pool list #272

Merged
merged 5 commits into from
Mar 9, 2021
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
fixup! fix: use proper API type for resource pool list
  • Loading branch information
cmoog committed Mar 9, 2021
commit a56005fd086446f161279a11fcee967896ad351b
1 change: 1 addition & 0 deletions docs/coder_envs_create.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ coder envs create my-new-powerful-env --cpu 12 --disk 100 --memory 16 --image ub
-i, --image string name of the image to base the environment off of.
-m, --memory float32 GB of RAM an environment should be provisioned with.
-o, --org string name of the organization the environment should be created under.
--provider string name of Workspace Provider with which to create the environment
-t, --tag string tag of the image the environment will be based off of. (default "latest")
```

Expand Down