Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix documentation and docstring issues #589

Merged
merged 2 commits into from
May 23, 2024
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Next Next commit
style(stack.cli_wrapper): Fix orchestrator param documentation
  • Loading branch information
pcharmoille committed May 14, 2024
commit 88ef97743cbc02f12897eebd623c9de9aad1908c
2 changes: 1 addition & 1 deletion python_on_whales/components/stack/cli_wrapper.py
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ def deploy(
name: The name of the stack to deploy. Mandatory.
compose_files: One or more docker-compose files. If there are more than
one, they will be fused together.
orchestrator: The orchestrator to use, `"swarm" or "kubernetes" or "all".
orchestrator: The orchestrator to use, `"swarm" or "kubernetes" or "all".
prune: Prune services that are no longer referenced
resolve_image: Query the registry to resolve image digest
and supported platforms `"always"|"changed"|"never"` (default `"always"`).
Expand Down