Create Package

apex package create <PKG_ALIAS> [--access (public|commercial|private)] [--theme]
creates a new package on the local machine, ready for development.

Parameters

Parameter Description
pkg_alias The alias of the package, can not contain spaces or special characters. May be formatted as 'username/alias' if creating a package on another user's account.

Flags

Flag Description
--access The access level of the package, defaults to 'public'. Supported values are: public, commercial, private
--theme If present the package will be created as a theme.

Examples

  • ./apex package create my-shop
  • ./apex package create client/my-theme --theme