Skip to content
Talk to our solutions team

Platform

Authentication, product information and source control. Captured from kis --help, so this matches the binary rather than describing it.

Authenticate with the kis.ai platform

kis login [flags]
FlagPurpose
-a, --auth stringauth method (classic, magiclink) (default “classic”)
-k, --context stringcontext to use (default “default”)
-u, --loginid stringlogin id of the user
-r, --realm stringrealm to authenticate against (default realm if omitted)
-t, --tenant stringfull CPET tenant (customer:product:env:tenant); overrides the context

Get information about products, services, and infrastructure

kis info [command]
SubcommandPurpose
infrashow infrastructure information
productsshow products information
servicesshow services information

show infrastructure information

kis info infra [flags]

show products information

kis info products [flags]

runs the meta in git mode

kis git [command]
SubcommandPurpose
commitruns the meta git commit staged changes
pullruns the meta git pull
pushruns the meta git push commits
refsruns the meta git references
stageruns the meta git stage untracked changes
statusruns the meta git status

runs the meta git commit staged changes

kis git commit [flags]
FlagPurpose
-m, --msg stringmessage for the commit

runs the meta git pull

kis git pull [flags]
FlagPurpose
-b, --branch stringbranch to push
-r, --remote stringremote to push to
-t, --tag stringtag to push

runs the meta git push commits

kis git push [flags]
FlagPurpose
-b, --branch stringbranch to push
-r, --remote stringremote to push to
-t, --tag stringtag to push

runs the meta git references

kis git refs [flags]

runs the meta git stage untracked changes

kis git stage [flags]
FlagPurpose
-s, --files stringsfiles to be added to staging

runs the meta git status

kis git status [flags]