-
-
Notifications
You must be signed in to change notification settings - Fork 24
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
8a660f0
commit 2ab248f
Showing
4 changed files
with
23 additions
and
7 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
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
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
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 +1,17 @@ | ||
# `beyond:make:process` | ||
Creates a new process. A process is made up of one or more actions and produces the desired | ||
result. A process for creating the user would look like this, for example: Validate the request, | ||
create the user, send an e-mail, send a notification to the administrator. This process is | ||
individual for each application, e.g. the process in the administration application could | ||
dispense with sending the notification to the administrator. | ||
|
||
## Signature | ||
`beyond:make:process {name} {--force}` | ||
|
||
| Parameters | Description | | ||
|------------|-------------------------| | ||
| name | The name of you process | | ||
|
||
| Flags | Description | | ||
|---------|-------------------------| | ||
| --force | Overwrite existing file | |