
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.
@archer-edu/dxp-directus-cli
Advanced tools
This is the DXP Directus CLI for incorporating CMS data from Directus into our into DXP website builds.
Install the CLI
yarn add @archer-edu/dxp-directus-cli -D
Once it is installed, you can call one of three commands: pull-blog
, pull-data
or pull-pages
.
Usage:
cmsctl pull-blog|b [options] <siteId>
Pull a site's blog posts to the 'blog' directory inside content
Options:
-b, --blog-dir Change the 'blog' path. (This directory is relative to /content)
-i, --download-images <d> Download images to a directory (ie 'assets/images'). If omitted, images use the CDN
-r, --redirect [redirect] Add a global redirect for each of the blog entries, relative to their path (slug/redirect).
-t, --tag Pull content versions of this name
-d, --debug Enable debug mode
-h, --help Display help for command
Usage:
cmsctl pull-data|d [options] <siteId>
Pull site data from directus and write to the 'data' directory
Options:
-D, --directory <directory> Directory output for file creation.
-f, --force Force-delete the directory before writing files.
-d, --debug Enable debug mode
-t, --tag Pull content versions of this name
-r, --drafts Include drafts (used for preview environment)
-h, --help Display help for command
Usage:
cmsctl pull-pages|p [options] <siteId>
Pull content pages from directus into the 'content' directory
Options:
-d, --debug Enable debug mode
-t, --tag Pull content versions of this name
-i, --download-images <imageDir> Download images to a directory (ie 'assets/images'). If omitted, images use the CDN
-h, --help display help for command
FAQs
README.md
We found that @archer-edu/dxp-directus-cli demonstrated a healthy version release cadence and project activity because the last version was released less than 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.