CLI:Canasta sitemap remove
From canasta
canasta sitemap remove
Remove sitemaps for one or all wikis
Synopsis
Remove XML sitemap files for wikis in a Canasta installation. If --wiki is specified, removes the sitemap for that wiki only. Otherwise, removes sitemaps for all wikis. Once removed, the background generator will skip those wikis.
canasta sitemap remove [flags]
Examples
# Remove sitemap for a specific wiki canasta sitemap remove -i myinstance -w mywiki # Remove sitemaps for all wikis canasta sitemap remove -i myinstance # Remove sitemaps for all wikis without prompting canasta sitemap remove -i myinstance -y
Flags
| Flag | Shorthand | Description | Default | Required |
|---|---|---|---|---|
--help |
-h |
help for remove | ||
--wiki |
-w |
Wiki ID (omit to remove for all wikis) | ||
--yes |
-y |
Skip confirmation prompt | ||
--id |
-i |
Canasta instance ID | instance associated with current directory | |
--verbose |
-v |
Verbose output |