API Reference¶
myp¶
myp [OPTIONS] COMMAND [ARGS]...
add¶
Add new script
myp add [OPTIONS]
Options
- -n, --name <name>¶
Name for new script
- -c, --command <command>¶
Command that script will used for
- -d, --description <description>¶
Description for new script (optional)
deploy¶
Special script that will execute “myp run deploy”
myp deploy [OPTIONS]
Options
- -b, --build¶
Build before deploy
init¶
Initialize MYP in current folder
myp init [OPTIONS]
Options
- -t, --template <template>¶
Name of template
- --disable-oninit¶
Disable work of oninit event