Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@digitally-imported/cli

Package Overview
Dependencies
Maintainers
1
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@digitally-imported/cli

A command line interface for the @digitally-imported/server.

  • 0.0.5
  • latest
  • npm
  • Socket score

Version published
Maintainers
1
Created
Source

@digitally-imported/cli

Typescript Version GitHub license Travis CI Dependencies DevDependencies codecov Snyk

Usage

$ npm install -g @digitally-imported/cli
$ di COMMAND
running command...
$ di (-v|--version|version)
@digitally-imported/cli/0.0.3 linux-x64 node-v13.5.0
$ di --help [COMMAND]
USAGE
  $ di COMMAND
...

Commands

di channels

List all available channels.

USAGE
  $ di channels

OPTIONS
  -e, --endpoint=endpoint          [default: http://localhost:4979] The endpoint where the server is listening
  -f, --favorites-only             List favorite channels only
  -o, --output-format=(text|json)  [default: text] The output format
  -s, --skip-version-check         Do not check whether the client and server versions match

EXAMPLE
  $ di channels

di get-volume

Get the current playback volume.

USAGE
  $ di get-volume

OPTIONS
  -e, --endpoint=endpoint          [default: http://localhost:4979] The endpoint where the server is listening
  -o, --output-format=(text|json)  [default: text] The output format
  -s, --skip-version-check         Do not check whether the client and server versions match

EXAMPLE
  $ di get-volume

di help [COMMAND]

display help for di

USAGE
  $ di help [COMMAND]

ARGUMENTS
  COMMAND  command to show help for

OPTIONS
  --all  see all commands in CLI

See code: @oclif/plugin-help

di ping

Test if the server is alive.

USAGE
  $ di ping

OPTIONS
  -e, --endpoint=endpoint          [default: http://localhost:4979] The endpoint where the server is listening
  -o, --output-format=(text|json)  [default: text] The output format
  -s, --skip-version-check         Do not check whether the client and server versions match

EXAMPLE
  $ di ping

di play CHANNEL

Play a channel.

USAGE
  $ di play CHANNEL

ARGUMENTS
  CHANNEL  The name of the channel to play.

OPTIONS
  -e, --endpoint=endpoint          [default: http://localhost:4979] The endpoint where the server is listening
  -o, --output-format=(text|json)  [default: text] The output format
  -s, --skip-version-check         Do not check whether the client and server versions match

EXAMPLE
  $ di play progressive

di select

List all available channels.

USAGE
  $ di select

OPTIONS
  -e, --endpoint=endpoint          [default: http://localhost:4979] The endpoint where the server is listening
  -f, --favorites-only             List favorite channels only
  -o, --output-format=(text|json)  [default: text] The output format
  -s, --skip-version-check         Do not check whether the client and server versions match

EXAMPLE
  $ di channels

di set-volume VOLUME

Set the playback volume.

USAGE
  $ di set-volume VOLUME

ARGUMENTS
  VOLUME  The new volume (between 0 and 125).

OPTIONS
  -e, --endpoint=endpoint          [default: http://localhost:4979] The endpoint where the server is listening
  -o, --output-format=(text|json)  [default: text] The output format
  -s, --skip-version-check         Do not check whether the client and server versions match

EXAMPLE
  $ di set-volume 80

di status

Show the current playback status.

USAGE
  $ di status

OPTIONS
  -e, --endpoint=endpoint          [default: http://localhost:4979] The endpoint where the server is listening
  -o, --output-format=(text|json)  [default: text] The output format
  -s, --skip-version-check         Do not check whether the client and server versions match

EXAMPLE
  $ di status

di stop

Stop playback.

USAGE
  $ di stop

OPTIONS
  -e, --endpoint=endpoint          [default: http://localhost:4979] The endpoint where the server is listening
  -o, --output-format=(text|json)  [default: text] The output format
  -s, --skip-version-check         Do not check whether the client and server versions match

EXAMPLE
  $ di stop

Keywords

FAQs

Package last updated on 30 May 2020

Did you know?

Socket

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.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc