Logochanges.page

CLI

Manage your changelog posts from the terminal using the changes.page CLI.

The @changespage/cli lets you manage posts directly from your terminal — create, update, list, and delete posts without leaving the command line.

Install

npm install -g @changespage/cli

Setup

chp configure

You'll be prompted to enter your page secret key. Find it in your page settings under Integrations.

Alternatively, use the CHANGESPAGE_SECRET_KEY environment variable or --secret-key flag.

Commands

Global Options

FlagDescription
--secret-key <key>Page secret key
--prettyPretty-print JSON output

On this page