doc/cmd
This commit is contained in:
parent
b3f4cffbca
commit
1b6e120470
1 changed files with 7 additions and 1 deletions
|
@ -32,7 +32,13 @@ def spcd_check_project() -> None:
|
||||||
def spcd_synchronize(
|
def spcd_synchronize(
|
||||||
target: str | None = None, source: str | None = None
|
target: str | None = None, source: str | None = None
|
||||||
) -> None:
|
) -> None:
|
||||||
"""Synchronize output towards a target."""
|
"""Synchronize output towards a target.
|
||||||
|
|
||||||
|
:param target: where to deploy to
|
||||||
|
:type target: str | None
|
||||||
|
:param source: where to deploy from
|
||||||
|
:type source: str | None
|
||||||
|
"""
|
||||||
if not target:
|
if not target:
|
||||||
user = "cd"
|
user = "cd"
|
||||||
host = env.SPCD_PROJECT_PATH
|
host = env.SPCD_PROJECT_PATH
|
||||||
|
|
Loading…
Reference in a new issue