layout | title |
---|---|
base |
Publish your snap |
You can share your snaps with the world by publishing them to the Snap Store. Alternatively, you can publish to a brand store.
There are three key stages to publishing a snap:
Before you do any of this, you will need to create a snap store account.
To release snaps you will need to create an account on the dashboard. Here you can customize how your snaps are presented and review your uploads.
You'll need to choose a unique "developer namespace" as part of the account creation process. This name will be visible by users and associated with your snaps.
Once you've confirmed your account, you're ready to start pushing your snaps to the Snap Store.
Make sure the snapcraft
and snap
commands know about you by logging in using the email address attached to your account.
snapcraft login
snap login [email protected]
Note that logout
commands are available as well.