Skip to content

Buffer CLI v0.1.0

Latest

Choose a tag to compare

@erickhun erickhun released this 26 Feb 11:15
· 16 commits to main since this release

CLI for managing Buffer from the terminal.

Commands

  • get-account — Get account info and organization IDs
  • list-channels — List connected social media channels
  • get-channel — Get detailed channel info
  • list-posts — Browse posts with filters
  • get-post — Get detailed post info
  • create-post — Schedule or publish a post
  • create-idea — Save a content idea

Authentication

export BUFFER_AUTH_TOKEN="your-token"
buffer get-account

Get your token at developers.buffer.com

Install (macOS Apple Silicon)

curl -L https://github.com/erickhun/buffer-cli/releases/latest/download/buffer-darwin-arm64 -o buffer
chmod +x buffer
sudo mv buffer /usr/local/bin/buffer

See README for other platforms.