lvl package create
Create a new package
lvl package create -b <base package> -n <name> [flags]
Examples
  lvl package create -b php_mysql_generic_walk -n walk-php
Options
  -b, --base string           The base package to use. Use 'lvl package base get' to show base packages.
  -h, --help                  help for create
  -n, --name string           The name that the created package will have.
      --organisation string   Organisation that the package will be created on. Defaults to your current organisation.
Options inherited from parent commands
      --apikey string   API key
      --config string   config file (default is $HOME/.lvl.yaml)
  -o, --output string   Specifies output mode for commands. Accepted values are 'text', 'json', 'yaml' or 'id'. (default "text")
      --trace           Do detailed network request logging. This is intended for debugging and should not be parsed.
SEE ALSO
- lvl package - Manage Agency Hosting packages