-
Notifications
You must be signed in to change notification settings - Fork 14
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Simplify task description
- Loading branch information
Showing
3 changed files
with
11 additions
and
12 deletions.
There are no files selected for viewing
This file contains 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 |
---|---|---|
@@ -1,6 +1,12 @@ | ||
|
||
CHANGELOG | ||
==== | ||
v5.0.5 | ||
---- | ||
|
||
#### Updates | ||
* Update signup docs | ||
|
||
v5.0.4 | ||
---- | ||
|
||
|
This file contains 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 |
---|---|---|
|
@@ -33,17 +33,10 @@ | |
"category": "general", | ||
"description": "register a new Monaca account", | ||
"usage": "monaca signup", | ||
"longDescription": "Sign up for Monaca Cloud. Will display a prompt that asks for user credentials.", | ||
"options": [ | ||
[ | ||
"email", | ||
"Email address used to register in Monaca" | ||
] | ||
], | ||
"longDescription": "Sign up for Monaca Cloud.", | ||
"examples": [ | ||
"monaca signup", | ||
"monaca signup [email protected]" | ||
"monaca signup" | ||
], | ||
"showInHelp": true | ||
} | ||
} | ||
} |
This file contains 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