Nimbu Developer Docs
CLI

Audited workflows

Native replacements for recurring raw API calls.

Common native workflows include:

nimbu products attachments list --product=shirt
nimbu products attachments download --product=shirt --attachment=manual --output=manual.pdf
nimbu uploads download --id=UPLOAD_ID --output=image.jpg
nimbu apps code get --app=storefront --filename=main.js
nimbu pages versions list --page=about
nimbu customers roles set --customer=CUSTOMER_ID --role=member --role=buyer
nimbu settings get --section=shipping
nimbu announcements list --all
nimbu domain-registrations list --all

Customer role add and remove derive direct membership from the role resources, so inherited roles are not promoted to direct assignments. They still use a verified read-modify-write cycle; concurrent changes can race until the API offers conditional or atomic mutations.