Skip to content

folders

konigle.cli.folders

CLI commands for folder operations.

change_handle(ctx, folder_id, new_handle, redirect)

Change the handle of a folder.

create(ctx, name, handle, parent_id, folder_type)

Create a new folder.

delete(ctx, folder_id, yes)

Delete a folder.

folders()

Folder management commands.

get(ctx, folder_id)

Get a blog post by ID.

list_folders(ctx, page, page_size, parent_id, folder_type, query, ordering)

List folders.

publish(ctx, folder_id)

Publish a folder.

unpublish(ctx, folder_id)

Unpublish a folder.

update(ctx, folder_id, name)

Update a folder.