Skip to content

Commit

Permalink
0.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
thanhvo-cse committed Aug 17, 2020
1 parent 9db9b19 commit 148c8d8
Show file tree
Hide file tree
Showing 3 changed files with 26 additions and 26 deletions.
48 changes: 24 additions & 24 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ $ npm install -g @thanhvo-cse/dev-env
$ dev-env COMMAND
running command...
$ dev-env (-v|--version|version)
@thanhvo-cse/dev-env/0.4.0 darwin-x64 node-v12.14.0
@thanhvo-cse/dev-env/0.4.1 darwin-x64 node-v12.14.0
$ dev-env --help [COMMAND]
USAGE
$ dev-env COMMAND
Expand Down Expand Up @@ -68,7 +68,7 @@ OPTIONS
-s, --source with source
```

_See code: [src/commands/artisan.ts](https://github.com/thanhvo-cse/dev-env/blob/v0.4.0/src/commands/artisan.ts)_
_See code: [src/commands/artisan.ts](https://github.com/thanhvo-cse/dev-env/blob/v0.4.1/src/commands/artisan.ts)_

## `dev-env cleanup`

Expand All @@ -82,7 +82,7 @@ OPTIONS
-h, --help show CLI help
```

_See code: [src/commands/cleanup.ts](https://github.com/thanhvo-cse/dev-env/blob/v0.4.0/src/commands/cleanup.ts)_
_See code: [src/commands/cleanup.ts](https://github.com/thanhvo-cse/dev-env/blob/v0.4.1/src/commands/cleanup.ts)_

## `dev-env composer`

Expand All @@ -98,7 +98,7 @@ OPTIONS
-s, --source with source
```

_See code: [src/commands/composer.ts](https://github.com/thanhvo-cse/dev-env/blob/v0.4.0/src/commands/composer.ts)_
_See code: [src/commands/composer.ts](https://github.com/thanhvo-cse/dev-env/blob/v0.4.1/src/commands/composer.ts)_

## `dev-env configure:docker-source [PATH]`

Expand All @@ -115,7 +115,7 @@ OPTIONS
-h, --help show CLI help
```

_See code: [src/commands/configure/docker-source.ts](https://github.com/thanhvo-cse/dev-env/blob/v0.4.0/src/commands/configure/docker-source.ts)_
_See code: [src/commands/configure/docker-source.ts](https://github.com/thanhvo-cse/dev-env/blob/v0.4.1/src/commands/configure/docker-source.ts)_

## `dev-env configure:gdrive [KEY]`

Expand All @@ -132,7 +132,7 @@ OPTIONS
-h, --help show CLI help
```

_See code: [src/commands/configure/gdrive.ts](https://github.com/thanhvo-cse/dev-env/blob/v0.4.0/src/commands/configure/gdrive.ts)_
_See code: [src/commands/configure/gdrive.ts](https://github.com/thanhvo-cse/dev-env/blob/v0.4.1/src/commands/configure/gdrive.ts)_

## `dev-env configure:workspace [PATH]`

Expand All @@ -149,7 +149,7 @@ OPTIONS
-h, --help show CLI help
```

_See code: [src/commands/configure/workspace.ts](https://github.com/thanhvo-cse/dev-env/blob/v0.4.0/src/commands/configure/workspace.ts)_
_See code: [src/commands/configure/workspace.ts](https://github.com/thanhvo-cse/dev-env/blob/v0.4.1/src/commands/configure/workspace.ts)_

## `dev-env configure:xdebug-ide-key [KEY]`

Expand All @@ -166,7 +166,7 @@ OPTIONS
-h, --help show CLI help
```

_See code: [src/commands/configure/xdebug-ide-key.ts](https://github.com/thanhvo-cse/dev-env/blob/v0.4.0/src/commands/configure/xdebug-ide-key.ts)_
_See code: [src/commands/configure/xdebug-ide-key.ts](https://github.com/thanhvo-cse/dev-env/blob/v0.4.1/src/commands/configure/xdebug-ide-key.ts)_

## `dev-env create PROJECT TEMPLATE`

Expand All @@ -186,7 +186,7 @@ OPTIONS
-l, --local locally
```

_See code: [src/commands/create.ts](https://github.com/thanhvo-cse/dev-env/blob/v0.4.0/src/commands/create.ts)_
_See code: [src/commands/create.ts](https://github.com/thanhvo-cse/dev-env/blob/v0.4.1/src/commands/create.ts)_

## `dev-env down PROJECT`

Expand All @@ -205,7 +205,7 @@ OPTIONS
-s, --source with source
```

_See code: [src/commands/down.ts](https://github.com/thanhvo-cse/dev-env/blob/v0.4.0/src/commands/down.ts)_
_See code: [src/commands/down.ts](https://github.com/thanhvo-cse/dev-env/blob/v0.4.1/src/commands/down.ts)_

## `dev-env export PROJECT`

Expand All @@ -223,7 +223,7 @@ OPTIONS
-h, --help show CLI help
```

_See code: [src/commands/export.ts](https://github.com/thanhvo-cse/dev-env/blob/v0.4.0/src/commands/export.ts)_
_See code: [src/commands/export.ts](https://github.com/thanhvo-cse/dev-env/blob/v0.4.1/src/commands/export.ts)_

## `dev-env grunt`

Expand All @@ -239,7 +239,7 @@ OPTIONS
-s, --source with source
```

_See code: [src/commands/grunt.ts](https://github.com/thanhvo-cse/dev-env/blob/v0.4.0/src/commands/grunt.ts)_
_See code: [src/commands/grunt.ts](https://github.com/thanhvo-cse/dev-env/blob/v0.4.1/src/commands/grunt.ts)_

## `dev-env help [COMMAND]`

Expand Down Expand Up @@ -273,7 +273,7 @@ OPTIONS
-h, --help show CLI help
```

_See code: [src/commands/import.ts](https://github.com/thanhvo-cse/dev-env/blob/v0.4.0/src/commands/import.ts)_
_See code: [src/commands/import.ts](https://github.com/thanhvo-cse/dev-env/blob/v0.4.1/src/commands/import.ts)_

## `dev-env ls`

Expand All @@ -289,7 +289,7 @@ OPTIONS
-s, --source with source
```

_See code: [src/commands/ls.ts](https://github.com/thanhvo-cse/dev-env/blob/v0.4.0/src/commands/ls.ts)_
_See code: [src/commands/ls.ts](https://github.com/thanhvo-cse/dev-env/blob/v0.4.1/src/commands/ls.ts)_

## `dev-env magento`

Expand All @@ -306,7 +306,7 @@ OPTIONS
-s, --source with source
```

_See code: [src/commands/magento.ts](https://github.com/thanhvo-cse/dev-env/blob/v0.4.0/src/commands/magento.ts)_
_See code: [src/commands/magento.ts](https://github.com/thanhvo-cse/dev-env/blob/v0.4.1/src/commands/magento.ts)_

## `dev-env magerun`

Expand All @@ -323,7 +323,7 @@ OPTIONS
-s, --source with source
```

_See code: [src/commands/magerun.ts](https://github.com/thanhvo-cse/dev-env/blob/v0.4.0/src/commands/magerun.ts)_
_See code: [src/commands/magerun.ts](https://github.com/thanhvo-cse/dev-env/blob/v0.4.1/src/commands/magerun.ts)_

## `dev-env mysql PROJECT COMMAND [FILE]`

Expand All @@ -344,7 +344,7 @@ OPTIONS
-s, --source with source
```

_See code: [src/commands/mysql.ts](https://github.com/thanhvo-cse/dev-env/blob/v0.4.0/src/commands/mysql.ts)_
_See code: [src/commands/mysql.ts](https://github.com/thanhvo-cse/dev-env/blob/v0.4.1/src/commands/mysql.ts)_

## `dev-env npm`

Expand All @@ -360,7 +360,7 @@ OPTIONS
-s, --source with source
```

_See code: [src/commands/npm.ts](https://github.com/thanhvo-cse/dev-env/blob/v0.4.0/src/commands/npm.ts)_
_See code: [src/commands/npm.ts](https://github.com/thanhvo-cse/dev-env/blob/v0.4.1/src/commands/npm.ts)_

## `dev-env php`

Expand All @@ -377,7 +377,7 @@ OPTIONS
-s, --source with source
```

_See code: [src/commands/php.ts](https://github.com/thanhvo-cse/dev-env/blob/v0.4.0/src/commands/php.ts)_
_See code: [src/commands/php.ts](https://github.com/thanhvo-cse/dev-env/blob/v0.4.1/src/commands/php.ts)_

## `dev-env rebuild PROJECT`

Expand All @@ -396,7 +396,7 @@ OPTIONS
-s, --source with source
```

_See code: [src/commands/rebuild.ts](https://github.com/thanhvo-cse/dev-env/blob/v0.4.0/src/commands/rebuild.ts)_
_See code: [src/commands/rebuild.ts](https://github.com/thanhvo-cse/dev-env/blob/v0.4.1/src/commands/rebuild.ts)_

## `dev-env remove PROJECT`

Expand All @@ -414,7 +414,7 @@ OPTIONS
-l, --local locally
```

_See code: [src/commands/remove.ts](https://github.com/thanhvo-cse/dev-env/blob/v0.4.0/src/commands/remove.ts)_
_See code: [src/commands/remove.ts](https://github.com/thanhvo-cse/dev-env/blob/v0.4.1/src/commands/remove.ts)_

## `dev-env restart PROJECT`

Expand All @@ -433,7 +433,7 @@ OPTIONS
-s, --source with source
```

_See code: [src/commands/restart.ts](https://github.com/thanhvo-cse/dev-env/blob/v0.4.0/src/commands/restart.ts)_
_See code: [src/commands/restart.ts](https://github.com/thanhvo-cse/dev-env/blob/v0.4.1/src/commands/restart.ts)_

## `dev-env shell PROJECT`

Expand All @@ -450,7 +450,7 @@ OPTIONS
-h, --help show CLI help
```

_See code: [src/commands/shell.ts](https://github.com/thanhvo-cse/dev-env/blob/v0.4.0/src/commands/shell.ts)_
_See code: [src/commands/shell.ts](https://github.com/thanhvo-cse/dev-env/blob/v0.4.1/src/commands/shell.ts)_

## `dev-env up PROJECT`

Expand All @@ -469,5 +469,5 @@ OPTIONS
-s, --source with source
```

_See code: [src/commands/up.ts](https://github.com/thanhvo-cse/dev-env/blob/v0.4.0/src/commands/up.ts)_
_See code: [src/commands/up.ts](https://github.com/thanhvo-cse/dev-env/blob/v0.4.1/src/commands/up.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,7 +1,7 @@
{
"name": "@thanhvo-cse/dev-env",
"description": "Development environment management tool",
"version": "0.4.0",
"version": "0.4.1",
"author": "Thanh Vo - thanhvo.cse@gmail.com",
"bin": {
"dev-env": "./bin/run"
Expand Down

0 comments on commit 148c8d8

Please sign in to comment.