You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
is_default: bool=typer.Option(False, "--is-default", "-i", help="If this is the default configuration"),
15
17
file_input: Annotated[typer.FileText, typer.Option("--file", "-f", help="JSON file containing configurations, if command line options not used; can be passed as stdin with -, example: -f-")] =None,
16
18
):
@@ -21,19 +23,23 @@ def add(
21
23
client=ctx.obj["client"]
22
24
23
25
iffile_input:
24
-
ifaliasorapi_keyoris_defaultorhost:
25
-
raisetyper.BadParameter("When providing a custom event definition file, do not specify any other custom event attributes")
0 commit comments