kraft cloud service create [FLAGS] EXTERNAL:INTERNAL[/HANDLER]
Examples
Code
# Create a service with a single service listening on port 443 named "my-service"$ kraft cloud service create -n my-service 443:8080/http+tls
Options
Code
-c, --certificate strings Set the certificates to use for the service -d, --domain strings Specify the domain names of the service -L, --hard-limit uint Set the hard limit for the service -h, --help help for create -n, --name string Specify the name of the service -o, --output string Set output format. Options: table,yaml,json,list,raw (default "table") -l, --soft-limit uint Set the soft limit for the service -s, --subdomain strings Set the subdomains to use when creating the service