Versions in this module Expand all Collapse all v0 v0.1.0 Feb 18, 2026 Changes in this version + func HelpOptions() kong.HelpOptions + func HelpPrinter() kong.HelpPrinter + type BatchCmd struct + Continue bool + Parallel int + func (c *BatchCmd) Run(globals *Globals) error + type BlocksAppendCmd struct + AfterBlock string + BlocksFile string + Parent string + func (c *BlocksAppendCmd) Run(globals *Globals) error + type BlocksCmd struct + Append BlocksAppendCmd + Delete BlocksDeleteCmd + Get BlocksGetCmd + List BlocksListCmd + Update BlocksUpdateCmd + type BlocksDeleteCmd struct + ID string + func (c *BlocksDeleteCmd) Run(globals *Globals) error + type BlocksGetCmd struct + AllFields bool + ID string + func (c *BlocksGetCmd) Run(globals *Globals) error + type BlocksListCmd struct + AllFields bool + Depth int + Parent string + func (c *BlocksListCmd) Run(globals *Globals) error + type BlocksUpdateCmd struct + BlockJSON string + Content string + ID string + func (c *BlocksUpdateCmd) Run(globals *Globals) error + type CommentsCmd struct + Create CommentsCreateCmd + List CommentsListCmd + type CommentsCreateCmd struct + Discussion string + Page string + Text string + func (c *CommentsCreateCmd) Run(ctx *Context) error + type CommentsListCmd struct + Discussion string + Limit int + Page string + func (c *CommentsListCmd) Run(ctx *Context) error + type Context struct + Client *api.Client + Config *config.Config + Debug bool + Format output.Formatter + type DatabasesCmd struct + Create DatabasesCreateCmd + CreatePage DatabasesCreatePageCmd + Get DatabasesGetCmd + List DatabasesListCmd + Query DatabasesQueryCmd + Update DatabasesUpdateCmd + type DatabasesCreateCmd struct + Inline bool + Parent string + Schema string + Title string + func (c *DatabasesCreateCmd) Run(globals *Globals) error + type DatabasesCreatePageCmd struct + Database string + Props []string + Title string + func (c *DatabasesCreatePageCmd) Run(globals *Globals) error + type DatabasesGetCmd struct + AllFields bool + ID string + func (c *DatabasesGetCmd) Run(globals *Globals) error + type DatabasesListCmd struct + Limit int + func (c *DatabasesListCmd) Run(globals *Globals) error + type DatabasesQueryCmd struct + AllFields bool + Fields []string + Filter string + ID string + Limit int + Sort string + Where []string + func (c *DatabasesQueryCmd) Run(globals *Globals) error + type DatabasesUpdateCmd struct + ID string + SchemaJSON string + Title string + func (c *DatabasesUpdateCmd) Run(globals *Globals) error + type Globals = RootFlags + type PagesAppendMdCmd struct + ID string + func (c *PagesAppendMdCmd) Run(ctx *Context) error + type PagesArchiveCmd struct + ID string + func (c *PagesArchiveCmd) Run(ctx *Context) error + type PagesCmd struct + AppendMd PagesAppendMdCmd + Archive PagesArchiveCmd + Create PagesCreateCmd + ExportMd PagesExportMdCmd + Get PagesGetCmd + List PagesListCmd + Restore PagesRestoreCmd + Update PagesUpdateCmd + type PagesCreateCmd struct + Parent string + Props string + Title string + func (c *PagesCreateCmd) Run(ctx *Context) error + type PagesExportMdCmd struct + Depth int + ID string + func (c *PagesExportMdCmd) Run(ctx *Context) error + type PagesGetCmd struct + AllFields bool + Fields []string + ID string + func (c *PagesGetCmd) Run(ctx *Context) error + type PagesListCmd struct + Database string + Fields []string + Filter string + Limit int + Sort string + Where []string + func (c *PagesListCmd) Run(ctx *Context) error + type PagesRestoreCmd struct + ID string + func (c *PagesRestoreCmd) Run(ctx *Context) error + type PagesUpdateCmd struct + ID string + PropsJSON string + Set []string + func (c *PagesUpdateCmd) Run(ctx *Context) error + type RootFlags struct + Debug bool + JSON bool + Plain bool + Profile string + Token string + type SearchCmd struct + Limit int + Query string + Sort string + SortField string + Type string + func (c *SearchCmd) Run(ctx *Context) error + type UsersCmd struct + Get UsersGetCmd + List UsersListCmd + Me UsersMeCmd + type UsersGetCmd struct + ID string + func (c *UsersGetCmd) Run(ctx *Context) error + type UsersListCmd struct + Limit int + func (c *UsersListCmd) Run(ctx *Context) error + type UsersMeCmd struct + func (c *UsersMeCmd) Run(ctx *Context) error