Socket
Socket
Sign inDemoInstall

acmd

Package Overview
Dependencies
7
Maintainers
1
Versions
16
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    acmd

A utility command-line tool for Ash


Version published
Maintainers
1
Created

Readme

Source
                                /\ \
   __       ___     ___ ___     \_\ \
 /'__`\    /'___\ /' __` __`\   /'_` \
/\ \L\.\_ /\ \__/ /\ \/\ \/\ \ /\ \L\ \
\ \__/.\_\\ \____\\ \_\ \_\ \_\\ \___,_\
 \/__/\/_/ \/____/ \/_/\/_/\/_/ \/__,_ /

Ash's CMD tool

A bunch of utilities that are very specific to my needs. I'm not sure if anyone else would find them useful, but I'm putting them here anyway.

Installation

npm i -g acmd

Commands

Because I'm lazy, this is just the copy-pasted output of the terminal help messages.

$ acmd
Commands:
  nebula
  caddy
  kube
  ffmpeg
$ acmd nebula
Commands:
  configure       Configure Nebula
  start           Start Nebula
  print           Print Nebula config
$ acmd caddy
Commands:
  configure       Configure Caddy
  start           Start Caddy
  stop            Stop Caddy
  print           Print Caddy config
$ acmd kube
Commands:
  nodes [options]                  Get all nodes
  pods [options]                   Get all pods
  describe-pod [options] <pod-id>  Describe a specific pod
  pod-logs [options] <pod-id>      Get pod logs
  latest-pod [options]             Get the latest pod name
$ acmd ffmpeg
Commands:
  trim [options] <input>               Trim a video file
  rotate [options] <input>             Rotate a video file (clockwise)
  change-frame-rate [options] <input>  Change the frame rate of a video file
  count-frames <input>                 Count the number of frames in a video file

FAQs

Last updated on 29 Mar 2023

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.

Install

Related posts

SocketSocket SOC 2 Logo

Product

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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc