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

Commit

Permalink
v1.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
brendon1555 committed Oct 11, 2020
1 parent 05e6710 commit 73370f4
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 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.1 darwin-x64 node-v12.10.0
@anomalyhq/github-secrets-cli/1.0.2 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.1/src/commands/config/get.ts)_
_See code: [src/commands/config/get.ts](https://github.com/anomaly/github-secrets-cli/blob/v1.0.2/src/commands/config/get.ts)_

## `ghs config:set`

Update your configuration
Update you 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.1/src/commands/config/set.ts)_
_See code: [src/commands/config/set.ts](https://github.com/anomaly/github-secrets-cli/blob/v1.0.2/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 of set secrets (cannot read secret values)
Fetch a list os 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.1/src/commands/secrets/get.ts)_
_See code: [src/commands/secrets/get.ts](https://github.com/anomaly/github-secrets-cli/blob/v1.0.2/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.1/src/commands/secrets/set.ts)_
_See code: [src/commands/secrets/set.ts](https://github.com/anomaly/github-secrets-cli/blob/v1.0.2/src/commands/secrets/set.ts)_
<!-- commandsstop -->


Expand Down
4 changes: 2 additions & 2 deletions 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.1",
"version": "1.0.2",
"author": "Brendon Lees @brendon1555",
"bin": {
"ghs": "./bin/run"
Expand Down Expand Up @@ -75,4 +75,4 @@
"prepare": "rm -rf lib && tsc -b"
},
"types": "lib/index.d.ts"
}
}

0 comments on commit 73370f4

Please sign in to comment.