changed app to use json config for pipeline steps
readme command line usage - to specify pipeline file name readme updated to include reasoning behind the project use native golang sqlite RunScriptCommand named in functionMap removed unused functions removed unused functions run script and pipeline example renamed functions to drop the word script and add pipeline verb
This commit is contained in:
parent
bd7cee720a
commit
924954d0ff
49 changed files with 2059 additions and 101 deletions
16
.gitignore
vendored
Normal file
16
.gitignore
vendored
Normal file
|
|
@ -0,0 +1,16 @@
|
|||
config.json
|
||||
app.db
|
||||
base.json
|
||||
infctl-cli
|
||||
config.json.1
|
||||
my_log.txt
|
||||
.aws_creds.yaml
|
||||
*.suspect
|
||||
*.deleted
|
||||
*.orig
|
||||
scripts/galene/groups/
|
||||
scripts/galene/data/
|
||||
.envrc
|
||||
.vscode
|
||||
*.json
|
||||
bin
|
||||
Loading…
Add table
Add a link
Reference in a new issue