Create
Add a custom domain to the app
tapit create domain name=domain.com [--ignore-existing]
Required
- name
Parameters
name: The domain name to add (required, e.g., www.myapp.com)--ignore-existing: Skip creation if a resource with the same name already exists (useful for idempotent scripts)