Skip to content

Commit

Permalink
format help text
Browse files Browse the repository at this point in the history
Signed-off-by: ravi-kumar-pilla <[email protected]>
  • Loading branch information
ravi-kumar-pilla committed May 16, 2024
1 parent 9195150 commit c4c7375
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions package/kedro_viz/launchers/cli.py
Original file line number Diff line number Diff line change
Expand Up @@ -237,7 +237,7 @@ def run(
@click.option(
"--preview",
default=False,
help="Enable/disable the preview of all datasets.",
help="Enable/disable preview for all the datasets.",
)
def deploy(platform, endpoint, bucket_name, include_hooks, preview):
"""Deploy and host Kedro Viz on provided platform"""
Expand Down Expand Up @@ -275,7 +275,7 @@ def deploy(platform, endpoint, bucket_name, include_hooks, preview):
@click.option(
"--preview",
default=False,
help="Enable/disable the preview of all datasets.",
help="Enable/disable preview for all the datasets.",
)
def build(include_hooks, preview):
"""Create build directory of local Kedro Viz instance with Kedro project data"""
Expand Down Expand Up @@ -386,9 +386,7 @@ def load_and_deploy_viz(
"""Loads Kedro Project data, creates a deployer and deploys to a platform"""
try:
load_and_populate_data(
Path.cwd(),
include_hooks=include_hooks,
package_name=package_name,
Path.cwd(), include_hooks=include_hooks, package_name=package_name
)

# Start the deployment
Expand Down

0 comments on commit c4c7375

Please sign in to comment.