checkout¶
Create a new working copy of the application
Usage¶
mep-manager checkout [-b branch] [-a apps] [-e] [path] [-h]
Arguments¶
- path
- Path the working copy will be checked out to (default: current directory)
Options¶
- -b,–branch <branch>
- Branch to checkout. “dev” and “trunk” are aliases for the development version, “current”, “stable” and “latest” are aliases for the latest stable version (default: trunk)
- -a,–apps <apps>
- Application to checkout (default: maarch_entreprise)
- -e,–with-experimental
- Checkout experimental modules too (default: false)
- -h,–help
- Display help and exits (default: false)