glossary
konigle.cli.glossary
¶
CLI commands for glossary term operations.
change_handle(ctx, term_id, new_handle, redirect)
¶
Change the handle of a glossary term.
create(ctx, title, name, handle, content, content_file, summary, author)
¶
Create a new glossary term.
delete(ctx, term_id, yes)
¶
Delete a glossary term.
get(ctx, term_id)
¶
Get a glossary term by ID.
glossary()
¶
Glossary term management commands.
list_terms(ctx, page, page_size, published)
¶
List glossary terms.
publish(ctx, term_id)
¶
Publish a glossary term.
unpublish(ctx, term_id)
¶
Unpublish a glossary term.
update(ctx, term_id, title, name, content, content_file, summary, json_ld, seo)
¶
Update a glossary term.