Build and Publish
You can build your Action and publish it using the BrazenCloud utility
First, ensure you are logged in using the who command
runway whoIf you are not logged in, then login using the login command
runway loginThen, to build and publish a new Action with the name 'namespace:name', use the build command
runway build -i <action-folder>/manifest.txt -p namespace:nameWhere <action-folder> is the path to the Action folder containing the manifest.txt file.
To make the Action public to share with other BrazenCloud users, add the --PUBLIC flag. Actions are not public by default.
runway build -i <action-folder>/manifest.txt -p namespace:name --PUBLICLast updated