Create Branch

apex branch create <PKG_ALIAS> <BRANCH_NAME> [--from-branch=]
Create a new branch of a package on the repository.

Parameters

Parameter Description
pkg_alias The package alias to create a branch on.
branch_name The name of the branch to create.

Flags

Flag Description
--from-branch Optional name of the branch to copy from. Defaults to trunk / master branch.

Examples

  • ./apex branch create my-shop some-cool-feature
  • ./apex branch create my-shop another-new-feature --from-branch some-cool-feature