diff --git a/docs/getting-started/quickstart.md b/docs/getting-started/quickstart.md index c493b4d2..e8956d0e 100644 --- a/docs/getting-started/quickstart.md +++ b/docs/getting-started/quickstart.md @@ -204,6 +204,9 @@ You can also deploy to fabric using the CLI. With this approach, you can "push" harperdb deploy_component \ project= \ package= \ # optional, uses cwd if not specified + target= \ + username= \ + password= \ restart=true \ replicated=true # deploy to your whole cluster ```