Module containing the SitemapCommand class for Duck project.
Module Contents
API
-
class duck.cli.commands.sitemap.SitemapCommand[source]
CLI command group for sitemap command.
-
classmethod create(server_url: str = None, filepath: Optional[str] = None, save: bool = True, extra_urls: Optional[str] = None, exclude: Optional[str] = None, priority: Optional[float] = 0.5, frequency: Optional[str] = 'monthly', view: bool = False, apply_default_excludes: bool = True)[source]
-
classmethod register_subcommands(main_command: click.Command)[source]
Register the log management subcommands.