lvl package instantiate
Create an app from a package
Synopsis
Create an app from a package. This only starts the creation via a task. If you wait for the task to complete with --wait, the resulting entities will be listed.
lvl package instantiate <package name or ID> -n <name> [flags]
Options
  -h, --help                  help for instantiate
  -n, --name string           Name of the created app
      --organisation string   
  -p, --param stringArray     
      --wait                  Wait for the operation to finish on the API.
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