Skip to content

Latest commit

 

History

History
37 lines (23 loc) · 1.19 KB

publish.md

File metadata and controls

37 lines (23 loc) · 1.19 KB
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:

  1. Registering your snap
  2. Uploading your snap
  3. Releasing your snap

Before you do any of this, you will need to create a snap store account.

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.

Example

snapcraft login
snap login [email protected]

Note that logout commands are available as well.

What comes next?

Registering your snap