Appmaker CLI Commands
appmaker login
This will open a browser window where you can login to your appmaker account. Once you have logged in, you will be redirected to a page where you can create the token. Copy the token and paste it in the terminal window where you are logged in to the appmaker-cli.
appmaker init
Select the theme or extension you want from the list of available options on your partner account and it will automatically be created in your current directory.
appmaker set-project
This command will set the project for the appmaker cli. You can use this command to switch between projects.
appmaker bump-version
This command will bump the version of the theme or extension. You can use this command to bump the version of the theme or extension.
appmaker release
This command will release the theme or extension. You can use this command to release the theme or extension.
This can also help you take a new build for the same version. After release, it asks whether you want to take a new build for the same version or not. If you select yes, it will take a new build for the same version.
appmaker publish
This command will publish the theme or extension. You can use this command to publish the theme or extension.
appmaker doctor
This command will do the checks for the cli like node version , npm version etc. This helps to troubleshoot the issues you are facing with the cli.
appmaker project list
This command will give the list of projects you have access to.
appmaker sdk use <sdk-name>
This command will set the sdk for the appmaker cli.
Example: appmaker sdk use staging
appmaker sdk update
This command will update the sdk for the appmaker cli.
If you are not able to find the command you are looking for, please update the appmaker-cli to the latest version. To update the appmaker-cli, run the following command:
npm i -g @appmaker-partners/cli