-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Ícaro
committed
Jan 21, 2021
1 parent
3b17e89
commit ec1b644
Showing
2 changed files
with
20 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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 | ||
|
@@ -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) | ||
|
||
|
@@ -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 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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": [ | ||
|