
Security News
CVE Volume Surges Past 48,000 in 2025 as WordPress Plugin Ecosystem Drives Growth
CVE disclosures hit a record 48,185 in 2025, driven largely by vulnerabilities in third-party WordPress plugins.
@staticdeploy/cli
Advanced tools
CLI tool to create and deploy bundles.
npm i -g @staticdeploy/cli
staticdeploy bundle: creates a bundle and uploads it to the StaticDeploy
server. Options:
--config (optional): specify the file from which to load options. Defaults
to staticdeploy.config.js--apiUrl: URL of the StaticDeploy management API--apiToken: authentication token for the management API--from: path of the directory to create the bundle from--name: name of the bundle--tag: tag of the bundle--description: description of the bundle--fallbackAssetPath (optional): absolute path (relative to the from
directory) of the asset to use as fallback when requests don't match any
other asset. Defaults to /index.html, but the asset MUST exist--fallbackStatusCode (optional): status code to use when serving the
fallback asset. Defaults to 200--headers (optional): (asset matcher, headers) map specifying which
headers to assign to which assetsstaticdeploy deploy: deploys a bundle to an entrypoint. Options (all
required):
--config (optional): specify the file from which to load options. Defaults
to staticdeploy.config.js--apiUrl: URL of the StaticDeploy API--apiToken: authentication token for the API--bundle: name:tag combination of the bundle to deploy--entrypoint: urlMatcher of the entrypoint to deploy to--app: name of the app the entrypoint links toA valid config file has the following structure:
module.exports = {
// Optional
bundle: {
// Options for the bundle command as specified above
},
// Optional
deploy: {
// Options for the deploy command as specified above
}
};
Options can also be passed as upper-cased, snake-cased, environment variables
prefixed by STATICDEPLOY_. Eg:
export STATICDEPLOY_API_URL=...
export STATICDEPLOY_API_TOKEN=...
Option sources have the following priority:
Meaning for example that when an option is provided both as a command line flag and as an environment variable, the value provided with the command line flag is used.
FAQs
CLI tool for StaticDeploy
The npm package @staticdeploy/cli receives a total of 184 weekly downloads. As such, @staticdeploy/cli popularity was classified as not popular.
We found that @staticdeploy/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
CVE disclosures hit a record 48,185 in 2025, driven largely by vulnerabilities in third-party WordPress plugins.

Security News
Socket CEO Feross Aboukhadijeh joins Insecure Agents to discuss CVE remediation and why supply chain attacks require a different security approach.

Security News
Tailwind Labs laid off 75% of its engineering team after revenue dropped 80%, as LLMs redirect traffic away from documentation where developers discover paid products.