Skip to content

Commit

Permalink
0.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
thanhvo-cse committed Jan 20, 2021
1 parent 4a0402d commit 699aff5
Show file tree
Hide file tree
Showing 3 changed files with 28 additions and 28 deletions.
52 changes: 26 additions & 26 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ $ npm install -g @thanhvo-cse/dev-env
$ dev-env COMMAND
running command...
$ dev-env (-v|--version|version)
@thanhvo-cse/dev-env/0.7.1 darwin-x64 node-v12.14.0
@thanhvo-cse/dev-env/0.8.0 darwin-x64 node-v12.14.0
$ dev-env --help [COMMAND]
USAGE
$ dev-env COMMAND
Expand Down Expand Up @@ -96,7 +96,7 @@ OPTIONS
-s, --source with source
```

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

## `dev-env autocomplete [SHELL]`

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

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

## `dev-env composer`

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

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

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

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

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

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

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

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

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

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

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

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

Expand All @@ -217,7 +217,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.7.1/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.8.0/src/commands/configure/xdebug-ide-key.ts)_

## `dev-env create PROJECT TEMPLATE`

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

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

## `dev-env down PROJECT`

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

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

## `dev-env export PROJECT`

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

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

## `dev-env grunt`

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

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

## `dev-env help [COMMAND]`

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

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

## `dev-env logs`

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

_See code: [src/commands/logs.ts](https://github.com/thanhvo-cse/dev-env/blob/v0.7.1/src/commands/logs.ts)_
_See code: [src/commands/logs.ts](https://github.com/thanhvo-cse/dev-env/blob/v0.8.0/src/commands/logs.ts)_

## `dev-env ls`

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

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

## `dev-env magento`

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

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

## `dev-env magerun`

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

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

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

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

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

## `dev-env npm`

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

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

## `dev-env php`

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

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

## `dev-env rebuild`

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

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

## `dev-env remove PROJECT`

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

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

## `dev-env restart`

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

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

## `dev-env shell PROJECT`

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

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

## `dev-env up PROJECT`

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

_See code: [src/commands/up.ts](https://github.com/thanhvo-cse/dev-env/blob/v0.7.1/src/commands/up.ts)_
_See code: [src/commands/up.ts](https://github.com/thanhvo-cse/dev-env/blob/v0.8.0/src/commands/up.ts)_

## `dev-env yarn`

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

_See code: [src/commands/yarn.ts](https://github.com/thanhvo-cse/dev-env/blob/v0.7.1/src/commands/yarn.ts)_
_See code: [src/commands/yarn.ts](https://github.com/thanhvo-cse/dev-env/blob/v0.8.0/src/commands/yarn.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.7.1",
"version": "0.8.0",
"author": "Thanh Vo - thanhvo.cse@gmail.com",
"bin": {
"dev-env": "./bin/run"
Expand Down

0 comments on commit 699aff5

Please sign in to comment.