From 298a264934e343eb209719c3f75d1c8b5483eb3a Mon Sep 17 00:00:00 2001 From: Aaron Date: Tue, 8 Apr 2025 17:58:53 -0500 Subject: [PATCH] docs: Add not about viewing available options for `wxt submit` --- docs/guide/essentials/publishing.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/guide/essentials/publishing.md b/docs/guide/essentials/publishing.md index d2cbe638..a338b362 100644 --- a/docs/guide/essentials/publishing.md +++ b/docs/guide/essentials/publishing.md @@ -23,7 +23,7 @@ WXT provides two commands to help automate submitting a new version for review a - `wxt submit init`: Setup all the required secrets and options for the `wxt submit` command - `wxt submit`: Submit new versions of your extension for review (and publish them automatically once approved) -To get started, run `wxt submit init` and follow the prompts. Once finished, you should have a `.env.submit` file! WXT will use this file to submit your updates. +To get started, run `wxt submit init` and follow the prompts, or run `wxt submit --help` to view all available options. Once finished, you should have a `.env.submit` file! WXT will use this file to submit your updates. > In CI, make sure you add all the environment variables to the submit step.