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

Commit

Permalink
v1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
brendon1555 committed Sep 14, 2020
1 parent 5efb059 commit ae0f362
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 6 deletions.
11 changes: 6 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ You can [Click Here](https://github.com/settings/tokens/new?scopes=repo&descript
<!-- toc -->
* [Usage](#usage)
* [Commands](#commands)
* [License](#license)
<!-- tocstop -->
# Usage
<!-- usage -->
Expand All @@ -24,7 +25,7 @@ $ npm install -g @anomalyhq/github-secrets-cli
$ ghs COMMAND
running command...
$ ghs (-v|--version|version)
@anomalyhq/github-secrets-cli/1.0.0 darwin-x64 node-v12.10.0
@anomalyhq/github-secrets-cli/1.0.1 darwin-x64 node-v12.10.0
$ ghs --help [COMMAND]
USAGE
$ ghs COMMAND
Expand All @@ -48,7 +49,7 @@ USAGE
$ ghs config:get
```

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

## `ghs config:set`

Expand All @@ -64,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.0/src/commands/config/set.ts)_
_See code: [src/commands/config/set.ts](https://github.com/anomaly/github-secrets-cli/blob/v1.0.1/src/commands/config/set.ts)_

## `ghs help [COMMAND]`

Expand Down Expand Up @@ -98,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.0/src/commands/secrets/get.ts)_
_See code: [src/commands/secrets/get.ts](https://github.com/anomaly/github-secrets-cli/blob/v1.0.1/src/commands/secrets/get.ts)_

## `ghs secrets:set`

Expand All @@ -119,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.0/src/commands/secrets/set.ts)_
_See code: [src/commands/secrets/set.ts](https://github.com/anomaly/github-secrets-cli/blob/v1.0.1/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.0",
"version": "1.0.1",
"author": "Brendon Lees @brendon1555",
"bin": {
"ghs": "./bin/run"
Expand Down

0 comments on commit ae0f362

Please sign in to comment.