Merge Branch into Package
apex package merge <PKG_ALIAS> <BRANCH> [--dry-run]
|
|
Merge a branch into the main /trunk/ of a package.
|
Parameters
| Parameter | Description |
|---|---|
| pkg_alias | The alias of the package to merge into. |
| branch_name | The name of the branch to merge into /trunk |
Flags
| Flag | Description |
|---|---|
| --dry-run | Has no value, and if present will do a dry run of the merge without making any modifications to /trunk. |
Examples
- ./apex package merge myshop new-feature