CLI reference / hub app <name>
hub app <name> invite
Let someone use this app without joining your org.
Invite someone to use this app. They sign in through the browser with that address, and do not join your org.
An invited person can open the app, not manage it: no dashboard, no deploys, no other apps. They don't need the CLI. Hub sends no email, so send them the link it prints. Hub does not verify addresses, so until the person accepts, anyone holding the link can claim it. Links do not expire; uninvite takes back one that went astray.
Inviting into a private app takes the owner of the org.
Usage
hub app <name> invite [options] <email>Arguments
| Argument | Description |
|---|---|
<name> | The app, or app/instance for an instance other than prod, such as my-app/staging. |
<email> | The address of the person you invite. |
Examples
# Invite a client to my-app
hub app my-app invite client@example.com
# See who is invited
hub app my-app invites
# Take the invitation back
hub app my-app uninvite client@example.com