Skip to content

Commit

Permalink
release(cli): 0.1.6
Browse files Browse the repository at this point in the history
  • Loading branch information
mikemimik committed Feb 19, 2022
1 parent 355bd6e commit 5094bdf
Show file tree
Hide file tree
Showing 3 changed files with 53 additions and 6 deletions.
53 changes: 50 additions & 3 deletions cli/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ $ npm install -g @mikemimik/dotfiles
$ dotfiles COMMAND
running command...
$ dotfiles (-v|--version|version)
@mikemimik/dotfiles/0.1.5 darwin-x64 node-v14.15.1
@mikemimik/dotfiles/0.1.6 darwin-x64 node-v16.13.0
$ dotfiles --help [COMMAND]
USAGE
$ dotfiles COMMAND
Expand All @@ -29,9 +29,47 @@ USAGE
<!-- usagestop -->
# Commands
<!-- commands -->
* [`dotfiles brew:update`](#dotfiles-brewupdate)
* [`dotfiles hello`](#dotfiles-hello)
* [`dotfiles help [COMMAND]`](#dotfiles-help-command)
* [`dotfiles init`](#dotfiles-init)
* [`dotfiles symlinks`](#dotfiles-symlinks)

## `dotfiles brew:update`

Update list of brew formulas that are stored in the dotfiles repo with

```
USAGE
$ dotfiles brew:update
DESCRIPTION
the currently installed formula on this machine.
EXAMPLE
$ dotfiles brew:update
```

_See code: [src/commands/brew/update.js](https://github.com/mikemimik/dotfiles/blob/v0.1.6/src/commands/brew/update.js)_

## `dotfiles hello`

Describe the command here

```
USAGE
$ dotfiles hello
OPTIONS
-n, --name=name name to print
DESCRIPTION
...
Extra documentation goes here
```

_See code: [src/commands/hello.js](https://github.com/mikemimik/dotfiles/blob/v0.1.6/src/commands/hello.js)_

## `dotfiles help [COMMAND]`

display help for dotfiles
Expand All @@ -47,7 +85,16 @@ OPTIONS
--all see all commands in CLI
```

_See code: [@oclif/plugin-help](https://github.com/oclif/plugin-help/blob/v3.2.1/src/commands/help.ts)_
_See code: [@oclif/plugin-help](https://github.com/oclif/plugin-help/blob/v3.2.18/src/commands/help.ts)_

## `dotfiles init`

```
USAGE
$ dotfiles init
```

_See code: [src/commands/init.js](https://github.com/mikemimik/dotfiles/blob/v0.1.6/src/commands/init.js)_

## `dotfiles symlinks`

Expand All @@ -69,5 +116,5 @@ EXAMPLES
$ dotfiles symlinks --force
```

_See code: [src/commands/symlinks/index.js](https://github.com/mikemimik/dotfiles/blob/v0.1.5/src/commands/symlinks/index.js)_
_See code: [src/commands/symlinks/index.js](https://github.com/mikemimik/dotfiles/blob/v0.1.6/src/commands/symlinks/index.js)_
<!-- commandsstop -->
4 changes: 2 additions & 2 deletions cli/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 cli/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@mikemimik/dotfiles",
"description": "Dotfiles CLI Tool",
"version": "0.1.5",
"version": "0.1.6",
"author": "Michael Perrotte @mikemimik",
"bin": {
"dotfiles": "./bin/run"
Expand Down

0 comments on commit 5094bdf

Please sign in to comment.