docker-archive / deploykit

A toolkit for creating and managing declarative, self-healing infrastructure.
Apache License 2.0
2.25k stars 264 forks source link

Use Infrakit Playbooks in Your Own Custom CLI #889

Closed chungers closed 6 years ago

chungers commented 6 years ago

This PR contains a simple go program to show how you can use playbooks in infrakit in your own go program so that your program can be customized and extended with the same playbook template files.

@FrenchBen

Signed-off-by: David Chung david.chung@docker.com

codecov[bot] commented 6 years ago

Codecov Report

Merging #889 into master will increase coverage by 0.06%. The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #889      +/-   ##
==========================================
+ Coverage   48.61%   48.68%   +0.06%     
==========================================
  Files          85       85              
  Lines        7787     7787              
==========================================
+ Hits         3786     3791       +5     
+ Misses       3693     3689       -4     
+ Partials      308      307       -1
Impacted Files Coverage Δ
pkg/rpc/mux/server.go 47.91% <0%> (+5.2%) :arrow_up:

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update ca5df95...996a528. Read the comment docs.