Platform
Authentication, product information and source control. Captured from kis --help, so this matches the binary rather than describing it.
kis login
Section titled “kis login”Authenticate with the kis.ai platform
kis login [flags]| Flag | Purpose |
|---|---|
-a, --auth string | auth method (classic, magiclink) (default “classic”) |
-k, --context string | context to use (default “default”) |
-u, --loginid string | login id of the user |
-r, --realm string | realm to authenticate against (default realm if omitted) |
-t, --tenant string | full CPET tenant (customer:product:env:tenant); overrides the context |
kis info
Section titled “kis info”Get information about products, services, and infrastructure
kis info [command]| Subcommand | Purpose |
|---|---|
infra | show infrastructure information |
products | show products information |
services | show services information |
kis info infra
Section titled “kis info infra”show infrastructure information
kis info infra [flags]kis info products
Section titled “kis info products”show products information
kis info products [flags]kis git
Section titled “kis git”runs the meta in git mode
kis git [command]| Subcommand | Purpose |
|---|---|
commit | runs the meta git commit staged changes |
pull | runs the meta git pull |
push | runs the meta git push commits |
refs | runs the meta git references |
stage | runs the meta git stage untracked changes |
status | runs the meta git status |
kis git commit
Section titled “kis git commit”runs the meta git commit staged changes
kis git commit [flags]| Flag | Purpose |
|---|---|
-m, --msg string | message for the commit |
kis git pull
Section titled “kis git pull”runs the meta git pull
kis git pull [flags]| Flag | Purpose |
|---|---|
-b, --branch string | branch to push |
-r, --remote string | remote to push to |
-t, --tag string | tag to push |
kis git push
Section titled “kis git push”runs the meta git push commits
kis git push [flags]| Flag | Purpose |
|---|---|
-b, --branch string | branch to push |
-r, --remote string | remote to push to |
-t, --tag string | tag to push |
kis git refs
Section titled “kis git refs”runs the meta git references
kis git refs [flags]kis git stage
Section titled “kis git stage”runs the meta git stage untracked changes
kis git stage [flags]| Flag | Purpose |
|---|---|
-s, --files strings | files to be added to staging |
kis git status
Section titled “kis git status”runs the meta git status
kis git status [flags]