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

Commit

Permalink
chore(release): 1.1.0 [skip ci]
Browse files Browse the repository at this point in the history
## [1.1.0](v1.0.5...v1.1.0) (2021-01-12)

### Features

* **charts:** add list-images command ([#122](#122)) ([34793d3](34793d3))
  • Loading branch information
semantic-release-bot committed Jan 12, 2021
1 parent 34793d3 commit 3c50baf
Show file tree
Hide file tree
Showing 4 changed files with 32 additions and 4 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
## [1.1.0](https://github.com/felipecassiors/megatar/compare/v1.0.5...v1.1.0) (2021-01-12)


### Features

* **charts:** add list-images command ([#122](https://github.com/felipecassiors/megatar/issues/122)) ([34793d3](https://github.com/felipecassiors/megatar/commit/34793d374d1afd6dd12e818a26464f9de80e5eb8))

### [1.0.5](https://github.com/felipecassiors/megatar/compare/v1.0.4...v1.0.5) (2021-01-06)


Expand Down
25 changes: 23 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ $ npm install -g megatar
$ megatar COMMAND
running command...
$ megatar (-v|--version|version)
megatar/1.0.5 linux-x64 node-v12.20.0
megatar/1.1.0 linux-x64 node-v12.20.0
$ megatar --help [COMMAND]
USAGE
$ megatar COMMAND
Expand All @@ -33,6 +33,7 @@ USAGE

<!-- commands -->
* [`megatar autocomplete [SHELL]`](#megatar-autocomplete-shell)
* [`megatar chart:list-images CHARTS`](#megatar-chartlist-images-charts)
* [`megatar help [COMMAND]`](#megatar-help-command)
* [`megatar save-image IMAGE`](#megatar-save-image-image)

Expand All @@ -59,6 +60,26 @@ EXAMPLES

_See code: [@oclif/plugin-autocomplete](https://github.com/oclif/plugin-autocomplete/blob/v0.3.0/src/commands/autocomplete/index.ts)_

## `megatar chart:list-images CHARTS`

list the docker images found in a helm chart

```
USAGE
$ megatar chart:list-images CHARTS
ARGUMENTS
CHARTS the charts to find the images from
OPTIONS
-h, --help show CLI help
EXAMPLE
$ megatar chart list-images jenkins/jenkins
```

_See code: [src/commands/chart/list-images.ts](https://github.com/felipecassiors/megatar/blob/v1.1.0/src/commands/chart/list-images.ts)_

## `megatar help [COMMAND]`

display help for megatar
Expand Down Expand Up @@ -97,5 +118,5 @@ EXAMPLES
$ megatar save-image hello-world --new-tag test
```

_See code: [src/commands/save-image.ts](https://github.com/felipecassiors/megatar/blob/v1.0.5/src/commands/save-image.ts)_
_See code: [src/commands/save-image.ts](https://github.com/felipecassiors/megatar/blob/v1.1.0/src/commands/save-image.ts)_
<!-- commandsstop -->
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "megatar",
"description": "Create full offline Helm chart packages.",
"version": "1.0.5",
"version": "1.1.0",
"author": "Felipe Santos @felipecassiors",
"homepage": "https://github.com/felipecassiors/megatar#readme",
"repository": "felipecassiors/megatar",
Expand Down

0 comments on commit 3c50baf

Please sign in to comment.