
Security News
Package Maintainers Call for Improvements to GitHub’s New npm Security Plan
Maintainers back GitHub’s npm security overhaul but raise concerns about CI/CD workflows, enterprise support, and token management.
@acoustic-content-sdk/cli
Advanced tools
Command line utility for the Acoustic Content SDK.
Show the available commands:
acoustic-content-sdk-cli --help
Show the options for each command:
acoustic-content-sdk-cli <command> --help
Home > @acoustic-content-sdk/cli
Command line utility for the Acoustic Content SDK. The commands can be used directly from the command line or can be invoked via a commander based API.
Function | Description |
---|---|
canonicalizeAssetsCommand(program) | |
generateDataOverlayCommand(program) | Generates a data overlay of the wchtools folders referenced by a node module and all of its dependencies. The resulting folder can then be used with wchtools. |
generateKeysCommand(program) | |
generateLayoutCommand(program) | |
generateLayoutsCommand(program) | |
runProgram(aArgs) | |
versionCommand(program) |
Variable | Description |
---|---|
VERSION | Version and build number of the package |
Home > @acoustic-content-sdk/cli > canonicalizeAssetsCommand
Signature:
export declare function canonicalizeAssetsCommand(program: Command): Command;
Parameter | Type | Description |
---|---|---|
program | Command |
Returns:
Command
Home > @acoustic-content-sdk/cli > generateDataOverlayCommand
Generates a data overlay of the wchtools folders referenced by a node module and all of its dependencies. The resulting folder can then be used with wchtools.
Signature:
export declare function generateDataOverlayCommand(program: Command): Command;
Parameter | Type | Description |
---|---|---|
program | Command | the commander instance to attach the command to |
Returns:
Command
the commander instance
Home > @acoustic-content-sdk/cli > generateKeysCommand
Signature:
export declare function generateKeysCommand(program: Command): Command;
Parameter | Type | Description |
---|---|---|
program | Command |
Returns:
Command
Home > @acoustic-content-sdk/cli > generateLayoutCommand
Signature:
export declare function generateLayoutCommand(program: Command): Command;
Parameter | Type | Description |
---|---|---|
program | Command |
Returns:
Command
Home > @acoustic-content-sdk/cli > generateLayoutsCommand
Signature:
export declare function generateLayoutsCommand(program: Command): Command;
Parameter | Type | Description |
---|---|---|
program | Command |
Returns:
Command
Home > @acoustic-content-sdk/cli > runProgram
Signature:
export declare function runProgram(aArgs?: string[]): import("commander").Command;
Parameter | Type | Description |
---|---|---|
aArgs | string[] |
Returns:
import("commander").Command
Home > @acoustic-content-sdk/cli > versionCommand
Signature:
export declare function versionCommand(program: Command): Command;
Parameter | Type | Description |
---|---|---|
program | Command |
Returns:
Command
Home > @acoustic-content-sdk/cli > VERSION
Version and build number of the package
Signature:
VERSION: {
version: {
major: string;
minor: string;
patch: string;
branch: string;
};
build: Date;
}
FAQs
Command line utility for the Acoustic Content SDK.
We found that @acoustic-content-sdk/cli demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 8 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
Maintainers back GitHub’s npm security overhaul but raise concerns about CI/CD workflows, enterprise support, and token management.
Product
Socket Firewall is a free tool that blocks malicious packages at install time, giving developers proactive protection against rising supply chain attacks.
Research
Socket uncovers malicious Rust crates impersonating fast_log to steal Solana and Ethereum wallet keys from source code.