Releases: erickhun/buffer-cli
Releases · erickhun/buffer-cli
Buffer CLI v0.1.0
CLI for managing Buffer from the terminal.
Commands
get-account— Get account info and organization IDslist-channels— List connected social media channelsget-channel— Get detailed channel infolist-posts— Browse posts with filtersget-post— Get detailed post infocreate-post— Schedule or publish a postcreate-idea— Save a content idea
Authentication
export BUFFER_AUTH_TOKEN="your-token"
buffer get-accountGet 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/bufferSee README for other platforms.