Skip to content

compliance-framework/cfctl

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

cfctl

A command line interface to Compliance Framework

Installations

Mac

go build -o cfctl
sudo mv cfctl /usr/local/bin/cfctl
mkdir ~/.cfctl
touch ~/.cfctl/config

Add to ~/.cfctl/config:

default: dev
contexts:
  dev:
    url: "http://localhost:8080/api"