Skip to content
This repository has been archived by the owner on Apr 21, 2022. It is now read-only.

Commit

Permalink
1.21.1
Browse files Browse the repository at this point in the history
  • Loading branch information
jdx committed Feb 20, 2019
1 parent d3aef73 commit 21f8c3d
Show file tree
Hide file tree
Showing 3 changed files with 25 additions and 15 deletions.
14 changes: 12 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
## [1.21.1](https://github.com/oclif/dev-cli/compare/v1.21.0...v1.21.1) (2019-02-20)


### Bug Fixes

* allow custom git domains ([#81](https://github.com/oclif/dev-cli/issues/81)) ([37e28d9](https://github.com/oclif/dev-cli/commit/37e28d9))
* improve slugging ([#89](https://github.com/oclif/dev-cli/issues/89)) ([d3aef73](https://github.com/oclif/dev-cli/commit/d3aef73))



# [1.21.0](https://github.com/oclif/dev-cli/compare/v1.20.0...v1.21.0) (2018-12-18)


Expand Down Expand Up @@ -544,7 +554,7 @@

### Bug Fixes

* refactor to use s3Key/s3Url from [@oclif](https://github.com/oclif)/config ([8c96067](https://github.com/oclif/dev-cli/commit/8c96067))
* refactor to use s3Key/s3Url from @oclif/config ([8c96067](https://github.com/oclif/dev-cli/commit/8c96067))



Expand Down Expand Up @@ -1403,7 +1413,7 @@

### Bug Fixes

* use [@anycli](https://github.com/anycli)/errors ([feb3c0f](https://github.com/oclif/dev-cli/commit/feb3c0f))
* use @anycli/errors ([feb3c0f](https://github.com/oclif/dev-cli/commit/feb3c0f))



Expand Down
24 changes: 12 additions & 12 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ $ npm install -g @oclif/dev-cli
$ oclif-dev COMMAND
running command...
$ oclif-dev (-v|--version|version)
@oclif/dev-cli/1.21.0 darwin-x64 node-v11.4.0
@oclif/dev-cli/1.21.1 darwin-x64 node-v11.9.0
$ oclif-dev --help [COMMAND]
USAGE
$ oclif-dev COMMAND
Expand Down Expand Up @@ -58,7 +58,7 @@ OPTIONS
--all see all commands in CLI
```

_See code: [@oclif/plugin-help](https://github.com/oclif/plugin-help/blob/v2.1.4/src/commands/help.ts)_
_See code: [@oclif/plugin-help](https://github.com/oclif/plugin-help/blob/v2.1.6/src/commands/help.ts)_

## `oclif-dev manifest [PATH]`

Expand All @@ -72,7 +72,7 @@ ARGUMENTS
PATH [default: .] path to plugin
```

_See code: [src/commands/manifest.ts](https://github.com/oclif/dev-cli/blob/v1.21.0/src/commands/manifest.ts)_
_See code: [src/commands/manifest.ts](https://github.com/oclif/dev-cli/blob/v1.21.1/src/commands/manifest.ts)_

## `oclif-dev pack`

Expand All @@ -91,7 +91,7 @@ DESCRIPTION
This can be used to create oclif CLIs that use the system node or that come preloaded with a node binary.
```

_See code: [src/commands/pack/index.ts](https://github.com/oclif/dev-cli/blob/v1.21.0/src/commands/pack/index.ts)_
_See code: [src/commands/pack/index.ts](https://github.com/oclif/dev-cli/blob/v1.21.1/src/commands/pack/index.ts)_

## `oclif-dev pack:deb`

Expand All @@ -105,7 +105,7 @@ OPTIONS
-r, --root=root (required) [default: .] path to oclif CLI root
```

_See code: [src/commands/pack/deb.ts](https://github.com/oclif/dev-cli/blob/v1.21.0/src/commands/pack/deb.ts)_
_See code: [src/commands/pack/deb.ts](https://github.com/oclif/dev-cli/blob/v1.21.1/src/commands/pack/deb.ts)_

## `oclif-dev pack:macos`

Expand All @@ -119,7 +119,7 @@ OPTIONS
-r, --root=root (required) [default: .] path to oclif CLI root
```

_See code: [src/commands/pack/macos.ts](https://github.com/oclif/dev-cli/blob/v1.21.0/src/commands/pack/macos.ts)_
_See code: [src/commands/pack/macos.ts](https://github.com/oclif/dev-cli/blob/v1.21.1/src/commands/pack/macos.ts)_

## `oclif-dev pack:win`

Expand All @@ -133,7 +133,7 @@ OPTIONS
-r, --root=root (required) [default: .] path to oclif CLI root
```

_See code: [src/commands/pack/win.ts](https://github.com/oclif/dev-cli/blob/v1.21.0/src/commands/pack/win.ts)_
_See code: [src/commands/pack/win.ts](https://github.com/oclif/dev-cli/blob/v1.21.1/src/commands/pack/win.ts)_

## `oclif-dev publish`

Expand All @@ -151,7 +151,7 @@ DESCRIPTION
"aws-sdk" will need to be installed as a devDependency to publish.
```

_See code: [src/commands/publish/index.ts](https://github.com/oclif/dev-cli/blob/v1.21.0/src/commands/publish/index.ts)_
_See code: [src/commands/publish/index.ts](https://github.com/oclif/dev-cli/blob/v1.21.1/src/commands/publish/index.ts)_

## `oclif-dev publish:deb`

Expand All @@ -165,7 +165,7 @@ OPTIONS
-r, --root=root (required) [default: .] path to oclif CLI root
```

_See code: [src/commands/publish/deb.ts](https://github.com/oclif/dev-cli/blob/v1.21.0/src/commands/publish/deb.ts)_
_See code: [src/commands/publish/deb.ts](https://github.com/oclif/dev-cli/blob/v1.21.1/src/commands/publish/deb.ts)_

## `oclif-dev publish:macos`

Expand All @@ -179,7 +179,7 @@ OPTIONS
-r, --root=root (required) [default: .] path to oclif CLI root
```

_See code: [src/commands/publish/macos.ts](https://github.com/oclif/dev-cli/blob/v1.21.0/src/commands/publish/macos.ts)_
_See code: [src/commands/publish/macos.ts](https://github.com/oclif/dev-cli/blob/v1.21.1/src/commands/publish/macos.ts)_

## `oclif-dev publish:win`

Expand All @@ -193,7 +193,7 @@ OPTIONS
-r, --root=root (required) [default: .] path to oclif CLI root
```

_See code: [src/commands/publish/win.ts](https://github.com/oclif/dev-cli/blob/v1.21.0/src/commands/publish/win.ts)_
_See code: [src/commands/publish/win.ts](https://github.com/oclif/dev-cli/blob/v1.21.1/src/commands/publish/win.ts)_

## `oclif-dev readme`

Expand All @@ -217,5 +217,5 @@ DESCRIPTION
Customize the code URL prefix by setting oclif.repositoryPrefix in package.json.
```

_See code: [src/commands/readme.ts](https://github.com/oclif/dev-cli/blob/v1.21.0/src/commands/readme.ts)_
_See code: [src/commands/readme.ts](https://github.com/oclif/dev-cli/blob/v1.21.1/src/commands/readme.ts)_
<!-- commandsstop -->
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@oclif/dev-cli",
"description": "helpers for oclif CLIs",
"version": "1.21.0",
"version": "1.21.1",
"author": "Jeff Dickey @jdxcode",
"bin": {
"oclif-dev": "./bin/run"
Expand Down

0 comments on commit 21f8c3d

Please sign in to comment.