Skip to content

Commit 0c4f76c

Browse files
committed
move fork observer comment to after it's installed
1 parent 0d45b03 commit 0c4f76c

File tree

2 files changed

+5
-7
lines changed

2 files changed

+5
-7
lines changed
Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,5 @@
1-
Fork-observer is watching you
1+
To view forkobserver you must forward the port from the cluster to your local machine
2+
3+
kubectl port-forward fork-observer 2323
4+
5+
fork-observer will then be available at web address: http://localhost:2323

src/warnet/project.py

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -313,12 +313,6 @@ def new_internal(directory: Path, from_init=False):
313313
click.echo("\nWhen you're ready, run the following command to deploy this network:")
314314
click.echo(f" warnet deploy {custom_network_path}")
315315

316-
click.echo(
317-
"If you enabled fork-observer you must forward the port from the cluster to your local machine:\n"
318-
"`kubectl port-forward fork-observer 2323`\n"
319-
"fork-observer will then be available at web address: localhost:2323"
320-
)
321-
322316

323317
@click.command()
324318
def init():

0 commit comments

Comments
 (0)