Detalhes do pacote

oclif

oclif622.2kMIT4.17.46

oclif: create your own CLI

oclif, cli

readme (leia-me)

oclif CLI

Version Downloads/week License

🗒 Description

This is the oclif CLI for the Open CLI Framework, that supports the development of oclif plugins and CLIs.

See the docs for more information.

🚀 Getting Started Tutorial

The Getting Started tutorial is a step-by-step guide to introduce you to oclif. If you have not developed anything in a command line before, this tutorial is a great place to get started.

See Usage below for an overview of the oclif CLI.

📌 Requirements

Currently, Node 18+ is supported. We support the LTS versions of Node. You can add the node package to your CLI to ensure users are running a specific version of Node.

📌 Migrating from V1

If you have been using version 1 of the oclif CLI there are some important differences to note when using the latest version.

Breaking Changes

  • oclif multi, oclif plugin, and oclif single have all been removed in favor of oclif generate, which generates an oclif based CLI using the hello-world example repo.
    • The reason is that there's not enough of a meaningful difference between a "multi command cli", a "single command cli", and a "plugin" to justify the maintenance cost. The generated CLI can be easily used for any of those use cases.
  • oclif hook is now oclif generate:hook
  • oclif command is now oclif generate:command

New Commands

Version 2 now includes all the commands from the oclif-dev CLI. This means that you can now use a single CLI for all your oclif needs. These commands include:

  • oclif manifest
  • oclif pack
  • oclif pack:deb
  • oclif pack:macos
  • oclif pack:win
  • oclif upload (formerly known as oclif-dev publish)
  • oclif upload:deb (formerly known as oclif-dev publish:deb)
  • oclif upload:macos (formerly known as oclif-dev publish:macos)
  • oclif upload:win (formerly known as oclif-dev publish:win)
  • oclif readme

🏗 Usage

Creating a CLI:

$ npx oclif generate mynewcli
? npm package name (mynewcli): mynewcli
$ cd mynewcli
$ ./bin/run.js --version
mynewcli/0.0.0 darwin-x64 node-v9.5.0
$ ./bin/run.js --help
USAGE
  $ mynewcli [COMMAND]

COMMANDS
  hello
  help   display help for mynewcli

$ ./bin/run.js hello world
hello world! (./src/commands/hello/world.ts)

📚 Examples

🔨 Commands

Command Topics

🚀 Contributing

See the contributing guide.

🏭 Related Repositories

  • @oclif/core - Base library for oclif. This can be used directly without the generator.
  • @oclif/test - Test helper for oclif.

🦔 Learn More

changelog (log de mudanças)

4.17.46 (2025-04-21)

Bug Fixes

  • deps: bump @aws-sdk/client-s3 from 3.782.0 to 3.787.0 (eafd14b)

4.17.45 (2025-04-20)

Bug Fixes

  • deps: bump @oclif/plugin-warn-if-update-available (378ee18)

4.17.44 (2025-04-13)

Bug Fixes

  • deps: bump @aws-sdk/client-cloudfront from 3.764.0 to 3.787.0 (e6d1bfb)

4.17.43 (2025-04-06)

Bug Fixes

  • deps: bump @aws-sdk/client-s3 from 3.772.0 to 3.782.0 (6d9124a)

4.17.42 (2025-03-30)

Bug Fixes

  • deps: bump @oclif/plugin-not-found from 3.2.46 to 3.2.48 (d86e34d)

4.17.41 (2025-03-24)

Bug Fixes

  • deps: bump @oclif/core from 4.2.8 to 4.2.10 (54d4191)

4.17.40 (2025-03-23)

Bug Fixes

  • deps: bump tiny-jsonc from 1.0.1 to 1.0.2 (0954950)

4.17.39 (2025-03-23)

Bug Fixes

  • deps: bump @aws-sdk/client-s3 from 3.749.0 to 3.772.0 (0bf8598)

4.17.38 (2025-03-23)

Bug Fixes

  • deps: bump @oclif/plugin-help from 6.2.25 to 6.2.27 (8dcae4f)

4.17.37 (2025-03-16)

Bug Fixes

  • deps: bump sort-package-json from 2.14.0 to 2.15.1 (04b00b5)

4.17.36 (2025-03-16)

Bug Fixes

  • deps: bump @aws-sdk/client-cloudfront from 3.758.0 to 3.764.0 (1a4495e)

4.17.35 (2025-03-16)

Bug Fixes

  • deps: bump @oclif/plugin-not-found from 3.2.44 to 3.2.46 (a11750d)

4.17.34 (2025-03-02)

Bug Fixes

  • deps: bump @oclif/plugin-not-found from 3.2.32 to 3.2.44 (358c90a)

4.17.33 (2025-03-02)

Bug Fixes

  • deps: bump @aws-sdk/client-cloudfront from 3.749.0 to 3.758.0 (ff0f0fd)

4.17.32 (2025-02-24)

Bug Fixes

  • deps: bump semver from 7.7.0 to 7.7.1 (6d20b28)

4.17.31 (2025-02-23)

Bug Fixes

  • deps: bump @oclif/core from 4.2.3 to 4.2.8 (6c180ed)

4.17.30 (2025-02-16)

Bug Fixes

  • deps: bump @aws-sdk/client-s3 from 3.744.0 to 3.749.0 (5d32838)

4.17.29 (2025-02-16)

Bug Fixes

  • deps: bump @oclif/plugin-help from 6.2.23 to 6.2.25 (3399b5c)

4.17.28 (2025-02-16)

Bug Fixes

  • deps: bump @aws-sdk/client-cloudfront from 3.744.0 to 3.749.0 (542f113)

4.17.27 (2025-02-10)

Bug Fixes

  • deps: bump @aws-sdk/client-cloudfront from 3.738.0 to 3.744.0 (0a86c7c)

4.17.26 (2025-02-09)

Bug Fixes

  • deps: bump @aws-sdk/client-s3 from 3.740.0 to 3.744.0 (b37bdad)

4.17.25 (2025-02-03)

Bug Fixes

  • deps: bump @aws-sdk/client-s3 from 3.735.0 to 3.740.0 (a2a3c38)

4.17.24 (2025-02-02)

Bug Fixes

  • deps: bump @aws-sdk/client-cloudfront from 3.726.1 to 3.738.0 (0ff252d)

4.17.23 (2025-02-02)

Bug Fixes

  • deps: bump semver from 7.6.3 to 7.7.0 (49fb4ac)

4.17.22 (2025-02-02)

Bug Fixes

  • deps: bump @oclif/plugin-help from 6.2.21 to 6.2.23 (c238aa3)

4.17.21 (2025-01-30)

Bug Fixes

  • ensure jit plugins are downloaded via npm (6592983)

4.17.20 (2025-01-28)

Bug Fixes

4.17.19 (2025-01-27)

Bug Fixes

  • deps: bump @aws-sdk/client-s3 from 3.722.0 to 3.735.0 (27a5fd2)

4.17.18 (2025-01-26)

Bug Fixes

  • deps: bump @oclif/plugin-warn-if-update-available (3c0aec4)

4.17.17 (2025-01-21)

4.17.17-dev.0 (2025-01-20)

Bug Fixes

  • include nodeOptions in win installer bin (616187e)

4.17.16 (2025-01-20)

Bug Fixes

  • deps: bump @oclif/core from 4.2.0 to 4.2.3 (f1d8d7f)

4.17.15 (2025-01-19)

Bug Fixes

  • deps: bump @oclif/plugin-warn-if-update-available (054a360)

4.17.14 (2025-01-19)

Bug Fixes

  • deps: bump sort-package-json from 2.12.0 to 2.14.0 (0d6a059)

4.17.13 (2025-01-14)

Bug Fixes

  • deps: bump @aws-sdk/client-cloudfront from 3.716.0 to 3.726.1 (9396463)

4.17.12 (2025-01-14)

Bug Fixes

  • deps: bump @oclif/plugin-help from 6.2.20 to 6.2.21 (cb1081a)

4.17.11 (2025-01-13)

Bug Fixes

  • update release workflow to include build and prepack steps (ca64c0d)

4.17.10 (2025-01-06)

Bug Fixes

  • deps: bump @aws-sdk/client-s3 from 3.717.0 to 3.722.0 (28fb26c)

4.17.9 (2025-01-05)

Bug Fixes

  • deps: bump @oclif/plugin-warn-if-update-available (27429ee)

4.17.8 (2025-01-05)

Bug Fixes

  • deps: bump sort-package-json from 2.10.1 to 2.12.0 (76cc6a8)

4.17.7 (2024-12-30)

Bug Fixes

  • deps: bump @aws-sdk/client-cloudfront from 3.699.0 to 3.716.0 (b68bb19)

4.17.6 (2024-12-29)

Bug Fixes

  • deps: bump @aws-sdk/client-s3 from 3.712.0 to 3.717.0 (88b23f0)

4.17.5 (2024-12-29)

Bug Fixes

  • deps: bump @oclif/plugin-not-found from 3.2.31 to 3.2.32 (906daa1)

4.17.4 (2024-12-23)

Bug Fixes

  • deps: bump @oclif/plugin-help from 6.2.17 to 6.2.20 (1c81bbb)

4.17.3 (2024-12-22)

Bug Fixes

  • deps: bump @oclif/plugin-not-found from 3.2.30 to 3.2.31 (13ce256)

4.17.2 (2024-12-22)

Bug Fixes

  • deps: bump @oclif/plugin-warn-if-update-available (63d4033)

4.17.1 (2024-12-22)

Bug Fixes

  • deps: bump @oclif/core from 4.0.37 to 4.2.0 (114d1de)

4.17.0 (2024-12-17)

Features

4.16.5 (2024-12-16)

Bug Fixes

  • deps: bump @aws-sdk/client-s3 from 3.705.0 to 3.712.0 (b731838)

4.16.4 (2024-12-15)

Bug Fixes

  • deps: bump @oclif/core from 4.0.36 to 4.0.37 (2ee5a12)

4.16.3 (2024-12-15)

Bug Fixes

  • deps: bump @oclif/plugin-not-found from 3.2.25 to 3.2.30 (2e0ad46)

4.16.2 (2024-12-09)

Bug Fixes

  • deps: bump @aws-sdk/client-cloudfront from 3.687.0 to 3.699.0 (#1626) (1c0ba70)
  • deps: bump @oclif/core from 4.0.32 to 4.0.36 (#1631) (fe0a271)
  • deps: bump debug from 4.3.7 to 4.4.0 (#1627) (2e5c3bb)

4.16.1 (2024-12-09)

Bug Fixes

  • deps: bump @aws-sdk/client-s3 from 3.701.0 to 3.705.0 (#1625) (6131622)

4.16.0 (2024-12-02)

Features

4.15.30 (2024-12-01)

Bug Fixes

  • deps: bump @aws-sdk/client-s3 from 3.699.0 to 3.701.0 (7a7d924)

4.15.29 (2024-11-24)

Bug Fixes

  • deps: bump @aws-sdk/client-s3 from 3.693.0 to 3.699.0 (f94cff1)

4.15.28 (2024-11-18)

Bug Fixes

  • deps: bump @oclif/core from 4.0.31 to 4.0.32 (146d8eb)

4.15.27 (2024-11-18)

Bug Fixes

  • deps: bump @oclif/plugin-help from 6.2.16 to 6.2.17 (7e9be68)

4.15.26 (2024-11-17)

Bug Fixes

  • deps: bump cross-spawn from 7.0.3 to 7.0.5 (06e424b)

4.15.25 (2024-11-17)

Bug Fixes

  • deps: bump @aws-sdk/client-s3 from 3.688.0 to 3.693.0 (6d562f0)

4.15.24 (2024-11-11)

Bug Fixes

  • deps: bump @oclif/plugin-warn-if-update-available (78d2713)

4.15.23 (2024-11-10)

Bug Fixes

  • deps: bump @oclif/plugin-not-found from 3.2.24 to 3.2.25 (0009239)

4.15.22 (2024-11-10)

Bug Fixes

  • deps: bump @aws-sdk/client-cloudfront from 3.682.0 to 3.687.0 (032f61c)

4.15.21 (2024-11-10)

Bug Fixes

  • deps: bump @aws-sdk/client-s3 from 3.685.0 to 3.688.0 (a446ebc)

4.15.20 (2024-11-04)

Bug Fixes

  • deps: bump @aws-sdk/client-cloudfront from 3.679.0 to 3.682.0 (6a359b5)

4.15.19 (2024-11-03)

Bug Fixes

  • deps: bump @oclif/core from 4.0.30 to 4.0.31 (53e1f93)

4.15.18 (2024-11-03)

Bug Fixes

  • deps: bump @aws-sdk/client-s3 from 3.676.0 to 3.685.0 (7aca771)

4.15.17 (2024-11-03)

Bug Fixes

  • deps: bump @oclif/plugin-not-found from 3.2.22 to 3.2.24 (5e86b6a)

4.15.16 (2024-10-28)

Bug Fixes

  • deps: bump @oclif/plugin-help from 6.2.14 to 6.2.16 (b87b645)

4.15.15 (2024-10-27)

Bug Fixes

  • deps: bump @oclif/plugin-warn-if-update-available (f15c99a)

4.15.14 (2024-10-27)

Bug Fixes

  • deps: bump @aws-sdk/client-cloudfront from 3.675.0 to 3.679.0 (bf66ea1)

4.15.13 (2024-10-27)

Bug Fixes

  • deps: bump @oclif/core from 4.0.29 to 4.0.30 (fd9743e)

4.15.12 (2024-10-21)

Bug Fixes

  • deps: bump @aws-sdk/client-s3 from 3.670.0 to 3.676.0 (#1586) (d5735a6)

4.15.11 (2024-10-21)

Bug Fixes

  • deps: bump @aws-sdk/client-cloudfront from 3.665.0 to 3.675.0 (#1581) (6cbe925)

4.15.10 (2024-10-21)

Bug Fixes

  • deps: bump @oclif/core from 4.0.28 to 4.0.29 (#1584) (f36e7bd)

4.15.9 (2024-10-15)

Bug Fixes

  • add explicit error when files is missing from package.json (#1577) (#1578) (2ebfb00)

4.15.8 (2024-10-14)

Bug Fixes

  • deps: bump @aws-sdk/client-s3 from 3.665.0 to 3.670.0 (5050c3e)

4.15.7 (2024-10-13)

Bug Fixes

  • deps: bump @oclif/core from 4.0.27 to 4.0.28 (8860e94)

4.15.6 (2024-10-09)

Bug Fixes

4.15.5 (2024-10-06)

Bug Fixes

  • deps: bump @aws-sdk/client-cloudfront from 3.662.0 to 3.665.0 (f8e429a)

4.15.4 (2024-10-06)

Bug Fixes

  • deps: bump @oclif/plugin-help from 6.2.13 to 6.2.14 (a258ab8)

4.15.3 (2024-10-06)

Bug Fixes

  • deps: bump @aws-sdk/client-s3 from 3.663.0 to 3.665.0 (c5bb708)

4.15.2 (2024-10-03)

Bug Fixes

4.15.1 (2024-10-02)

Bug Fixes

4.15.0 (2024-10-02)

Features

4.14.36 (2024-09-29)

Bug Fixes

  • deps: bump @oclif/core from 4.0.19 to 4.0.23 (8b77856)

4.14.35 (2024-09-22)

Bug Fixes

  • deps: bump @inquirer/select from 2.3.10 to 2.5.0 (6d9e2d3)

4.14.34 (2024-09-15)

Bug Fixes

  • deps: bump @oclif/plugin-not-found from 3.2.16 to 3.2.21 (09bf78d)

4.14.33 (2024-09-15)

Bug Fixes

  • deps: bump @aws-sdk/client-s3 from 3.645.0 to 3.651.1 (0b696c8)

4.14.32 (2024-09-13)

Bug Fixes

  • deps: bump path-to-regexp from 6.2.1 to 6.3.0 (4258e66)

4.14.31 (2024-09-08)

Bug Fixes

  • deps: bump @aws-sdk/client-cloudfront from 3.637.0 to 3.645.0 (6f9f724)

4.14.30 (2024-09-08)

Bug Fixes

  • deps: bump @aws-sdk/client-s3 from 3.633.0 to 3.645.0 (0dfa8df)

4.14.29 (2024-09-02)

Bug Fixes

  • deps: bump @oclif/plugin-help from 6.2.8 to 6.2.10 (0ef191a)

4.14.28 (2024-09-01)

Bug Fixes

  • deps: bump @aws-sdk/client-cloudfront from 3.624.0 to 3.637.0 (ee4655c)

4.14.27 (2024-08-30)

Bug Fixes

4.14.26 (2024-08-26)

Bug Fixes

  • deps: bump @oclif/plugin-not-found from 3.2.15 to 3.2.16 (0d5c354)

4.14.25 (2024-08-25)

Bug Fixes

  • deps: bump sort-package-json from 2.10.0 to 2.10.1 (7ac1388)

4.14.24 (2024-08-25)

Bug Fixes

  • deps: bump micromatch from 4.0.7 to 4.0.8 (609a62d)

4.14.23 (2024-08-25)

Bug Fixes

  • deps: bump @oclif/core from 4.0.17 to 4.0.19 (03b4e87)

4.14.22 (2024-08-19)

Bug Fixes

  • deps: bump @aws-sdk/client-s3 from 3.614.0 to 3.633.0 (65d5c4d)

4.14.21 (2024-08-18)

Bug Fixes

  • deps: bump @oclif/plugin-help from 6.2.7 to 6.2.8 (d1c100d)

4.14.20 (2024-08-18)

Bug Fixes

  • deps: bump @oclif/plugin-warn-if-update-available (c7e93fe)

4.14.19 (2024-08-11)

Bug Fixes

  • deps: bump @inquirer/confirm from 3.1.17 to 3.1.22 (df30e35)

4.14.18 (2024-08-11)

Bug Fixes

  • deps: bump @oclif/plugin-not-found from 3.2.14 to 3.2.15 (f01d400)

4.14.17 (2024-08-11)

Bug Fixes

  • deps: bump @oclif/core from 4.0.16 to 4.0.17 (330509d)

4.14.16 (2024-08-11)

Bug Fixes

  • deps: bump @aws-sdk/client-cloudfront from 3.623.0 to 3.624.0 (19ecdad)

4.14.15 (2024-08-05)

Bug Fixes

  • deps: bump semver from 7.6.2 to 7.6.3 (6c63e16)

4.14.14 (2024-08-04)

Bug Fixes

  • deps: bump @oclif/plugin-help from 6.2.2 to 6.2.7 (6da6ad3)

4.14.13 (2024-08-04)

Bug Fixes

  • deps: bump @aws-sdk/client-cloudfront from 3.609.0 to 3.623.0 (2abd2c9)

4.14.12 (2024-07-29)

Bug Fixes

  • deps: bump @inquirer/input from 2.2.1 to 2.2.4 (#1495) (8a0bdf7)

4.14.11 (2024-07-28)

Bug Fixes

  • deps: bump @oclif/core from 4.0.12 to 4.0.16 (0cca50f)

4.14.10 (2024-07-28)

Bug Fixes

  • deps: bump @oclif/plugin-not-found from 3.2.3 to 3.2.14 (ec78494)

4.14.9 (2024-07-23)

Bug Fixes

4.14.8 (2024-07-21)

Bug Fixes

  • deps: bump @oclif/core from 4.0.8 to 4.0.12 (42dbb54)

4.14.7 (2024-07-21)

Bug Fixes

  • deps: bump @inquirer/confirm from 3.1.14 to 3.1.16 (27e3972)

4.14.6 (2024-07-16)

Bug Fixes

4.14.5 (2024-07-15)

Bug Fixes

  • deps: bump @inquirer/confirm from 3.1.11 to 3.1.14 (a7bd40d)

4.14.4 (2024-07-14)

Bug Fixes

  • deps: bump @inquirer/input from 2.1.9 to 2.2.1 (0164495)

4.14.3 (2024-07-14)

Bug Fixes

  • deps: bump validate-npm-package-name from 5.0.0 to 5.0.1 (7759b2a)

4.14.2 (2024-07-14)

Bug Fixes

  • deps: bump normalize-package-data from 6.0.1 to 6.0.2 (db8c4cf)

4.14.1 (2024-07-14)

Bug Fixes

  • deps: bump @aws-sdk/client-s3 from 3.609.0 to 3.614.0 (9686a6d)

4.14.0 (2024-07-09)

Features

  • dry-run flag and debug logs for generate (#1471) (ac6355c)

4.13.16 (2024-07-08)

Bug Fixes

  • deps: bump @oclif/core from 4.0.3 to 4.0.8 (e10b8c8)

4.13.15 (2024-07-07)

Bug Fixes

  • deps: bump @aws-sdk/client-cloudfront from 3.592.0 to 3.609.0 (981f2bf)

4.13.14 (2024-07-07)

Bug Fixes

  • deps: bump @aws-sdk/client-s3 from 3.606.0 to 3.609.0 (86f58e7)

4.13.13 (2024-07-07)

Bug Fixes

  • deps: bump @inquirer/select from 2.3.5 to 2.3.10 (81bd987)

4.13.12 (2024-06-30)

Bug Fixes

  • deps: bump @aws-sdk/client-s3 from 3.600.0 to 3.606.0 (f957fe0)

4.13.11 (2024-06-30)

Bug Fixes

  • deps: bump @inquirer/confirm from 3.1.10 to 3.1.11 (040924c)

4.13.10 (2024-06-23)

Bug Fixes

  • deps: bump @aws-sdk/client-s3 from 3.583.0 to 3.600.0 (bafd925)

4.13.9 (2024-06-23)

Bug Fixes

  • deps: bump @inquirer/confirm from 3.1.9 to 3.1.10 (3e083aa)

4.13.8 (2024-06-17)

Bug Fixes

  • allow upload to succeed without buildmanifest (#1449) (3cb1118)

4.13.7 (2024-06-16)

Bug Fixes

  • deps: bump @oclif/plugin-help from 6.2.0 to 6.2.2 (2401a69)

4.13.6 (2024-06-13)

Bug Fixes

  • deps: bump braces from 3.0.2 to 3.0.3 (2d70057)

4.13.5 (2024-06-10)

Bug Fixes

  • deps: bump @aws-sdk/client-cloudfront from 3.574.0 to 3.592.0 (3c8e7c3)

4.13.4 (2024-06-09)

Bug Fixes

  • deps: bump @oclif/plugin-not-found from 3.2.1 to 3.2.3 (336bfb0)

4.13.3 (2024-06-09)

Bug Fixes

  • deps: bump @oclif/plugin-help from 6.0.21 to 6.2.0 (e8ff8e4)

4.13.2 (2024-06-09)

Bug Fixes

  • deps: bump @oclif/core from 4.0.0 to 4.0.3 (a5b9fb9)

4.13.1 (2024-06-07)

Bug Fixes

4.13.0 (2024-06-04)

Features

4.12.4 (2024-06-04)

Bug Fixes

4.12.3 (2024-06-03)

Bug Fixes

  • deps: bump @oclif/plugin-not-found from 3.1.10 to 3.2.1 (82a3bf8)

4.12.2 (2024-06-02)

Bug Fixes

  • deps: bump @inquirer/select from 2.3.4 to 2.3.5 (8e053e6)

4.12.1 (2024-06-02)

Bug Fixes

  • deps: bump @inquirer/input from 2.1.8 to 2.1.9 (2448e6d)

4.12.0 (2024-05-31)

Bug Fixes

  • clarify error message (444d06e)
  • handle undefined node options (ce9215a)

Features

4.11.3 (2024-05-26)

Bug Fixes

  • deps: bump @inquirer/input from 2.1.1 to 2.1.8 (b60363f)

4.11.2 (2024-05-26)

Bug Fixes

  • deps: bump @oclif/plugin-not-found from 3.1.9 to 3.1.10 (2ac04b6)

4.11.1 (2024-05-26)

Bug Fixes

  • deps: bump @aws-sdk/client-s3 from 3.577.0 to 3.583.0 (d815dd7)

4.11.0 (2024-05-22)

Features

4.10.15 (2024-05-19)

Bug Fixes

  • deps: bump @inquirer/select from 2.3.2 to 2.3.4 (1a22ccf)

4.10.14 (2024-05-19)

Bug Fixes

  • deps: bump @aws-sdk/client-s3 from 3.569.0 to 3.577.0 (03ce3e4)

4.10.13 (2024-05-19)

Bug Fixes

  • deps: bump semver from 7.6.0 to 7.6.2 (62aaab3)

4.10.12 (2024-05-19)

Bug Fixes

  • deps: bump @oclif/plugin-warn-if-update-available (79a09ea)

4.10.11 (2024-05-14)

Bug Fixes

4.10.10 (2024-05-13)

Bug Fixes

  • deps: bump normalize-package-data from 6.0.0 to 6.0.1 (f79f26b)

4.10.9 (2024-05-12)

Bug Fixes

  • deps: bump @oclif/plugin-warn-if-update-available (362f1e0)

4.10.8 (2024-05-12)

Bug Fixes

  • deps: bump @aws-sdk/client-cloudfront from 3.569.0 to 3.574.0 (187b606)

4.10.7 (2024-05-10)

Bug Fixes

4.10.6 (2024-05-09)

Bug Fixes

4.10.5 (2024-05-08)

Bug Fixes

4.10.4 (2024-05-06)

Bug Fixes

  • deps: bump @aws-sdk/client-cloudfront from 3.535.0 to 3.569.0 (b0b7a27)

4.10.3 (2024-05-05)

Bug Fixes

  • deps: bump @aws-sdk/client-s3 from 3.565.0 to 3.569.0 (6960f6a)

4.10.2 (2024-05-05)

Bug Fixes

  • deps: bump @oclif/core from 3.26.4 to 3.26.5 (7b3e977)

4.10.1 (2024-05-01)

Bug Fixes

  • update generate description (ba39334)

4.10.0 (2024-05-01)

Features

4.9.3 (2024-04-29)

Bug Fixes

  • deps: bump @inquirer/select from 2.2.1 to 2.3.2 (#1390) (9573c8f)

4.9.2 (2024-04-29)

Bug Fixes

  • deps: bump @aws-sdk/client-s3 from 3.554.0 to 3.565.0 (#1394) (f379e3a)

4.9.1 (2024-04-29)

Bug Fixes

  • deps: bump @inquirer/confirm from 3.1.5 to 3.1.6 (#1392) (e408eb3)

4.9.0 (2024-04-25)

Features

4.8.8 (2024-04-21)

Bug Fixes

  • deps: bump @oclif/core from 3.26.3 to 3.26.4 (5cfa494)

4.8.7 (2024-04-21)

Bug Fixes

  • deps: bump @inquirer/confirm from 3.1.4 to 3.1.5 (0cfc0b0)

4.8.6 (2024-04-21)

Bug Fixes

  • deps: bump ejs from 3.1.9 to 3.1.10 (0747157)

4.8.5 (2024-04-15)

Bug Fixes

  • deps: bump @aws-sdk/client-s3 from 3.550.0 to 3.554.0 (f5bff54)

4.8.4 (2024-04-14)

Bug Fixes

  • deps: bump @inquirer/confirm from 3.0.0 to 3.1.4 (5d5960e)

4.8.3 (2024-04-14)

Bug Fixes

  • deps: bump @oclif/plugin-help from 6.0.18 to 6.0.21 (20fb976)

4.8.2 (2024-04-12)

Bug Fixes

4.8.1 (2024-04-12)

Bug Fixes

4.8.0 (2024-04-10)

Features

4.7.8 (2024-04-09)

Bug Fixes

4.7.7 (2024-04-07)

Bug Fixes

  • deps: bump @aws-sdk/client-s3 from 3.535.0 to 3.550.0 (e7427e3)

4.7.6 (2024-04-04)

4.7.5 (2024-03-31)

Bug Fixes

  • deps: bump @oclif/core from 3.25.2 to 3.26.0 (ccb7808)

4.7.4 (2024-03-31)

Bug Fixes

  • deps: bump @inquirer/select from 2.0.0 to 2.2.1 (80e9611)

4.7.3 (2024-03-31)

Bug Fixes

  • deps: bump @inquirer/input from 2.1.0 to 2.1.1 (1e9ee41)

4.7.2 (2024-03-31)

Bug Fixes

  • deps: bump sort-package-json from 2.8.0 to 2.10.0 (d9f3d17)

4.7.1 (2024-03-28)

Bug Fixes

4.7.0 (2024-03-26)

Features

4.6.3 (2024-03-24)

Bug Fixes

  • deps: bump @oclif/plugin-warn-if-update-available (8a29172)

4.6.2 (2024-03-24)

Bug Fixes

  • deps: bump @inquirer/input from 2.0.0 to 2.1.0 (75aa6a8)

4.6.1 (2024-03-21)

4.6.1-dev.1 (2024-03-21)

Bug Fixes

  • add oclif script, update readme flag (cbf5bcc)
  • remove unused yes flag from generate command and generate hook commands (78a6238)

4.6.1-dev.0 (2024-03-20)

Bug Fixes

  • pass in custom command for readme generation (63bb314)

4.6.0 (2024-03-19)

Features

4.5.7 (2024-03-17)

Bug Fixes

  • deps: bump @aws-sdk/client-cloudfront from 3.525.0 to 3.535.0 (514c4ab)

4.5.6 (2024-03-17)

Bug Fixes

  • deps: bump @aws-sdk/client-s3 from 3.515.0 to 3.535.0 (69b8209)

4.5.5 (2024-03-17)

Bug Fixes

  • deps: bump @oclif/plugin-help from 6.0.14 to 6.0.18 (e927d72)

4.5.4 (2024-03-11)

Bug Fixes

4.5.3 (2024-03-11)

Bug Fixes

  • deps: bump @oclif/plugin-not-found from 3.0.11 to 3.0.14 (#1330) (d228797)

4.5.2 (2024-03-07)

Bug Fixes

4.5.1 (2024-03-07)

Bug Fixes

  • handle single command CLI readme (fae4369)

4.5.0 (2024-03-05)

Bug Fixes

Features

4.4.21 (2024-03-04)

Bug Fixes

  • deps: bump @aws-sdk/client-cloudfront from 3.511.0 to 3.525.0 (747ccf7)

4.4.20 (2024-03-03)

Bug Fixes

  • deps: bump @oclif/plugin-help from 6.0.12 to 6.0.14 (16a24c3)

4.4.19 (2024-02-26)

Bug Fixes

4.4.18 (2024-02-25)

Bug Fixes

  • deps: bump @oclif/plugin-warn-if-update-available (51a5277)

4.4.17 (2024-02-21)

Bug Fixes

  • deps: bump ip from 2.0.0 to 2.0.1 (9dd712a)

4.4.16 (2024-02-19)

Bug Fixes

  • deps: bump @oclif/core from 3.19.1 to 3.19.2 (ff48955)

4.4.15 (2024-02-18)

Bug Fixes

  • deps: bump semver and @types/semver (98b48e0)

4.4.14 (2024-02-18)

Bug Fixes

  • deps: bump @aws-sdk/client-s3 from 3.504.0 to 3.515.0 (399ca95)

4.4.13 (2024-02-18)

Bug Fixes

  • deps: bump @oclif/plugin-warn-if-update-available (888fe62)

4.4.12 (2024-02-15)

Bug Fixes

  • respect tsconfig outDir when generating hook (#1293) (dcca71a)

4.4.11 (2024-02-12)

Bug Fixes

  • deps: bump @aws-sdk/client-cloudfront from 3.504.0 to 3.511.0 (494afde)

4.4.10 (2024-02-11)

Bug Fixes

  • deps: bump @oclif/plugin-not-found from 3.0.9 to 3.0.10 (fb86b55)

4.4.9 (2024-02-11)

Bug Fixes

  • deps: bump @oclif/core from 3.18.2 to 3.19.1 (cdfb793)

4.4.8 (2024-02-09)

Bug Fixes

4.4.7 (2024-02-06)

Bug Fixes

  • update logic for exclusion from Windows Defender scans (#1276) (09a4409)

4.4.6 (2024-02-05)

Bug Fixes

  • deps: bump @aws-sdk/client-cloudfront from 3.501.0 to 3.504.0 (#1277) (47dd2c9)

4.4.5 (2024-02-05)

4.4.4 (2024-02-04)

Bug Fixes

  • deps: bump @aws-sdk/client-s3 from 3.496.0 to 3.504.0 (244f5a4)

4.4.3 (2024-02-04)

Bug Fixes

  • deps: bump @oclif/core from 3.18.1 to 3.18.2 (f848a97)

4.4.2 (2024-01-28)

Bug Fixes

  • deps: bump @aws-sdk/client-cloudfront from 3.496.0 to 3.501.0 (b1147bc)

4.4.1 (2024-01-28)

Bug Fixes

  • deps: bump @oclif/plugin-help from 6.0.9 to 6.0.12 (594ed0f)

4.4.0 (2024-01-26)

Features

  • deprecate and hide lock command (053e877)

4.3.10 (2024-01-25)

Bug Fixes

4.3.9 (2024-01-22)

Bug Fixes

  • deps: bump @oclif/plugin-not-found from 3.0.8 to 3.0.9 (7db473a)

4.3.8 (2024-01-21)

Bug Fixes

  • deps: bump @aws-sdk/client-cloudfront from 3.484.0 to 3.496.0 (a21bd3f)

4.3.7 (2024-01-21)

Bug Fixes

  • deps: bump @aws-sdk/client-s3 from 3.490.0 to 3.496.0 (ede210f)

4.3.6 (2024-01-18)

Bug Fixes

4.3.5 (2024-01-17)

Bug Fixes

4.3.4 (2024-01-15)

Bug Fixes

  • deps: bump @oclif/core from 3.16.0 to 3.18.1 (3414265)

4.3.3 (2024-01-14)

Bug Fixes

  • deps: bump @aws-sdk/client-s3 from 3.484.0 to 3.490.0 (7b7a349)

4.3.2 (2024-01-14)

Bug Fixes

  • deps: bump @oclif/plugin-warn-if-update-available (6ec4e6e)

4.3.1 (2024-01-10)

Bug Fixes

  • deps: bump @oclif/plugin-not-found from 3.0.7 to 3.0.8 (#1242) (6072880)

4.3.0 (2024-01-10)

Features

4.2.0 (2024-01-09)

Features

4.1.4 (2024-01-08)

Bug Fixes

4.1.3 (2024-01-04)

Bug Fixes

4.1.2 (2024-01-03)

Bug Fixes

4.1.1 (2024-01-02)

Bug Fixes

4.1.0 (2023-12-14)

Features

4.0.4 (2023-11-20)

Bug Fixes

  • build-time and install-time options for windows defender (#1210) (be3d216)

4.0.3 (2023-10-17)

Bug Fixes

  • bump plugin-warn-if-update (06779a2)

4.0.2 (2023-10-11)

Bug Fixes

4.0.1 (2023-10-10)

Bug Fixes

4.0.0 (2023-10-06)

3.17.2 (2023-09-28)

Bug Fixes

  • dont assume lib as outDir (44bd3fd)
  • respect commands dir of each plugin, check for typescript in deps (993733b)
  • use path.sep (9770d1d)

3.17.1 (2023-09-21)

Bug Fixes

3.17.0 (2023-09-21)

Features

3.16.0 (2023-09-13)

Features

  • adds version and repo-prefix flags (4ba8246)

3.15.1 (2023-09-11)

3.15.0 (2023-09-05)

Features

3.14.0 (2023-09-01)

Features

3.13.1 (2023-08-31)

Reverts

  • Revert "feat: remove OCLIF_ALLOW_ESM env var (#1171)" (#1179) (5472380), closes #1171 #1179

3.13.0 (2023-08-31)

Features

3.12.0 (2023-08-28)

Features

3.11.3 (2023-08-07)

Bug Fixes

  • hide module type prompt behind OCLIF_ALLOW_ESM env var (#1167) (31a19ca)

3.11.2 (2023-08-04)

Bug Fixes

  • respect topic sep when generating readme (#1165) (4755882)

3.11.1 (2023-08-01)

Bug Fixes

3.11.0 (2023-07-31)

Features

3.10.0 (2023-07-21)

Features

  • Add support for linux arm64, debian architectures (7ca9e6e)

3.9.2 (2023-07-20)

3.9.2-dev.0 (2023-07-20)

Bug Fixes

  • ignore install scripts when building JIT plugin manifests (ce725a2)

3.9.1 (2023-06-12)

Bug Fixes

3.9.0 (2023-05-02)

Features

3.8.2 (2023-04-28)

Bug Fixes

  • deps: bump yeoman, remove unused dev-deps (8c04440)

3.8.1 (2023-04-14)

Bug Fixes

  • promote:deb: skip i386 deb pkg if node < 10 (#1140) (dd50d78)

3.8.0 (2023-04-12)

Features

  • binAliases (support for multiple bin for the same CLI) for all OS (a9ee96e)

3.7.3 (2023-03-28)

Bug Fixes

3.7.2 (2023-03-22)

Bug Fixes

3.7.1 (2023-03-22)

Bug Fixes

  • pass isWritingManifest true to plugin.load (#1126) (c6a124a)

3.7.0 (2023-02-22)

Features

  • create symlinks from binAliases to bin for pack:macos (#1109) (70f0b27)

3.6.5 (2023-02-15)

Bug Fixes

3.6.4 (2023-02-14)

Bug Fixes

3.6.3 (2023-02-06)

Bug Fixes

3.6.2 (2023-02-01)

Bug Fixes

3.6.1 (2023-01-23)

Bug Fixes

3.6.0 (2023-01-19)

Features

3.5.0 (2023-01-18)

Features

3.4.6 (2023-01-18)

Bug Fixes

3.4.5 (2023-01-18)

Bug Fixes

  • args forwards compatibility (5a9d636)

3.4.4 (2023-01-18)

Bug Fixes

3.4.3 (2022-12-27)

Bug Fixes

  • make oclif.s3.folder optional for --indexes (#1063) (df9db2f)

3.4.2 (2022-12-07)

Bug Fixes

3.4.1 (2022-12-05)

Bug Fixes

3.4.0 (2022-12-05)

Features

  • remove qq and parallelize build/pack/promote (#1035) (db2a858)

3.3.1 (2022-12-04)

Bug Fixes

  • deps: bump concurrently from 7.5.0 to 7.6.0 (49b301e)

3.3.0 (2022-11-29)

Features

  • add 'target' argument when packing/uploading macOS (#1033) (fb6473d)

3.2.31 (2022-11-27)

Bug Fixes

  • deps: bump github-slugger from 1.4.0 to 1.5.0 (a41baca)

3.2.30 (2022-11-27)

Bug Fixes

  • deps: bump minimatch from 3.0.4 to 3.1.2 (dcd7ba2)

3.2.29 (2022-11-20)

Bug Fixes

  • deps: bump @oclif/plugin-help from 5.1.16 to 5.1.19 (ac48fd7)

3.2.28 (2022-11-20)

Bug Fixes

  • deps: bump @oclif/plugin-warn-if-update-available (e096886)

3.2.27 (2022-11-13)

Bug Fixes

  • deps: bump @oclif/plugin-warn-if-update-available (3f83f13)

3.2.26 (2022-11-13)

Bug Fixes

  • deps: bump @oclif/core from 1.20.0 to 1.20.3 (dfc7df1)
  • deps: bump @oclif/core from 1.20.3 to 1.20.4 (17b0394)

3.2.25 (2022-11-06)

Bug Fixes

  • deps: bump @oclif/plugin-not-found from 2.3.6 to 2.3.7 (24925b0)

3.2.24 (2022-10-30)

Bug Fixes

  • deps: bump @oclif/core from 1.18.0 to 1.20.0 (a0a0a50)

3.2.23 (2022-10-30)

Bug Fixes

  • deps: bump concurrently from 7.4.0 to 7.5.0 (08caed4)

3.2.22 (2022-10-23)

Bug Fixes

  • deps: bump @oclif/plugin-not-found from 2.3.5 to 2.3.6 (f886f7a)

3.2.21 (2022-10-23)

Bug Fixes

  • deps: bump @oclif/plugin-help from 5.1.15 to 5.1.16 (18a6633)

3.2.20 (2022-10-20)

Bug Fixes

3.2.19 (2022-10-16)

Bug Fixes

  • deps: bump @oclif/core from 1.16.4 to 1.18.0 (badd7b0)

3.2.18 (2022-10-16)

Bug Fixes

  • deps: bump @oclif/plugin-not-found from 2.3.4 to 2.3.5 (b9a658e)

3.2.17 (2022-10-16)

Bug Fixes

  • deps: bump @oclif/plugin-help from 5.1.14 to 5.1.15 (33b7925)

3.2.16 (2022-10-09)

Bug Fixes

  • deps: bump aws-sdk from 2.1227.0 to 2.1231.0 (e1234f5)

3.2.15 (2022-10-09)

Bug Fixes

  • deps: bump semver from 7.3.7 to 7.3.8 (cda6620)

3.2.14 (2022-10-09)

Bug Fixes

  • deps: bump @oclif/plugin-not-found from 2.3.3 to 2.3.4 (1bb086b)

3.2.13 (2022-10-02)

Bug Fixes

  • deps: bump aws-sdk from 2.1226.0 to 2.1227.0 (6526f12)

3.2.12 (2022-10-01)

Bug Fixes

  • deps: bump aws-sdk from 2.1116.0 to 2.1226.0 (6ad1679)

3.2.11 (2022-09-30)

Bug Fixes

  • deps: bump @oclif/plugin-not-found from 2.3.1 to 2.3.3 (f3142a7)

3.2.10 (2022-09-30)

Bug Fixes

  • deps: bump concurrently from 7.0.0 to 7.4.0 (f5781ce)

3.2.9 (2022-09-29)

Bug Fixes

  • deps: bump @oclif/plugin-warn-if-update-available (8d6a86c)

3.2.8 (2022-09-29)

Bug Fixes

  • deps: bump @oclif/core from 1.16.1 to 1.16.4 (f546267)

3.2.7 (2022-09-29)

Bug Fixes

  • deps: bump @oclif/plugin-help from 5.1.12 to 5.1.14 (0a5a33c)

3.2.6 (2022-09-29)

Bug Fixes

  • deps: bump yeoman-environment from 3.9.1 to 3.11.1 (9ca60df)

3.2.5 (2022-09-27)

Bug Fixes

  • wrongly packaging child bundles on MacOS (#971) (de64974)

3.2.4 (2022-09-27)

Bug Fixes

  • add toc tag to readme command description (#924) (5bdd481)

3.2.3 (2022-09-27)

Bug Fixes

  • Update hooks generator to point to ./dist/hooks instead of ./src/hooks (#904) (fd48e54)

3.2.2 (2022-09-16)

3.2.1 (2022-09-09)

Bug Fixes

3.2.0 (2022-09-06)

Features

3.1.2 (2022-07-27)

Bug Fixes

3.1.1 (2022-07-15)

Bug Fixes

3.1.0 (2022-07-07)

Features

3.0.1 (2022-04-18)

Bug Fixes

3.0.0 (2022-04-13)

2.6.3 (2022-03-31)

Bug Fixes

2.6.2 (2022-03-31)

Bug Fixes

2.6.1 (2022-03-23)

2.6.0 (2022-03-14)

Features

  • Add support to build darwin-arm64 for oclif pack macos (#847) (61a96c2)

2.5.0 (2022-02-24)

Features

  • remove all relevant directories on uninstall (#831) (acd986d)

2.4.5 (2022-02-17)

2.4.4 (2022-02-09)

Bug Fixes

2.4.3 (2022-02-01)

Bug Fixes

2.4.2 (2022-02-01)

Bug Fixes

2.4.1 (2022-01-31)

Bug Fixes

2.4.0 (2022-01-27)

Features

2.3.1 (2022-01-27)

Bug Fixes

2.3.0 (2022-01-20)

Features

2.2.0 (2022-01-13)

Features

2.1.8 (2022-01-12)

Bug Fixes

2.1.7 (2022-01-11)

Bug Fixes

2.1.6 (2022-01-11)

Bug Fixes

2.1.5 (2022-01-10)

2.1.4 (2022-01-10)

Bug Fixes

2.1.3 (2022-01-10)

Bug Fixes

2.1.2 (2022-01-08)

Bug Fixes

  • add override for colors (8bb26b0)

2.1.1 (2022-01-08)

Bug Fixes

  • add resolution for colors (0ea44d4)

2.1.0 (2021-12-21)

Features

  • add version info to registry for windows installers (#769) (291603a)

2.0.1 (2021-12-08)

2.0.0-main.19 (2021-12-08)

Bug Fixes

2.0.0-main.18 (2021-12-08)

2.0.0-main.17 (2021-12-08)

2.0.0-main.16 (2021-12-08)

2.0.0-main.15 (2021-12-08)

2.0.0-main.14 (2021-12-07)

Bug Fixes

2.0.0-main.13 (2021-12-07)

Bug Fixes

2.0.0-main.12 (2021-12-06)

Bug Fixes

2.0.0-main.11 (2021-12-01)

Bug Fixes

  • force main build to fix v1 tag/version (140b581)

2.0.0-main.10 (2021-11-17)

Features

2.0.0-main.9 (2021-11-04)

2.0.0-main.8 (2021-10-08)

2.0.0-main.7 (2021-10-08)

2.0.0-main.6 (2021-10-05)

Bug Fixes

  • bump oclif/core to 1.0.0 (#687) [skip-validate-pr] (430bb19)

Features

2.0.0-main.5 (2021-09-20)

2.0.0-main.4 (2021-09-20)

2.0.0-main.3 (2021-09-16)

Bug Fixes

2.0.0-main.2 (2021-08-30)

Bug Fixes

2.0.0-main.1 (2021-07-08)

Bug Fixes

  • throw error if WINDOWS_SIGNING_PASS is not set (0dc68b0)

2.0.0-main.0 (2021-07-08)

Bug Fixes

2.0.0-v2.0 (2021-07-08)

Bug Fixes

1.18.1 (2021-07-01)

Bug Fixes

1.18.0 (2021-05-26)

Features

  • option to produce sorted index files on version promote (67e1bae)

1.17.1 (2021-05-18)

Bug Fixes

1.17.0 (2021-03-15)

Features

1.16.2 (2021-03-11)

1.16.1 (2020-05-07)

Bug Fixes

  • short circuit with nullish coalescing operator (#327) (de8a7a0)

1.16.0 (2020-05-07)

Features

1.15.2 (2019-12-16)

Bug Fixes

  • include dev-cli in single cli generation & run readme (#296) (fcef7c9)

1.15.1 (2019-11-19)

Bug Fixes

1.15.0 (2019-11-19)

Bug Fixes

  • only use yarn in circle config if selected as option (#298) (9914b56)

Features

1.14.2 (2019-10-25)

Bug Fixes

1.14.1 (2019-10-22)

Bug Fixes

1.14.0 (2019-10-07)

1.13.6 (2019-08-28)

Bug Fixes

  • update README Requirements (f2bd11e)

1.13.5 (2019-07-12)

Bug Fixes

1.13.4 (2019-06-20)

Bug Fixes

  • use correct path separators in travis.yml (#248) (ec41aa5)

1.13.3 (2019-06-17)

Bug Fixes

1.13.2 (2019-05-29)

Bug Fixes

  • update license template copyright year (9cfaea8)

1.13.1 (2019-03-24)

Bug Fixes

1.13.0 (2019-03-17)

Features

1.12.10 (2019-02-12)

Bug Fixes

  • don't include mocha types on no mocha (#206) (505c43b)

1.12.9 (2019-02-11)

Bug Fixes

1.12.8 (2018-12-17)

Bug Fixes

1.12.7 (2018-12-03)

Bug Fixes

1.12.6 (2018-11-14)

Bug Fixes

1.12.5 (2018-10-16)

Bug Fixes

  • default to not using shrinkwrap (902c350)

1.12.4 (2018-10-13)

Bug Fixes

  • remove greenkeeper badge (9690390)

1.12.3 (2018-10-13)

Bug Fixes

1.12.2 (2018-10-13)

Bug Fixes

1.12.1 (2018-09-15)

Bug Fixes

  • source-map-register is not needed (dfd3170)

1.12.0 (2018-09-15)

Bug Fixes

  • break linters out into separate question (a3edcd4)
  • break linters out into separate question (c8b05f8)
  • break yarn/npm into separate question (3f80dea)
  • remove unnecessary tsc calls (85082b5)

Features

  • simplify nyc config (86a2c52)
  • use typescript 3.0 project references (3a9bf0f)

1.11.7 (2018-09-14)

Bug Fixes

  • greenkeeper-lockfile no longer necessary (8f55fd0)

1.11.6 (2018-09-14)

Bug Fixes

  • updated eslint and tslint (c2ae997)

1.11.5 (2018-08-29)

Bug Fixes

  • fixpack -> @oclif/fixpack (a69c4be)
  • hide yarn output when not found (a3897b1)
  • set project path for single CLIs (3ec87bc), closes #161
  • use @oclif/fixpack to fix audit warning (0c2aa20)

1.11.4 (2018-08-22)

Bug Fixes

  • updated yeoman and update warning (deea525)

1.11.3 (2018-08-22)

Bug Fixes

  • update eslint to latest major in generator (#152) (7d72d21)

1.11.2 (2018-08-17)

Bug Fixes

  • use greenkeeper-lockfile@2 (1e99237)

1.11.1 (2018-08-17)

Bug Fixes

  • updated oclif and dev-cli (e2adf70)

1.11.0 (2018-08-17)

Bug Fixes

Features

  • typescript 3 and ts-node 7 (9c58896)

1.10.3 (2018-08-17)

Bug Fixes

  • regenerate readme when adding command (408705b)

1.10.2 (2018-08-17)

Bug Fixes

1.10.1 (2018-08-17)

Bug Fixes

  • add circleci,appveyor,codecov to examples (5cc3f54)
  • always use --save with npm (#149) (151af6f)

1.10.0 (2018-08-17)

Features

1.9.0 (2018-07-09)

Features

1.8.6 (2018-07-02)

Bug Fixes

1.8.5 (2018-06-16)

Bug Fixes

  • remove shrinkwrap after publishing (3a1441d)

1.8.4 (2018-06-14)

Bug Fixes

1.8.3 (2018-06-14)

Bug Fixes

1.8.2 (2018-06-12)

Bug Fixes

  • Add rimraf to devDependencies for single and multi projects and use it in npm scripts (#123) (764ade1)

1.8.1 (2018-06-10)

Bug Fixes

1.8.0 (2018-06-02)

Features

1.7.56 (2018-06-01)

Bug Fixes

1.7.55 (2018-06-01)

Bug Fixes

1.7.54 (2018-06-01)

Bug Fixes

1.7.53 (2018-05-31)

Bug Fixes

1.7.52 (2018-05-30)

Bug Fixes

  • command descriptions not showing up in the help (#124) (dd37310)

1.7.51 (2018-05-28)

Bug Fixes

1.7.50 (2018-05-24)

Bug Fixes

  • add yarn.lock to npm files for plugins (06f5893)

1.7.49 (2018-05-22)

Bug Fixes

  • use explicit typeRoot path (dad2052)

1.7.48 (2018-05-22)

Bug Fixes

1.7.47 (2018-05-22)

Bug Fixes

1.7.46 (2018-05-14)

Bug Fixes

1.7.45 (2018-05-13)

Bug Fixes

1.7.44 (2018-05-11)

Bug Fixes

  • move tslib to dependencies (2e35528)

1.7.43 (2018-05-11)

Bug Fixes

1.7.42 (2018-05-10)

Bug Fixes

1.7.41 (2018-05-10)

Bug Fixes

1.7.40 (2018-05-07)

Bug Fixes

1.7.39 (2018-05-07)

Bug Fixes

1.7.38 (2018-05-04)

Bug Fixes

1.7.37 (2018-05-03)

Bug Fixes

  • rename oclif manifest to not be a dotfile (84d16a2)

1.7.36 (2018-05-01)

Bug Fixes

1.7.35 (2018-04-21)

Bug Fixes

1.7.34 (2018-04-20)

Bug Fixes

1.7.33 (2018-04-20)

Bug Fixes

1.7.32 (2018-04-18)

Bug Fixes

  • use npm instead of yarn in CI scripts when not using yarn (#108) (04fc972)

1.7.31 (2018-04-17)

Bug Fixes

1.7.30 (2018-04-10)

Bug Fixes

  • break up code coverage into its own step (0f2ecae)

1.7.29 (2018-04-10)

Bug Fixes

  • remove junit reporter from circle (1927369)

1.7.28 (2018-04-09)

Bug Fixes

  • add another command to multi examples (3fc97ec)
  • command example generation (41c00ca)

1.7.27 (2018-04-09)

Bug Fixes

  • generate readme before packing (fe9be07)

1.7.26 (2018-04-09)

Bug Fixes

  • add descriptions for circle tasks (494d6ac)

1.7.25 (2018-04-09)

Bug Fixes

  • add descriptions for circle tasks (de4f924)

1.7.24 (2018-04-08)

Bug Fixes

1.7.23 (2018-04-08)

Bug Fixes

  • command path on windows (#96) (612f401)
  • ignore any node_modules directories (ceb13f2)
  • ignore package-lock.json (8cb8582)
  • skip eslint files when using typescript (7dec822)

1.7.22 (2018-04-08)

Bug Fixes

1.7.21 (2018-04-08)

Bug Fixes

1.7.20 (2018-04-08)

Bug Fixes

  • define help flag on initial command (e1b68a3)

1.7.19 (2018-04-07)

Bug Fixes

1.7.18 (2018-04-07)

Bug Fixes

  • use posttest instead of lint script (48516e1)

1.7.17 (2018-04-06)

Bug Fixes

  • set repository to input (276ac06)

1.7.16 (2018-04-06)

Bug Fixes

  • remove declarations from test tslint (3d8181b)

1.7.15 (2018-04-06)

Bug Fixes

  • use package-lock.json or yarn.lock from root only (9cb57ac)

1.7.14 (2018-04-05)

Bug Fixes

  • ignore package-lock.json or yarn.lock (e589f0a)

1.7.13 (2018-04-04)

Bug Fixes

  • fixed commands directory in example (2d8b964)

1.7.12 (2018-04-04)

Bug Fixes

  • only show examples if generating hello command (147a317)
  • show ts path in example command instead of js path (12869c4)

1.7.11 (2018-04-02)

Bug Fixes

  • generators/command: assert cwd is a project (#94) (192f268)

1.7.10 (2018-03-28)

Bug Fixes

  • remove commitlint from this project (#87) (beb4b4e)

1.7.9 (2018-03-25)

Bug Fixes

  • move release script into semantic-release (020e633)

1.7.8 (2018-03-25)

Bug Fixes

  • automate create-oclif publishing (bffcc90)

1.7.7 (2018-03-25)

Bug Fixes

1.7.6 (2018-03-24)

Bug Fixes

  • updated config and warn-if-update-available (db21fca)

1.7.5 (2018-03-24)

Bug Fixes

  • add warning if CLI is out of date (fa5ed18)

1.7.4 (2018-03-24)

Bug Fixes

1.7.3 (2018-03-24)

Bug Fixes

1.7.2 (2018-03-24)

Bug Fixes

  • add yarn to examples (b4cd8b3)
  • fixed semantic-release config (a4f69f1)
  • update semantic-release (9f45593)
  • update semantic-release (d2e3159)

1.7.1 (2018-03-24)

Bug Fixes

1.7.0 (2018-03-24)

Features

1.6.0 (2018-03-24)

Features

1.5.8 (2018-03-24)

Bug Fixes

  • fix hooks to work with ts-node (e117a85), closes #78

1.5.7 (2018-03-24)

Bug Fixes

1.5.6 (2018-03-24)

Bug Fixes

1.5.5 (2018-03-24)

Bug Fixes

  • fixed npm devDependencies (1957935)
  • move globby to devDependencies (9f07b24)

1.5.4 (2018-03-24)

Bug Fixes

  • @oclif/errors no longer directly required (c82d5f4)

1.5.3 (2018-03-24)

Bug Fixes

1.5.2 (2018-03-23)

Bug Fixes

1.5.1 (2018-03-23)

Bug Fixes

  • add usage/command headers explicitly (d24456b)

1.5.0 (2018-03-23)

Features

1.4.12 (2018-03-23)

Bug Fixes

1.4.11 (2018-03-23)

Bug Fixes

1.4.10 (2018-03-22)

Bug Fixes

  • use npm for scripts if not yarn (01370d2)

1.4.9 (2018-03-22)

Bug Fixes

1.4.7 (2018-03-22)

Bug Fixes

  • add path argument description (c37e724)

1.4.6 (2018-03-22)

Bug Fixes

1.4.5 (2018-03-22)

Bug Fixes

1.4.4 (2018-03-22)

Bug Fixes

1.4.3 (2018-03-22)

Bug Fixes

1.4.1 (2018-03-21)

Bug Fixes

  • remove noUnusedLocals and noUnusedParameters as these are checked with tslint (06e2c46)

1.4.0 (2018-03-21)

Features

1.3.14 (2018-03-21)

Bug Fixes

1.3.13 (2018-03-21)

Bug Fixes

  • use version long flag for circle test (#61) (6497188)

1.3.12 (2018-03-21)

Bug Fixes

1.3.11 (2018-03-20)

Bug Fixes

1.3.10 (2018-03-15)

Bug Fixes

  • return a promise from yeoman callback style so it actually awaits (#43) (c22f423)

1.3.9 (2018-03-08)

Bug Fixes

  • add component descriptions and option to skip (25cf71e)

1.3.8 (2018-02-28)

Bug Fixes

  • fixed ts-node compatibility (a45f405)

1.3.7 (2018-02-17)

Bug Fixes

1.3.6 (2018-02-17)

Bug Fixes

1.3.5 (2018-02-17)

Bug Fixes

1.3.4 (2018-02-15)

Bug Fixes

1.3.3 (2018-02-15)

Bug Fixes

1.3.2 (2018-02-15)

Bug Fixes

1.3.1 (2018-02-15)

Bug Fixes

1.3.0 (2018-02-15)

Features

  • add LICENSE if salesforce repo + mit (17f4b2a)
  • add LICENSE if salesforce repo + mit (94847e5)

Reverts

  • Revert "chore: add nyc" (4150a7b)

1.2.14 (2018-02-15)

Bug Fixes

1.2.12 (2018-02-15)

Bug Fixes

1.2.11 (2018-02-15)

Bug Fixes

1.2.10 (2018-02-15)

Bug Fixes

1.2.9 (2018-02-15)

Bug Fixes

1.2.8 (2018-02-15)

Bug Fixes

1.2.7 (2018-02-15)

Bug Fixes

1.2.6 (2018-02-15)

Bug Fixes

1.2.5 (2018-02-14)

Bug Fixes

1.2.4 (2018-02-14)

Bug Fixes

1.2.3 (2018-02-14)

Bug Fixes

1.2.2 (2018-02-14)

Bug Fixes

1.2.1 (2018-02-14)

Bug Fixes

1.2.0 (2018-02-14)

Bug Fixes

Features

1.1.2 (2018-02-14)

Bug Fixes

  • automatically replace readme on generation (65b831c)

1.1.1 (2018-02-14)

Bug Fixes

1.1.0 (2018-02-13)

Features

1.0.6 (2018-02-13)

Bug Fixes

1.0.5 (2018-02-13)

Bug Fixes

1.0.4 (2018-02-13)

Bug Fixes

1.0.2 (2018-02-13)

Bug Fixes

1.0.1 (2018-02-13)

Bug Fixes

1.0.0 (2018-02-13)

Bug Fixes

0.33.23 (2018-02-07)

Bug Fixes

0.33.22 (2018-02-07)

Bug Fixes

0.33.21 (2018-02-07)

Bug Fixes

0.33.20 (2018-02-07)

Bug Fixes

0.33.19 (2018-02-07)

Bug Fixes

  • add docs and readme to semantic-release (75b4a74)
  • bump dev-cli (6d4764f)

0.33.18 (2018-02-07)

Bug Fixes

  • use git add when not using semantic release (b66c1e9)

0.33.17 (2018-02-07)

Bug Fixes

0.33.16 (2018-02-07)

Bug Fixes

0.33.15 (2018-02-07)

Bug Fixes

0.33.14 (2018-02-07)

Bug Fixes

0.33.13 (2018-02-06)

Bug Fixes

0.33.12 (2018-02-06)

Bug Fixes

0.33.11 (2018-02-06)

Bug Fixes

0.33.10 (2018-02-06)

Bug Fixes

0.33.9 (2018-02-05)

Bug Fixes

0.33.8 (2018-02-05)

Bug Fixes

  • move help to devPlugins for pluginsg (157f1d6)

0.33.7 (2018-02-05)

Bug Fixes

  • globby not needed for single (8d34141)

0.33.6 (2018-02-05)

Bug Fixes

0.33.5 (2018-02-05)

Bug Fixes

  • use stylist tslint formatter (9542a1f)

0.33.4 (2018-02-04)

Bug Fixes

0.33.3 (2018-02-03)

Bug Fixes

  • use simpler command/config setup (b5b7377)

0.33.2 (2018-02-02)

Bug Fixes

  • disable yarn check for now (5637b46)
  • use -o for manifest building (2171042)

0.33.1 (2018-02-02)

Bug Fixes

0.33.0 (2018-02-02)

Features

  • add manifest to package (2fc517c)

0.32.16 (2018-02-02)

Bug Fixes

  • use yarn, not yarn install (ff61a7f)

0.32.15 (2018-02-02)

Bug Fixes

  • fixed indentation (0ee469a)
  • use strings instead of variable (8e8b9a7)

0.32.14 (2018-02-02)

Bug Fixes

  • add bin scripts to files (a95f10c)
  • added bin script to pjson (190cb30)

0.32.13 (2018-02-02)

Bug Fixes

  • improve experience when overwiting existing base (f79dfef)
  • updated deps (f2d3b5d)
  • use new plugins (7c58310)

0.32.12 (2018-02-02)

Bug Fixes

  • do not install dev deps on release (8ba2b5f)

0.32.11 (2018-02-02)

Bug Fixes

0.32.10 (2018-02-02)

Bug Fixes

  • use name in concurrently (1384b55)

0.32.9 (2018-02-02)

Bug Fixes

0.32.8 (2018-02-02)

Bug Fixes

0.32.7 (2018-02-02)

Bug Fixes

  • add mutex so tests can run in parallel (b03b605)
  • attach workspace when releasing (daa43ea)

0.32.6 (2018-02-02)

Bug Fixes

  • circle cache improvements (7e9c3d0)
  • fixed plugin circle config (85b5640)

0.32.5 (2018-02-02)

Bug Fixes

  • fixed global add (6e5fb0e)
  • move setup_git into greenkeeper (b6c87d9)

0.32.4 (2018-02-02)

Bug Fixes

  • fixed restore cache step (20de5dc)

0.32.3 (2018-02-02)

Bug Fixes

  • add yarn circle step (52610cd)
  • fixed greenkeeper script (b8be73b)
  • fixed greenkeeper script (d904f25)
  • fixed yarn step in circle config (8bdadc3)
  • fixed yarn step in circle config (e6e19c4)
  • restore cache if exact match (0f27493)
  • use new circle config (2c9d9c7)

0.32.1 (2018-02-01)

Bug Fixes

0.32.0 (2018-02-01)

Bug Fixes

  • do not set anycli if empty (3c7bab9)

Features

  • add cache step to circleci (3efa4c5)
  • add cache step to circleci (fcef9fa)

0.31.1 (2018-02-01)

Bug Fixes

0.31.0 (2018-02-01)

Features

  • rename package to @anycli/cli (ec28865)

0.30.7 (2018-02-01)

Bug Fixes

0.30.6 (2018-02-01)

Bug Fixes

  • add smoke tests to appveyor (f33a88d)
  • dont try to get version of plugin (ad3544b)
  • fix nyc on circle (8257b7a)

0.30.4 (2018-02-01)

Bug Fixes

0.30.3 (2018-02-01)

Bug Fixes

0.30.2 (2018-02-01)

Bug Fixes

0.30.1 (2018-02-01)

Bug Fixes

0.30.0 (2018-02-01)

Features

  • added --help and --version (07e5a96)

0.29.0 (2018-02-01)

Bug Fixes

Features

  • added help and not-found plugins to multi (844ab18)
  • use new parser model (7e7f7d3)

0.28.16 (2018-01-30)

Bug Fixes

0.28.15 (2018-01-30)

Bug Fixes

  • remove release task from nps (38e15dd)
  • slight performance boost in appveyor (314398b)
  • sort plugins if exists (b729296)
  • sort plugins if exists (8d8fe71)

0.28.12 (2018-01-30)

Bug Fixes

0.28.10 (2018-01-30)

Bug Fixes

  • only push eslint if it is not empty (ef9a649)

0.28.9 (2018-01-30)

Bug Fixes

  • fixed typescript output (b3bde94)

0.28.8 (2018-01-30)

Bug Fixes

0.28.7 (2018-01-30)

Bug Fixes

0.28.6 (2018-01-30)

Bug Fixes

0.28.5 (2018-01-29)

Bug Fixes

0.28.4 (2018-01-29)

Bug Fixes

0.28.2 (2018-01-29)

Bug Fixes

  • fetch semantic release when needed (db289ca)
  • fetch semantic release when needed (7340723)

0.28.1 (2018-01-29)

Bug Fixes

  • explicitly add @dxcli/nyc-config (9944ead)

0.28.0 (2018-01-28)

Bug Fixes

Features

0.27.1 (2018-01-28)

Bug Fixes

  • unescape commit message (86c4556)

0.27.0 (2018-01-28)

Bug Fixes

  • delete all files from existing example (0081edd)
  • fixed directory in release script (a4550b7)
  • fixing example publishing (a333610)
  • ignore kebab case on package-scripts (e3ca364)

Features

  • make examples follow version of create-dxcli (de2b9fc)

0.26.11 (2018-01-28)

Bug Fixes

  • parser is now exported from command (6f192b1)

0.26.10 (2018-01-28)

Bug Fixes

  • rename dev-test to test (2a2bf9b)
  • run build before tests (05765fa)
  • run nps build before release (0a289a1)

0.26.9 (2018-01-28)

Bug Fixes

Reverts

  • Revert "fix: lower loglevel" (8f6c71f)

0.26.8 (2018-01-28)

Bug Fixes

0.26.7 (2018-01-28)

Bug Fixes

0.26.6 (2018-01-28)

Bug Fixes

  • ensure /lib is always gitignored for ts (07c7e38)

0.26.5 (2018-01-28)

Bug Fixes

Reverts

  • Revert "test: run in series" (8fc077d)

0.26.3 (2018-01-28)

Bug Fixes

  • add semantic-release step if not mocha (143532c)

0.26.2 (2018-01-28)

Bug Fixes

  • add @dxcli/dev-semantic-release (ff9c542)

0.26.1 (2018-01-28)

Bug Fixes

0.26.0 (2018-01-27)

Bug Fixes

Features

  • add bin script for local plugin dev (552df43)

0.25.2 (2018-01-27)

Bug Fixes

0.25.1 (2018-01-27)

Bug Fixes

  • fixed issues with package-scripts (571facb)
  • mkdirp reports (ab4b02f)

Features

  • simplified package-scripts (f31fae9)

0.24.3 (2018-01-27)

Bug Fixes

0.24.2 (2018-01-27)

Bug Fixes

0.24.1 (2018-01-27)

Bug Fixes

0.24.0 (2018-01-27)

Features

0.23.3 (2018-01-27)

Bug Fixes

  • add templates to pack (ea06630)
  • default to not having options (72dd9d9)

0.23.2 (2018-01-27)

Bug Fixes

0.23.1 (2018-01-27)

Bug Fixes

  • add other commands (394b5f0)
  • move generator into this package (d379e63)

0.23.0 (2018-01-26)

Features

0.22.0 (2018-01-25)

Features

0.21.0 (2018-01-25)

Features

0.20.0 (2018-01-20)

Features

0.19.0 (2018-01-20)

Features

0.18.0 (2018-01-20)

Features

0.17.0 (2018-01-20)

Features

0.16.0 (2018-01-20)

Features

0.15.0 (2018-01-19)

Features

0.14.0 (2018-01-19)

Features

0.13.0 (2018-01-19)

Features

0.12.0 (2018-01-19)

Features

0.11.0 (2018-01-19)

Features

0.10.0 (2018-01-16)

Features

0.9.0 (2018-01-16)

Features

0.8.0 (2018-01-16)

Features

0.7.0 (2018-01-16)

Features

0.6.0 (2018-01-16)

Features

0.5.0 (2018-01-16)

Features

0.4.0 (2018-01-16)

Features

0.3.0 (2018-01-16)

Features

  • updated generator-dxcli (b2be420)

0.2.4 (2018-01-14)

Bug Fixes

  • use latest generator-dxcli (5bd5145)

0.2.3 (2018-01-14)

Bug Fixes

0.2.2 (2018-01-13)

Bug Fixes

0.2.1 (2018-01-13)

Bug Fixes

0.2.0 (2018-01-13)

Features

0.1.0 (2018-01-13)

Features