Commands

bigblog add

Use the bigblog add command is used to add blog posts the database.

Syntax

bigblog add <BLOG>
  [-d|--directory <DIR>]
  [-X|--exclude <PATTERN>]
  [-I|--include <PATTERN>]
  [-v|--verbose]
  [-?|-h|--help]

Arguments

Options

^ Top

bigblog init

Use the bigblog init command is used to add blog posts the database.

Syntax

bigblog init <BLOG>
  [-d|--directory <DIR>]
  [-X|--exclude <PATTERN>]
  [-I|--include <PATTERN>]
  [-c|--category <NAME>]
  [-v|--verbose]
  [-?|-h|--help]

Arguments

Options

^ Top

bigblog list

Use the bigblog list command to display the contents of the blog.

Syntax

bigblog list <BLOG>
  [-p|--page <PAGE>]
  [-s|--size <SIZE>]
  [--json]
  [-m|--mustachee <FILE>]
  [-o|--output <FILE>]
  [-v|--verbose]
  [-?|-h|--help]

Arguments

Options

^ Top

bigblog show

Use the bigblog show command to display the contents of a blog post.

Syntax

bigblog show <BLOG> <POST>
  [--json]
  [-o|--output <FILE>]
  [-f|--force]
  [-v|--verbose]
  [-?|-h|--help]

Arguments

Options

^ Top