From 68274e3f5bc255e8ba8b4506b4b927ba52a61d9a Mon Sep 17 00:00:00 2001 From: Ketan Umare Date: Tue, 25 Aug 2020 16:40:27 -0700 Subject: [PATCH] Better onboarding experience --- rsts/user/getting_started/examples.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rsts/user/getting_started/examples.rst b/rsts/user/getting_started/examples.rst index 7f24584314..426fec98e8 100644 --- a/rsts/user/getting_started/examples.rst +++ b/rsts/user/getting_started/examples.rst @@ -17,7 +17,7 @@ Registration If you're using the ``sandbox`` flyte installation, you can use the following command to register our example workflow with Flyte :: - docker run --network host -e FLYTE_PLATFORM_URL='127.0.0.1:30081' lyft/flytesnacks:v0.1.0 pyflyte -p flytesnacks -d development -c sandbox.config register workflows + docker run --network host -e FLYTE_PLATFORM_URL='127.0.0.1:30081' lyft/flytesnacks:v0.2.0 pyflyte -p flytesnacks -d development -c sandbox.config register workflows This command will register the workflow with your Flyte app under the ``development`` domain of the project ``flytesnacks``.