@prgx/cli
TypeScript icon, indicating that this package has built-in type declarations

0.2.5 • Public • Published

@prgx/cli

CLI for programming Helvest devices

oclif Version Downloads/week License

Usage

$ npm install -g @prgx/cli
$ prgx COMMAND
running command...
$ prgx (-v|--version|version)
@prgx/cli/0.2.5 darwin-x64 node-v12.16.1
$ prgx --help [COMMAND]
USAGE
  $ prgx COMMAND
...

Commands

prgx encrypt FILE

Encrypt input HEX file with XTEA encryption algoritm

USAGE
  $ prgx encrypt FILE

ARGUMENTS
  FILE  Hex file to encrypt

OPTIONS
  -h, --help      Show command usage information
  -k, --key=key   (required) Alphanumeric key used to encrypt file
  -o, --out=file  Emit output to this file (defaults to: encrypted.[FILE])

prgx flash FILE PORT

Upload HEX file to connected board (with optional XTEA encryption)

USAGE
  $ prgx flash FILE PORT

ARGUMENTS
  FILE  Source file to upload
  PORT  Port to which board is connected

OPTIONS
  -k, --key=key  Alphanumeric key used to encrypt file (if omitted, file must already be encrypted)

prgx help [COMMAND]

display help for prgx

USAGE
  $ prgx help [COMMAND]

ARGUMENTS
  COMMAND  command to show help for

OPTIONS
  --all  see all commands in CLI

See code: @oclif/plugin-help

Package Sidebar

Install

npm i @prgx/cli

Weekly Downloads

0

Version

0.2.5

License

MIT

Unpacked Size

11.2 kB

Total Files

15

Last publish

Collaborators

  • helvest-bot
  • mettz