Subchapter 1.6
references/ORGANIZATIONS.mdMarkdown2 KBView on GitHub
In Deno Deploy, an organization is a group where users collectively own apps and domains. Every user belongs to an organization - all resources (apps, domains, environment variables) exist at the organization level.
Each organization has:
acme-inc.deno.net)Important: The slug cannot be changed after creation.
Organizations are created automatically during Deno Deploy signup:
Your org name appears in the console URL:
https://console.deno.com/YOUR-ORG-NAMEUse this for CLI commands:
deno deploy create --org YOUR-ORG-NAME
deno deploy --org YOUR-ORG-NAME --prodry)The invitee receives an email with a link to accept.
Pending invitations can be cancelled before the person accepts.
Currently, all members have owner permissions. Every member can:
There is no tiered permission system yet.
Organizations cannot be deleted through the dashboard. Contact Deno support if you need to delete an organization.