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

Terminal window
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

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

show infrastructure information

Terminal window
kis info infra [flags]

show products information

Terminal window
kis info products [flags]

runs the meta in git mode

Terminal window
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

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

runs the meta git pull

Terminal window
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

Terminal window
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

Terminal window
kis git refs [flags]

runs the meta git stage untracked changes

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

runs the meta git status

Terminal window
kis git status [flags]