Skip to content

Commit

Permalink
Default top level directory to flyte (as opposed to myapp)
Browse files Browse the repository at this point in the history
Signed-off-by: Eduardo Apolinario <[email protected]>
  • Loading branch information
eapolinario committed Nov 9, 2021
1 parent 3efecec commit bf60412
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions flytekit/clis/sdk_in_container/init.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ def init(template, project_name):
"""
config = {
"project_name": project_name,
"app": "myapp",
"app": "flyte",
"workflow": "my_wf",
}
cookiecutter(
Expand All @@ -33,4 +33,6 @@ def init(template, project_name):
directory=template,
)

click.echo(f"Visit the {project_name} directory and follow the next steps in the Getting started guide.")
click.echo(
f"Visit the {project_name} directory and follow the next steps in the Getting started guide (https://docs.flyte.org/en/latest/getting_started.html) to proceed."
)

0 comments on commit bf60412

Please sign in to comment.