Product
Socket Now Supports uv.lock Files
Socket now supports uv.lock files to ensure consistent, secure dependency resolution for Python projects and enhance supply chain security.
Your friendly neighborhood Mux CLI tool
$ npm install -g @mux/cli
$ mux COMMAND
running command...
$ mux (-v|--version|version)
@mux/cli/0.3.0 darwin-x64 node-v10.14.2
$ mux --help [COMMAND]
USAGE
$ mux COMMAND
...
mux assets:create INPUT
mux assets:upload PATH
mux help [COMMAND]
mux init [ENVFILE]
mux sign PLAYBACK-ID
mux assets:create INPUT
Create a new asset in Mux using a file that's already available online
USAGE
$ mux assets:create INPUT
ARGUMENTS
INPUT input URL for the file you'd like to create this asset from
OPTIONS
-p, --private add a private playback policy to the created asset
See code: src/commands/assets/create.ts
mux assets:upload PATH
Create a new asset in Mux via a local file
USAGE
$ mux assets:upload PATH
ARGUMENTS
PATH local path for the file you'd like to create this asset from
OPTIONS
-c, --concurrent=concurrent [default: 3] max number of files to upload at once
-f, --filter=filter regex that filters the selected destination if the provided path is a folder
-p, --private add a private playback policy to the created asset
See code: src/commands/assets/upload.ts
mux help [COMMAND]
display help for mux
USAGE
$ mux help [COMMAND]
ARGUMENTS
COMMAND command to show help for
OPTIONS
--all see all commands in CLI
See code: @oclif/plugin-help
mux init [ENVFILE]
set up a user-level config
USAGE
$ mux init [ENVFILE]
ARGUMENTS
ENVFILE path to a Mux access token .env file
See code: src/commands/init.ts
mux sign PLAYBACK-ID
Creates a new signed URL token for a playback ID
USAGE
$ mux sign PLAYBACK-ID
ARGUMENTS
PLAYBACK-ID Playback ID to create a signed URL token for.
See code: src/commands/sign.ts
FAQs
Your friendly neighborhood Mux CLI tool!
The npm package @mux/cli receives a total of 9 weekly downloads. As such, @mux/cli popularity was classified as not popular.
We found that @mux/cli demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 39 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.
Product
Socket now supports uv.lock files to ensure consistent, secure dependency resolution for Python projects and enhance supply chain security.
Research
Security News
Socket researchers have discovered multiple malicious npm packages targeting Solana private keys, abusing Gmail to exfiltrate the data and drain Solana wallets.
Security News
PEP 770 proposes adding SBOM support to Python packages to improve transparency and catch hidden non-Python dependencies that security tools often miss.