- 17 May 2024
- 1 Minute to read
- Print
- DarkLight
- PDF
Publish your modules
- Updated on 17 May 2024
- 1 Minute to read
- Print
- DarkLight
- PDF
Using the CLI Commands, complete the following steps:
Connect your modules directory to remote GitHub repository. (For specific details, refer to GitHub Integration.)
Create a blank GitHub repo and add the remote origin to your local modules repository.
Commit your local module repository to the remote repository on GitHub.
Publish your module:
cb publish
Note
All values currently included in the module’s
meta.json
file are published as well.When prompted, provide the following:
Verify the org for which you are publishing the module.
The GitHub URL (from the personal access token) using the following structure:
https://[github username]:[github_access_token]@github.com/[github username]/[repo name]
For example:https://cb-kozel:[email protected]/cb-kozel/bearShark-modules
https://cb-kozel:[email protected]/cb-kozel/bearShark-modules.git
The
.git
extension is not required. Both options will work.The Branch name.
Verify that your module was published.
Go to your Crowdbotics dashboard and navigate to Studio > Modules > [Your Org Name].
If published, the module should be listed.