Skip to content

Commit 77dd9c2

Browse files
Chore: release 2.0.2 (#30)
1 parent cd4224d commit 77dd9c2

File tree

2 files changed

+12
-7
lines changed

2 files changed

+12
-7
lines changed

README.md

Lines changed: 11 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -26,22 +26,19 @@
2626
<img src="https://img.shields.io/badge/PRs-welcome-brightgreen.svg?style=flat-square" alt="Make a PR">
2727
</a>
2828
<a href="https://ci.appveyor.com/project/deployd/deployd-cli">
29-
   <img src="https://ci.appveyor.com/api/projects/status/github/deployd/deployd-cli?svg=true" alt="Appveyor Build Status">
30-
 </a>
29+
<img src="https://ci.appveyor.com/api/projects/status/github/deployd/deployd-cli?svg=true" alt="Appveyor Build Status">
30+
</a>
3131
</p>
3232
<br>
3333

34-
35-
:warning: This CLI is very much a work in progress. Use it at your own risk.
36-
3734
## Installation
3835

3936
`npm install deployd-cli -g`
4037

4138
## Prerequisites
4239

4340
The CLI requires [Node 4](https://nodejs.org/en/download/) or higher.
44-
Deployd requires a running MongoDB to start sucessfully. Check the [Deployd Requirements](https://github.com/deployd/deployd#requirements)
41+
Deployd requires MongoDB locally to start sucessfully. Check the [Deployd Requirements](https://github.com/deployd/deployd#requirements)
4542

4643
## Getting started
4744

@@ -100,6 +97,14 @@ dpd --host "127.0.0.1" -P '27017' -n "mymongodb" -a "myusername:mypassword"
10097
dpd my-app/app.dpd (starts app from file)
10198
```
10299

100+
## Contributions
101+
102+
Read the [CONTRIBUTING document](CONTRIBUTING.md).
103+
104+
## Code of conduct
105+
106+
This project and everyone participating in it is governed by the [Deployd Code of Conduct](CODE_OF_CONDUCT.md). By participating, you are expected to uphold this code. Please report unacceptable behavior to [email protected].
107+
103108
## License
104109

105110
This project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "deployd-cli",
3-
"version": "2.0.1",
3+
"version": "2.0.2",
44
"license": "MIT",
55
"description": "The deployd command line interface",
66
"repository": {

0 commit comments

Comments
 (0)