duck.cli.commands.sitemapยถ

Module containing the SitemapCommand class for Duck project.

Module Contentsยถ

Classesยถ

SitemapCommand

CLI command group for sitemap command.

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.