How to use snapcraft to push snaps to the specific brand store?

Now, Can we use snapcraft to push snaps to the specific brand store?

It doesn’t seem to have that option.

> snapcraft push --help
Usage: snapcraft push [OPTIONS] <snap-file>

  Push <snap-file> to the store. By passing --release with a comma separated
  list of channels the snap would be released to the selected channels if
  the store review passes for this <snap-file>.

  This operation will block until the store finishes processing this <snap-
  file>.

  If --release is used, the channel map will be displayed after the
  operation takes place.

  Examples:
      snapcraft push my-snap_0.1_amd64.snap
      snapcraft push my-snap_0.2_amd64.snap --release edge
      snapcraft push my-snap_0.3_amd64.snap --release candidate,beta

Options:
  --release <channels>  Optional comma separated list of channels to release
                        <snap-file>
  --help                Show this message and exit.

Hi @orangepi!

Currently is not possible to use snapcraft to push to a custom brand store, but we are working to make this possible and the feature should be available in the next 1-2 months.

Until then, you should use the store dashboard: list the stores you can access via this URL:

and click on the store you want in the first section (“You can switch and upload snaps to these stores”).

Let me know if that helps.
Regards, Natalia.

Thanks! That’s the way I use it now. I can push snaps to the Ubuntu store via the command line, so I wonder if it can be used in the brand store. Looking forward to your update.