mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-17 10:02:05 +00:00
📚 Make clear that tunnel is only for testing&development #13
This commit is contained in:
@@ -47,7 +47,7 @@ module.exports = (vorpal: Vorpal) => {
|
||||
.option('-o --open',
|
||||
'Opens the UI automatically in browser')
|
||||
.option('--tunnel',
|
||||
'Runs the webhooks via a hooks.n8n.cloud tunnel server')
|
||||
'Runs the webhooks via a hooks.n8n.cloud tunnel server (use only for testing and development)')
|
||||
.option('\n')
|
||||
// TODO: Add validation
|
||||
// .validate((args: Args) => {
|
||||
|
||||
Reference in New Issue
Block a user