Skip to content
This repository has been archived by the owner on Feb 13, 2020. It is now read-only.

Commit

Permalink
Add shutdown command to changelog and docs
Browse files Browse the repository at this point in the history
  • Loading branch information
thieman committed Feb 17, 2016
1 parent b698377 commit 0cabd98
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 0 deletions.
1 change: 1 addition & 0 deletions docs/changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
* Dusty app and lib spec filenames must now abide by Docker image naming conventions: `[a-z0-9]+(?:[._-][a-z0-9]+)*`. Your file name must start with a number or lowercase letter, cannot have uppercase letters, and can only have `.`, `_`, and `-` as special characters.
* Dusty requires Docker Machine 0.5.0+
* **New**
* Added `dusty shutdown` command to shut down Dusty's virtual machine
* Added `--only` flag to `bundles activate` which makes it easier to turn on a selection of bundles and deactivate all others
* Added support for SCP style GitHub urls. Example: [email protected]:gamechanger/dusty.git
* Added `image_requires_login` key to specs which can specify Docker images to pull. If set, Dusty will make sure the user is logged in to this image's repository before trying to pull the image
Expand Down
8 changes: 8 additions & 0 deletions docs/usage.md
Original file line number Diff line number Diff line change
Expand Up @@ -300,6 +300,14 @@ Example:
dusty shell website
```

#### shutdown
```
Shut down the Dusty VM.
Usage:
shutdown
```

#### status
```
Give information on activated apps, services and
Expand Down

0 comments on commit 0cabd98

Please sign in to comment.