Skip to content

joinflux/webflowctl

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

32 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Webflow Command Line Utility

Webflowctl is a command line utility to manage Webflow site configurations. It is being used specifically to manage webhooks.

Installation

Download a binary from the Release page.

Usage

❯ ./webflowctl
A tool to help manage webhooks in the Webflow API

Usage:
  webflowctl [command]

Available Commands:
  collections Manage collections
  completion  Generate the autocompletion script for the specified shell
  help        Help about any command
  sites       Manage sites
  webhooks    Manage webhooks

Flags:
  -a, --api-token string   Webflow API Token
  -h, --help               help for webflowctl

Use "webflowctl [command] --help" for more information about a command.

Tip: set WEBFLOW_API_TOKEN environment variable to bypass needing to fill in the --api-token flag.

Available Commands

  • List webhooks
  • Create webhook
  • Delete webhook
  • Get webhook
  • List sites
  • Get site
  • Publish site
  • List site domains
  • List collections
  • Get a collection

Development

This tool was created with Cobra CLI so please make sure to leverage it when adding new functionality.