Skip to content

Commit

Permalink
0.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
mnapoli committed Aug 27, 2020
1 parent efe67c2 commit 4fb7b28
Show file tree
Hide file tree
Showing 3 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 @@ -19,7 +19,7 @@ $ npm install -g shift
$ shift COMMAND
running command...
$ shift (-v|--version|version)
shift/0.0.0 darwin-x64 node-v14.7.0
shift/0.0.1 darwin-x64 node-v14.7.0
$ shift --help [COMMAND]
USAGE
$ shift COMMAND
Expand Down Expand Up @@ -50,7 +50,7 @@ EXAMPLE
...
```

_See code: [src/commands/export.ts](https://github.com/mnapoli/shift/blob/v0.0.0/src/commands/export.ts)_
_See code: [src/commands/export.ts](https://github.com/mnapoli/shift/blob/v0.0.1/src/commands/export.ts)_

## `shift help [COMMAND]`

Expand Down Expand Up @@ -78,7 +78,7 @@ USAGE
$ shift permissions
```

_See code: [src/commands/permissions.ts](https://github.com/mnapoli/shift/blob/v0.0.0/src/commands/permissions.ts)_
_See code: [src/commands/permissions.ts](https://github.com/mnapoli/shift/blob/v0.0.1/src/commands/permissions.ts)_

## `shift remove`

Expand All @@ -96,7 +96,7 @@ EXAMPLE
Stack deleted.
```

_See code: [src/commands/remove.ts](https://github.com/mnapoli/shift/blob/v0.0.0/src/commands/remove.ts)_
_See code: [src/commands/remove.ts](https://github.com/mnapoli/shift/blob/v0.0.1/src/commands/remove.ts)_

## `shift status`

Expand All @@ -110,7 +110,7 @@ EXAMPLE
$ shift status
```

_See code: [src/commands/status.ts](https://github.com/mnapoli/shift/blob/v0.0.0/src/commands/status.ts)_
_See code: [src/commands/status.ts](https://github.com/mnapoli/shift/blob/v0.0.1/src/commands/status.ts)_

## `shift up`

Expand All @@ -121,7 +121,7 @@ USAGE
$ shift up
```

_See code: [src/commands/up.ts](https://github.com/mnapoli/shift/blob/v0.0.0/src/commands/up.ts)_
_See code: [src/commands/up.ts](https://github.com/mnapoli/shift/blob/v0.0.1/src/commands/up.ts)_

## `shift variables`

Expand All @@ -132,5 +132,5 @@ USAGE
$ shift variables
```

_See code: [src/commands/variables.ts](https://github.com/mnapoli/shift/blob/v0.0.0/src/commands/variables.ts)_
_See code: [src/commands/variables.ts](https://github.com/mnapoli/shift/blob/v0.0.1/src/commands/variables.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,6 +1,6 @@
{
"name": "shift",
"version": "0.0.0",
"version": "0.0.1",
"author": "Matthieu Napoli @mnapoli",
"bin": {
"shift": "./bin/run"
Expand Down

0 comments on commit 4fb7b28

Please sign in to comment.