We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 18b42eb commit 6656540Copy full SHA for 6656540
src/warnet/project.py
@@ -425,13 +425,6 @@ def new_internal(directory: Path, from_init=False):
425
click.echo(
426
f"\nEdit the network files found in {custom_network_path} before deployment if you want to customise the network."
427
)
428
- if fork_observer:
429
- click.echo(
430
- "If you enabled fork-observer you must forward the port from the cluster to your local machine:\n"
431
- "`kubectl port-forward fork-observer 2323`\n"
432
- "fork-observer will then be available at web address: localhost:2323"
433
- )
434
-
435
click.echo("\nWhen you're ready, run the following command to deploy this network:")
436
click.echo(f" warnet deploy {custom_network_path}")
437
0 commit comments