You're Invited:Meet the Socket Team at BlackHat and DEF CON in Las Vegas, Aug 4-6.RSVP
Socket
Book a DemoInstallSign in
Socket

cli-kit

Package Overview
Dependencies
Maintainers
3
Versions
109
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

cli-kit - npm Package Versions

2345
11

2.1.1

Diff
a
axway_alasdair
published 2.1.1 •
a
axway_alasdair
published 2.1.0 •

Changelog

Source

v2.1.0 (May 1, 2025)

  • fix: Fix for loading ESM - node.js upgrade on axway-cli and ESM conversion.
c
cb1kenobi
published 2.0.2 •

Changelog

Source

v2.0.2 (Jul 7, 2022)

  • fix: Load extension subcommands, then re-register them by name and alias.
c
cb1kenobi
published 2.0.1 •

Changelog

Source

v2.0.1 (Jul 6, 2022)

  • fix: Added missing src directory to distribution. Oops.
c
cb1kenobi
published 2.0.0 •

Changelog

Source

v2.0.0 (Jul 6, 2022)

  • BREAKING CHANGE: Require Node.js 14.15.0 LTS or newer.
  • BREAKING CHANGE: Changed package to a ES module.
  • BREAKING CHANGE: Removed server mode including CLI.connect(), CLI.listen(), and CLI.schema().
  • BREAKING CHANGE: No longer re-export pkg-dir.
  • BREAKING CHANGE: generateHelp() now returns a promise.
  • chore: Updated dependencies.
c
cb1kenobi
published 1.16.0 •

Changelog

Source

v1.16.0 (Apr 21, 2022)

  • feat: Add support for extension CLIs with multiple exported entrypoints that do not use cli-kit. Fixes #97.
  • chore: Updated dependencies.
c
cb1kenobi
published 1.15.0 •

Changelog

Source

v1.15.0 (Apr 10, 2022)

  • feat: Moved internal banner value into state object to allow banner to be modified during command execution when autoHideBanner is enabled (default).
  • chore: Updated dependencies.
c
cb1kenobi
published 1.14.1 •

Changelog

Source

v1.14.1 (Aug 23, 2021)

  • fix: Fixed bug when adding a command using an absolute path to a js file.
  • chore: Minor dependency updates.
c
cb1kenobi
published 1.14.0 •

Changelog

Source

v1.14.0 (Jul 27, 2021)

  • feat: Added redact flag to arguments and options so advanced implementations can know if an argument/option may contain sensitive information. Redact flag is true by default, but can be set to false in the paramters or prefixing the name with a ~ such as "<~myoption>". Note that option flags (those without a value) default to false since the value is boolean.
  • fix(cli): Added better error when failed to load extension on CLI construction.
  • fix(help): Added error to exec state when help command is invoked with unknown command.
  • fix(parser): Added argument reference to parsed argument.
  • fix(parser): Fixed incomplete input for parsed "extra" arguments, commands, extensions, and arguments.
  • style(help): Render warnings using yellow.
  • chore: Updated dependencies.
c
cb1kenobi
published 1.13.0 •

Changelog

Source

v1.13.0 (Apr 26, 2021)

  • feat(help): Added required options to usage on help screen.
  • feat(ansi): Added trim(), trimStart(), and trimEnd() functions.
  • fix(help): Pass styles as well as header and footer content when rendering help template on demand via help().
  • fix(cli): Moved help parameter from Command to Context so that CLI can render custom help content.
  • build: Improved watch task to not hang on a lint or build error.
  • chore: Updated dev dependencies.
2345
11