This repository was archived by the owner on Aug 30, 2024. It is now read-only.
- Notifications
You must be signed in to change notification settings - Fork18
Unhide rebuild and watch-build commands#161
Merged
Uh oh!
There was an error while loading.Please reload this page.
Merged
Changes fromall commits
Commits
Show all changes
5 commits Select commitHold shift + click to select a range
5c6af49
Unhide rebuild and watch-build commands
cmoog239266e
fixup! Unhide rebuild and watch-build commands
cmoog4eb5b0e
fixup! Unhide rebuild and watch-build commands
cmoog266d929
fixup! Unhide rebuild and watch-build commands
cmoogb388945
fixup! Unhide rebuild and watch-build commands
cmoogFile filter
Filter by extension
Conversations
Failed to load comments.
Loading
Uh oh!
There was an error while loading.Please reload this page.
Jump to
Jump to file
Failed to load files.
Loading
Uh oh!
There was an error while loading.Please reload this page.
Diff view
Diff view
There are no files selected for viewing
2 changes: 2 additions & 0 deletionsdocs/coder_envs.md
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.Learn more about bidirectional Unicode characters
34 changes: 34 additions & 0 deletionsdocs/coder_envs_rebuild.md
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,34 @@ | ||
## coder envs rebuild | ||
rebuild a Coder environment | ||
``` | ||
coder envs rebuild [environment_name] [flags] | ||
``` | ||
### Examples | ||
``` | ||
coder envs rebuild front-end-env --follow | ||
coder envs rebuild backend-env --force | ||
``` | ||
### Options | ||
``` | ||
--follow follow build log after initiating rebuild | ||
--force force rebuild without showing a confirmation prompt | ||
-h, --help help for rebuild | ||
``` | ||
### Options inherited from parent commands | ||
``` | ||
--user string Specify the user whose resources to target (default "me") | ||
-v, --verbose show verbose output | ||
``` | ||
### SEE ALSO | ||
* [coder envs](coder_envs.md) - Interact with Coder environments | ||
31 changes: 31 additions & 0 deletionsdocs/coder_envs_watch-build.md
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,31 @@ | ||
## coder envs watch-build | ||
trail the build log of a Coder environment | ||
``` | ||
coder envs watch-build [environment_name] [flags] | ||
``` | ||
### Examples | ||
``` | ||
coder envs watch-build front-end-env | ||
``` | ||
### Options | ||
``` | ||
-h, --help help for watch-build | ||
``` | ||
### Options inherited from parent commands | ||
``` | ||
--user string Specify the user whose resources to target (default "me") | ||
-v, --verbose show verbose output | ||
``` | ||
### SEE ALSO | ||
* [coder envs](coder_envs.md) - Interact with Coder environments | ||
4 changes: 2 additions & 2 deletionsinternal/cmd/envs.go
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.Learn more about bidirectional Unicode characters
19 changes: 10 additions & 9 deletionsinternal/cmd/rebuild.go
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.