Skip to content

Commit

Permalink
fixed the build command and added the path flag
Browse files Browse the repository at this point in the history
  • Loading branch information
sowmyasris committed Jul 19, 2024
1 parent 060907d commit 55e179a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions fedn/cli/run_cmd.py
Original file line number Diff line number Diff line change
Expand Up @@ -142,6 +142,7 @@ def startup_cmd(ctx, path,venv):
shutil.rmtree(dispatcher.python_env_path)

@run_cmd.command("build")
@click.option("-p", "--path", required=True, help="Path to package directory containing fedn.yaml")
@click.option("-v", "--venv", default=True,type=bool,required=False, help="flag if set to False doesn't remove venv")
@click.pass_context
def build_cmd(ctx, path,venv):
Expand Down

0 comments on commit 55e179a

Please sign in to comment.