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

Commit

Permalink
feat(charts): add list-images command (#174)
Browse files Browse the repository at this point in the history
* feat(charts): add list-images command (#122)

* chore(release): 1.1.0 [skip ci]

## [1.1.0](v1.0.5...v1.1.0) (2021-01-12)

### Features

* **charts:** add list-images command ([#122](#122)) ([34793d3](34793d3))

* chore(release): 1.1.1 [skip ci]

### [1.1.1](v1.1.0...v1.1.1) (2021-03-15)

### Dependencies

* **deps:** bump @docusaurus/core from 2.0.0-alpha.70 to 2.0.0-alpha.71 ([#171](#171)) ([e177546](e177546))
* **deps:** bump @docusaurus/preset-classic ([#172](#172)) ([bd3619e](bd3619e))
* **deps:** bump @oclif/plugin-help from 3.2.1 to 3.2.2 ([#153](#153)) ([322ec7e](322ec7e))
* **deps:** bump tslib from 2.0.3 to 2.1.0 ([#145](#145)) ([8128569](8128569))

* build(deps): upgrade js-yaml and jsonpath-plus

* test: add utils and remove unneeded await

* refactor(chart:list-images): use execa sync instead of await

* chore(release): 1.1.2 [skip ci]

### [1.1.2](v1.1.1...v1.1.2) (2021-03-15)

### Dependencies

* **deps:** upgrade js-yaml and jsonpath-plus ([c338afc](c338afc))

### Code Refactoring

* **chart:list-images:** use execa sync instead of await ([c5807a7](c5807a7))

* ci: fix tests with helm

Co-authored-by: semantic-release-bot <semantic-release-bot@martynus.net>
  • Loading branch information
felipecrs and semantic-release-bot committed Mar 15, 2021
2 parents eee434e + 729fcc9 commit 224625b
Show file tree
Hide file tree
Showing 9 changed files with 3,963 additions and 11,098 deletions.
10 changes: 8 additions & 2 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,13 @@ name: ci

on:
push:
branches: [master]
branches:
- master
- next
pull_request:
branches: [master]
branches:
- master
- next

jobs:
test:
Expand All @@ -16,9 +20,11 @@ jobs:
- 10
- 12
- 14
fail-fast: false

steps:
- uses: actions/checkout@v2
- uses: azure/setup-helm@v1
- uses: volta-cli/action@v1
with:
node-version: ${{ matrix.node-version }}
Expand Down
28 changes: 28 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,31 @@
### [1.1.2](https://github.com/felipecassiors/megatar/compare/v1.1.1...v1.1.2) (2021-03-15)


### Dependencies

* **deps:** upgrade js-yaml and jsonpath-plus ([c338afc](https://github.com/felipecassiors/megatar/commit/c338afcf36204b181449f0042d89005e752a232a))


### Code Refactoring

* **chart:list-images:** use execa sync instead of await ([c5807a7](https://github.com/felipecassiors/megatar/commit/c5807a7540297f1ba1e45ea9abccd6e29a0fd514))

### [1.1.1](https://github.com/felipecassiors/megatar/compare/v1.1.0...v1.1.1) (2021-03-15)


### Dependencies

* **deps:** bump @docusaurus/core from 2.0.0-alpha.70 to 2.0.0-alpha.71 ([#171](https://github.com/felipecassiors/megatar/issues/171)) ([e177546](https://github.com/felipecassiors/megatar/commit/e17754677f7e547bdf7bde1e1fd4a77aae00d24a))
* **deps:** bump @docusaurus/preset-classic ([#172](https://github.com/felipecassiors/megatar/issues/172)) ([bd3619e](https://github.com/felipecassiors/megatar/commit/bd3619ef9e58974459508f4e3cf26ba4eb6437b4))
* **deps:** bump @oclif/plugin-help from 3.2.1 to 3.2.2 ([#153](https://github.com/felipecassiors/megatar/issues/153)) ([322ec7e](https://github.com/felipecassiors/megatar/commit/322ec7e16f83c9ca247f41343de980c07dd268d5))
* **deps:** bump tslib from 2.0.3 to 2.1.0 ([#145](https://github.com/felipecassiors/megatar/issues/145)) ([8128569](https://github.com/felipecassiors/megatar/commit/8128569bcffcf025562a216180199484ff84fb8c))

## [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.8](https://github.com/felipecassiors/megatar/compare/v1.0.7...v1.0.8) (2021-03-15)


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.8 linux-x64 node-v14.16.0
megatar/1.1.2 linux-x64 node-v14.16.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.2/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.8/src/commands/save-image.ts)_
_See code: [src/commands/save-image.ts](https://github.com/felipecassiors/megatar/blob/v1.1.2/src/commands/save-image.ts)_
<!-- commandsstop -->
Loading

0 comments on commit 224625b

Please sign in to comment.