# Overview
Kumologica command line interface contains various commands helping creation, build, test and deployment of kumologica flows to different cloud providers.
# Available Commands
Map of current cli commands:
export | build | open | create | test | doc | license |
---|---|---|---|---|---|---|
cloudformation | aws | html | request | |||
terraform aws | azure | save | ||||
terraform azure | gcp | |||||
terraform gcp | nodejs | |||||
github aws | ||||||
github azure | ||||||
github gcp |
# Version
This cli documentation is based on kumologica sdk version 3.4.0
# Help
Each kumologica cli command has specific help information, it can be displayed with --help
option, for example:
Display available top level commands:
kl --help
will display output:
kl <command>
Commands:
kl build <provider> Build kumologica flow binaries
kl doc Generate documentation for kumologica flow
kl export <language> Export deployment scripts for kumologica flow
kl test Run test suite
Options:
--version Show version number [boolean]
--help Show help [boolean]
Command's specific help:
kl build aws --help
will display output:
Generate aws lambda artifacts and build zip file
Options:
--version Show version number [boolean]
--help Show help [boolean]
-f, --flow-file-name The name of kumologica flow file.
Auto search if not provided. [string]
-z, --zip-file-name The name of zip file name
[string] [default: "lambda.zip"]
← ZIP Installation →