We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9b7ffea commit e3c7d6fCopy full SHA for e3c7d6f
infrahub_sdk/ctl/repository.py
@@ -69,7 +69,7 @@ async def add(
69
name: str,
70
location: str,
71
description: str = "",
72
- username: str = "",
+ username: str | None = None,
73
password: str = "",
74
ref: str = "",
75
read_only: bool = False,
0 commit comments