Skip to content
This repository has been archived by the owner on Mar 6, 2019. It is now read-only.

Latest commit

History

History
38 lines (26 loc) 路 919 Bytes

README.md

File metadata and controls

38 lines (26 loc) 路 919 Bytes

autom8ter

FsCtl

FsCtl is a package for managing an os filesystem

Author: Coleman Word coleman.word@autom8ter.com

Download: go get github.com/autom8ter/fsctl

License: MIT


 ______    _____ _   _ 
|  ____|  / ____| | | |
| |__ ___| |    | |_| |
|  __/ __| |    | __| |
| |  \__ \ |____| |_| |
|_|  |___/\_____|\__|_|
                       
                       
                                   

Features

  • embedded viper object
  • embedded afero fs object
  • synced environmental and configuration variables
  • copy file
  • stream file
  • render templates from config (with sprigs excellent funcmap package) ref: https://github.com/Masterminds/sprig
  • scan & replace

ENV Variables:

CFGURL- remote github repot containing config file(s) CFGToken- github token GITUSER- github username