authors
konigle.cli.authors
¶
CLI commands for author management.
authors()
¶
Manage content authors.
create(ctx, name, handle, tagline, bio, email, avatar)
¶
Create a new author.
delete(ctx, author_id, confirm)
¶
Delete an author.
get(ctx, author_id)
¶
Get an author by ID.
list_authors(ctx, query, handle, page, page_size)
¶
List authors.
update(ctx, author_id, name, handle, tagline, bio, email, avatar, social_links)
¶
Update an author.