Skip to content

Commit

Permalink
Updating README and package version
Browse files Browse the repository at this point in the history
  • Loading branch information
Ícaro committed Jan 21, 2021
1 parent 3b17e89 commit ec1b644
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 2 deletions.
20 changes: 19 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ $ npm install -g @tiagonapoli/vtex-scripts
$ vtex-dev COMMAND
running command...
$ vtex-dev (-v|--version|version)
@tiagonapoli/vtex-scripts/0.0.7 linux-x64 node-v12.16.2
@tiagonapoli/vtex-scripts/0.0.7 darwin-x64 node-v12.18.0
$ vtex-dev --help [COMMAND]
USAGE
$ vtex-dev COMMAND
Expand All @@ -27,6 +27,7 @@ USAGE

<!-- commands -->
* [`vtex-dev app:bundle APPID`](#vtex-dev-appbundle-appid)
* [`vtex-dev app:imageToMedia [WORKSPACE]`](#vtex-dev-appimagetomedia-workspace)
* [`vtex-dev app:types APPID`](#vtex-dev-apptypes-appid)
* [`vtex-dev help [COMMAND]`](#vtex-dev-help-command)

Expand All @@ -50,6 +51,23 @@ EXAMPLES
vtex-dev app:bundle [email protected] --linked
```

## `vtex-dev app:imageToMedia [WORKSPACE]`

Migrate image content to media content

```
USAGE
$ vtex-dev app:imageToMedia [WORKSPACE]
OPTIONS
-h, --help show CLI help
-o, --override Override existing media content if an image with the same treePath can be migrated
EXAMPLES
vtex-dev workspace:migrateToImage
vtex-dev workspace:migrateToImage "myworkspace"
```

## `vtex-dev app:types APPID`

Download app types
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@tiagonapoli/vtex-scripts",
"version": "0.0.7",
"version": "0.0.8-beta.0",
"author": "Tiago Nápoli <[email protected]>",
"license": "ISC",
"files": [
Expand Down

0 comments on commit ec1b644

Please sign in to comment.