diff --git a/src/taco-cli/cli/commands.json b/src/taco-cli/cli/commands.json
index a7d85b93..8946a6d7 100644
--- a/src/taco-cli/cli/commands.json
+++ b/src/taco-cli/cli/commands.json
@@ -417,6 +417,12 @@
},
{
"name": "--devicesync", "description": "[CommandRunDeviceSyncDescription]"
+ },
+ {
+ "name": "--ignore=FILES", "description": "[CommandRunIgnoreDescription]"
+ },
+ {
+ "name": "--tunnel", "description": "[CommandRunTunnelDescription]"
}
]
}
@@ -464,6 +470,12 @@
},
{
"name": "--devicesync", "description": "[CommandRunDeviceSyncDescription]"
+ },
+ {
+ "name": "--ignore=FILES", "description": "[CommandRunIgnoreDescription]"
+ },
+ {
+ "name": "--tunnel", "description": "[CommandRunTunnelDescription]"
}
]
}
diff --git a/src/taco-cli/resources/en/resources.json b/src/taco-cli/resources/en/resources.json
index 2c02ebdc..33cb8e15 100644
--- a/src/taco-cli/resources/en/resources.json
+++ b/src/taco-cli/resources/en/resources.json
@@ -382,6 +382,10 @@
"CommandRunLiveReloadDescription.comment": "Description of the --livereload argument to 'taco run'",
"CommandRunDeviceSyncDescription": "Sync gestures across multiple devices (beta)",
"CommandRunDeviceSyncDescription.comment": "Description of the --devicesync argument to 'taco run'",
+ "CommandRunTunnelDescription": "Use IP tunneling for --livereload or --devicesync. Allows communication between two networks (beta)",
+ "CommandRunTunneDescription.comment": "Description of the --tunnel argument to 'taco run --livereload'",
+ "CommandRunIgnoreDescription": "Types of files to ignore for --livereload (beta)",
+ "CommandRunIgnoreDescription.comment": "Description of the --ignore argument to 'taco run --livereload'",
"CommandRunRemoteDeviceSuccess": "Success! Build running on remote attached device",
"_CommandRunRemoteDeviceSuccess.comment": "Message printed after successfully running a build on a remote device",