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
cli.log.warning("use --output=yaml or json for scripting nfctl")
548
+
cli.log.warning(f"use --output=yaml or json for scripting {cli.prog_name}")
549
549
else: # output is YAML or JSON
550
550
# don't emit INFO messages to stdout because they will break deserialization
551
551
cli.log.setLevel(logging.WARN)
@@ -746,11 +746,12 @@ def delete(cli):
746
746
sysexit(1)
747
747
748
748
749
+
@cli.argument("-p", "--prefix", default=f"{cli.prog_name}-demo", help="choose a network name prefix to identify all of your demos")
749
750
@cli.argument("-j", "--jwt", action="store_boolean", default=True, help="save the one-time enroll token for each demo identity in the current directory")
0 commit comments