@click.command()
@click.option(
- "--ci-managed", type=bool, default=True, help="Filter only images that have the ci_managed=yes metadata set."
+ "--ci-managed", type=bool, default=False, help="Filter only images that have the ci_managed=yes metadata set."
)
@click.option("--days", type=int, default=0, help="Find images older than or equal to days.")
@click.option("--hide-public", type=bool, default=False, help="Ignore public images.")
@click.command()
@click.option(
- "--ci-managed", type=bool, default=True, help="Filter only images that have the ci_managed=yes metadata set."
+ "--ci-managed", type=bool, default=False, help="Filter only images that have the ci_managed=yes metadata set."
)
@click.option("--days", type=int, default=0, help="Find images older than or equal to days.")
@click.option("--hide-public", type=bool, default=False, help="Ignore public images.")