site
konigle.cli.site
¶
CLI commands for website and business information management.
add_url(ctx, pathname, url_type)
¶
Add a URL to the website.
get_business_info(ctx, output)
¶
Get the business information.
get_design_system(ctx, output)
¶
Get the design system information.
get_northstar(ctx, output)
¶
Get the business northstar.
get_robots_txt(ctx, output)
¶
Get the robots.txt content.
get_settings(ctx)
¶
Get website settings.
get_site(ctx)
¶
Get a specific site by ID.
get_url(ctx, pathname, version)
¶
Get URL details from the website.
get_website_info(ctx, output)
¶
Get the website information.
search_urls(ctx, query, types, limit, path)
¶
Search URLs on the website.
set_business_info(ctx, content, file)
¶
Set the business information.
set_design_system(ctx, content, file)
¶
Set the design system information.
set_northstar(ctx, content, file)
¶
Set the business northstar.
set_robots_txt(ctx, content, file)
¶
Set the robots.txt content.
set_settings(ctx, file)
¶
Set website settings from a JSON file.
set_website_info(ctx, content, file)
¶
Set the website information.
update(ctx, name, address1, address2, city, country, province, phone)
¶
Update a site.
website()
¶
Manage website and business information.