
Security News
Crates.io Users Targeted by Phishing Emails
The Rust Security Response WG is warning of phishing emails from rustfoundation.dev targeting crates.io users.
brandai-cli
Advanced tools
brandai-cli is a tool to be used to download your style data from http://brand.ai
Command line tool that helps you sync your style assets on Brand.ai with your working environment.
npm install --global brandai-cli
$ brandai --help
Usage
$ brandai <json|images|icons> --org <organization> --l <library> --k <share key>
$ brandai <json|images|icons> --org <organization> --l <library> --k <share key> --dest <destination folder>
$ brandai <json|images|icons>
$ brandai <json|images|icons> --dest <destination folder>
Example
brandai json --org acme-demo-new --l style
brandai icons --organization acme-demo-new --library style --dest temp/
brandai images (style data settings should be configured in brandai-config.json file)
brandai json --dest source/_data (style data settings should be configured in brandai-config.json file)
Options
-d, --dest Where to place the downloaded files, default is current directory
-org, --organization Organization name (replace any space with a dash "-")
-l, --library Design library name (replace any space with a dash "-")
-k, --key share key (if your design library is private)
As you see from the examples above, you can provide your design library information either by setting it in brandai-config.json or as one of the flags on the command itself.
Note: If the design library is private, you will need to provide a share key that can be found in the Share menu on Brand.ai.
FAQs
brandai-cli is a tool to be used to download your style data from http://brand.ai
We found that brandai-cli demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 3 open source maintainers collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
The Rust Security Response WG is warning of phishing emails from rustfoundation.dev targeting crates.io users.
Product
Socket now lets you customize pull request alert headers, helping security teams share clear guidance right in PRs to speed reviews and reduce back-and-forth.
Product
Socket's Rust support is moving to Beta: all users can scan Cargo projects and generate SBOMs, including Cargo.toml-only crates, with Rust-aware supply chain checks.