lvl app component url create
Create an url for an appcomponent.
lvl app component url create [flags]
Options
      --authentication          Require HTTP Basic authentication on the URL
      --auto-ssl-certificate    Automatically create SSL certificate with Let's Encrypt
      --caching                 Whether to enable caching on the URL, if the component has a linked Varnish component (default true)
  -c, --content string          Content for the new URL
      --force-ssl               Force usage of SSL on the URL
      --handle-dns              Automatically create DNS records
  -h, --help                    help for create
      --ssl-certificate int32   SSL certificate to use.
      --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.