Skip to content

Commit

Permalink
chore(release): 2.4.5 [ci skip]
Browse files Browse the repository at this point in the history
  • Loading branch information
SF-CLI-BOT committed Feb 17, 2022
1 parent 1aa5bfe commit b11ae7a
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 13 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.

### [2.4.5](https://github.com/oclif/oclif/compare/v2.4.4...v2.4.5) (2022-02-17)

### [2.4.4](https://github.com/oclif/oclif/compare/v2.4.3...v2.4.4) (2022-02-09)


Expand Down
21 changes: 9 additions & 12 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,7 @@ DESCRIPTION
This will clone the template repo 'oclif/hello-world' and update package properties
```

_See code: [src/commands/generate.ts](https://github.com/oclif/oclif/blob/v2.4.3/src/commands/generate.ts)_
_See code: [src/commands/generate.ts](https://github.com/oclif/oclif/blob/v2.4.4/src/commands/generate.ts)_

## `oclif generate command NAME`

Expand Down Expand Up @@ -220,7 +220,7 @@ DESCRIPTION
generates plugin manifest json
```

_See code: [src/commands/manifest.ts](https://github.com/oclif/oclif/blob/v2.4.3/src/commands/manifest.ts)_
_See code: [src/commands/manifest.ts](https://github.com/oclif/oclif/blob/v2.4.4/src/commands/manifest.ts)_

## `oclif pack deb`

Expand Down Expand Up @@ -260,13 +260,12 @@ packages oclif CLI into tarballs

```
USAGE
$ oclif pack tarballs -r <value> [-t <value>] [--xz] [-t <value>]
$ oclif pack tarballs -r <value> [-t <value>] [--xz] [-l <value>]
FLAGS
-l, --tarball=<value> optionally specify a path to a tarball already generated by NPM
-r, --root=<value> (required) [default: .] path to oclif CLI root
-t, --tarball=<value> optionally specify a path to a tarball already generated by NPM
-t, --targets=<value> [default: linux-x64,linux-arm,win32-x64,win32-x86,darwin-x64,darwin-arm64] comma-separated
targets to pack (e.g.: linux-arm,win32-x64)
-t, --targets=<value> comma-separated targets to pack (e.g.: linux-arm,win32-x64)
--[no-]xz also build xz
DESCRIPTION
Expand Down Expand Up @@ -308,8 +307,7 @@ FLAGS
-d, --deb promote debian artifacts
-m, --macos promote macOS pkg
-r, --root=<value> (required) [default: .] path to the oclif CLI project root
-t, --targets=<value> [default: linux-x64,linux-arm,win32-x64,win32-x86,darwin-x64,darwin-arm64] comma-separated
targets to promote (e.g.: linux-arm,win32-x64)
-t, --targets=<value> comma-separated targets to promote (e.g.: linux-arm,win32-x64)
-w, --win promote Windows exe
--channel=<value> (required) [default: stable] which channel to promote to
--indexes append the promoted urls into the index files
Expand All @@ -321,7 +319,7 @@ DESCRIPTION
promote CLI builds to a S3 release channel
```

_See code: [src/commands/promote.ts](https://github.com/oclif/oclif/blob/v2.4.3/src/commands/promote.ts)_
_See code: [src/commands/promote.ts](https://github.com/oclif/oclif/blob/v2.4.4/src/commands/promote.ts)_

## `oclif readme`

Expand Down Expand Up @@ -351,7 +349,7 @@ DESCRIPTION
Customize the code URL prefix by setting oclif.repositoryPrefix in package.json.
```

_See code: [src/commands/readme.ts](https://github.com/oclif/oclif/blob/v2.4.3/src/commands/readme.ts)_
_See code: [src/commands/readme.ts](https://github.com/oclif/oclif/blob/v2.4.4/src/commands/readme.ts)_

## `oclif upload deb`

Expand Down Expand Up @@ -393,8 +391,7 @@ USAGE
FLAGS
-r, --root=<value> (required) [default: .] path to oclif CLI root
-t, --targets=<value> [default: linux-x64,linux-arm,win32-x64,win32-x86,darwin-x64,darwin-arm64] comma-separated
targets to upload (e.g.: linux-arm,win32-x64)
-t, --targets=<value> comma-separated targets to upload (e.g.: linux-arm,win32-x64)
--[no-]xz also upload xz
DESCRIPTION
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "oclif",
"description": "oclif: create your own CLI",
"version": "2.4.4",
"version": "2.4.5",
"author": "Salesforce",
"bin": {
"oclif": "bin/run"
Expand Down

0 comments on commit b11ae7a

Please sign in to comment.