Skip to content

Latest commit

 

History

History
33 lines (21 loc) · 1.28 KB

README.md

File metadata and controls

33 lines (21 loc) · 1.28 KB

cf-find

A Command Line Utility for finding a CloudFront Distribution ID

NPM version semantic-release Dependabot enabled

Installation

Installation is as simple as any given node module:

$ npm i -g cf-find

Usage

From wherever you want to run cf-find, simply open a console and run

$ cf-find somealias.com

...where somealias.com is a CloudFront Alias you expect to find a match for.

Options

--silent

The --silent flag will suppress all logs except for the final Distribution ID. Good for CI/CD and other non-user processes.