Skip to content

v3.0.0

Compare
Choose a tag to compare
released this 13 Apr 16:19
· 529 commits to main since this release

3.0.0 (2022-04-13)

With version 3.0.0 oclif's pack macos command now creates Mac packages that natively run on Apple's new M1 machines.

⚠ BREAKING CHANGES

oclif pack macos will no longer create a <cliName>.pkg file. Instead it will create two separate .pkg files named <cliName>-x64.pkg and <cliName>-arm64.pkg. The x64 package is for Intel Mac computers and the arm64 package is for M1 Mac computers. The latter will not run on Intel Macs.

oclif upload and oclif promote have also been updated to work with the new .pkg file naming scheme and won't work with the old scheme by default.

Features