autonomy.cli.push_
all
Push all available packages to a registry.
push_
all
@click.command("push-all")
@click.option(
"--packages-dir", type=click.Path(file_okay=False, dir_okay=True, exists=True)
)
@registry_flag()
def push_all(packages_dir: Optional[Path], registry: str) -> None
Push all available packages to a registry.