lemur/certificates/cli.py [246:274]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
)
@click.option(
    "-n",
    "--new-certificate",
    "new_certificate_name",
    help="Name of the certificate you wish to rotate to.",
)
@click.option(
    "-o",
    "--old-certificate",
    "old_certificate_name",
    help="Name of the certificate you wish to rotate.",
)
@click.option(
    "-a",
    "--notify",
    "message",
    type=bool,
    default=False,
    help="Send a rotation notification to the certificates owner.",
)
@click.option(
    "-c",
    "--commit",
    "commit",
    type=bool,
    default=False,
    help="Persist changes.",
)
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



lemur/certificates/cli.py [395:423]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
)
@click.option(
    "-n",
    "--new-certificate",
    "new_certificate_name",
    help="Name of the certificate you wish to rotate to.",
)
@click.option(
    "-o",
    "--old-certificate",
    "old_certificate_name",
    help="Name of the certificate you wish to rotate.",
)
@click.option(
    "-a",
    "--notify",
    "message",
    type=bool,
    default=False,
    help="Send a rotation notification to the certificates owner.",
)
@click.option(
    "-c",
    "--commit",
    "commit",
    type=bool,
    default=False,
    help="Persist changes.",
)
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



