@raycast/api
package and is automatically installed in your extension directory during setup. To get a list of the available CLI commands, run the following command inside your extension directory:npx ray build
creates an optimized production build of your extension for distribution. This command is used by our CI to publish your extension to the store.npx ray build -e dist
to validate that your extension builds properly.npx ray develop
starts your extension in development mode. The mode includes the following:npx ray publish
verifies, builds and publishes an extension to an organization store. This command is only availble to users that are part of an organization. Learn more about it here.