vtex link
Syncs the app in the current directory with the development workspace in use
Options
Name | Description |
---|---|
--help, -h | Show help for command |
--account=account, -a | Starts a development session in the specified account. Must be paired with the '--workspace' flag |
--clean, -c | Cleans builder cache |
--setup, -s | Sets up typing definitions before linking the app [see vtex setup --help] |
--unsafe, -u | Allows linking the app despite Typescript errors |
--workspace=workspace, -w | Starts a development session in the specified workspace. Can be paired with the '--account' flag to switch from the current account and workspace |
--no-watch | Doesn't watch for file changes after the initial link |