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

Commit

Permalink
v1.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
brendon1555 committed Oct 16, 2020
1 parent ac02acf commit 2cf1090
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
14 changes: 7 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ $ npm install -g @anomalyhq/github-secrets-cli
$ ghs COMMAND
running command...
$ ghs (-v|--version|version)
@anomalyhq/github-secrets-cli/1.0.2 darwin-x64 node-v12.10.0
@anomalyhq/github-secrets-cli/1.0.3 darwin-x64 node-v12.10.0
$ ghs --help [COMMAND]
USAGE
$ ghs COMMAND
Expand All @@ -49,11 +49,11 @@ USAGE
$ ghs config:get
```

_See code: [src/commands/config/get.ts](https://github.com/anomaly/github-secrets-cli/blob/v1.0.2/src/commands/config/get.ts)_
_See code: [src/commands/config/get.ts](https://github.com/anomaly/github-secrets-cli/blob/v1.0.3/src/commands/config/get.ts)_

## `ghs config:set`

Update you configuration
Update your configuration

```
USAGE
Expand All @@ -65,7 +65,7 @@ OPTIONS
-t, --personalAccessToken=personalAccessToken Your GitHub Personal Access Token.
```

_See code: [src/commands/config/set.ts](https://github.com/anomaly/github-secrets-cli/blob/v1.0.2/src/commands/config/set.ts)_
_See code: [src/commands/config/set.ts](https://github.com/anomaly/github-secrets-cli/blob/v1.0.3/src/commands/config/set.ts)_

## `ghs help [COMMAND]`

Expand All @@ -86,7 +86,7 @@ _See code: [@oclif/plugin-help](https://github.com/oclif/plugin-help/blob/v3.2.0

## `ghs secrets:get`

Fetch a list os set secrets (cannot read secret values)
Fetch a list of set secrets (cannot read secret values)

```
USAGE
Expand All @@ -99,7 +99,7 @@ OPTIONS
-t, --personalAccessToken=personalAccessToken Your GitHub Personal Access Token.
```

_See code: [src/commands/secrets/get.ts](https://github.com/anomaly/github-secrets-cli/blob/v1.0.2/src/commands/secrets/get.ts)_
_See code: [src/commands/secrets/get.ts](https://github.com/anomaly/github-secrets-cli/blob/v1.0.3/src/commands/secrets/get.ts)_

## `ghs secrets:set`

Expand All @@ -120,7 +120,7 @@ OPTIONS
-t, --personalAccessToken=personalAccessToken Your GitHub Personal Access Token.
```

_See code: [src/commands/secrets/set.ts](https://github.com/anomaly/github-secrets-cli/blob/v1.0.2/src/commands/secrets/set.ts)_
_See code: [src/commands/secrets/set.ts](https://github.com/anomaly/github-secrets-cli/blob/v1.0.3/src/commands/secrets/set.ts)_
<!-- commandsstop -->


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": "@anomalyhq/github-secrets-cli",
"description": "Github secrets manager",
"version": "1.0.2",
"version": "1.0.3",
"author": "Brendon Lees @brendon1555",
"bin": {
"ghs": "./bin/run"
Expand Down

0 comments on commit 2cf1090

Please sign in to comment.