npx nanoctl@latest
)workflow
and workflow:execute
- Allows this token to execute a private workflowedge
and edge:deployment
- Allows this token to manage edge deploymentsYOUR_PROJECT_NAME
with a unique name for your project. This name will be used in the URL for accessing your deployed service.
The --build
flag ensures that your project is built before deployment.
workflows/json
directory.
For example, if you have a workflow defined in workflows/json/countries.json
, you can access it at the endpoint /countries
appended to your deployment URL.