DKCloudCommand Walkthroughs¶
The following topics contain information on DKCloudCommand best practices, as well as details for each CLI command with usage syntax, available options, and examples.
Note
CLI is case-sensitive: Use lowercase commands with the DKCloudCommand interface. The CLI is case-sensitive, even if your instance of shell is not.
Start here¶
Useful DKCloudCommand Techniques
Common DKCloudCommand Sequences
List of commands¶
- active-serving-watcher (asw)
- config (c)
- config-list (cl)
- context-delete (cd)
- context-list (xl)
- context-switch (cs)
- file-compile (fc)
- file-delete (fd)
- file-diff (fdi)
- file-get (fg)
- file-history (fh)
- file-merge (fm)
- file-resolve (fr)
- file-update (fu)
- git-setup (gs)
- kitchen-config (kf)
- kitchen-create (kc)
- kitchen-delete (kd)
- kitchen-get (kg)
- kitchen-history (kh)
- kitchen-list (kl)
- kitchen-merge (km)
- kitchen-merge-preview (kmp)
- kitchen-revert (kr)
- kitchen-settings-get (ksg)
- kitchen-settings-update (ksu)
- kitchen-which (kw)
- order-delete (od)
- order-list (ol)
- order-run (or)
- order-stop (os)
- orderrun-delete (ord)
- orderrun-info (ori)
- orderrun-resume (orr)
- orderrun-stop (ors)
- recipe-compile (rc)
- recipe-copy (ry)
- recipe-create (re)
- recipe-delete (rd)
- recipe-get (rg)
- recipe-ingredient-list (ril)
- recipe-list (rl)
- recipe-status (rs)
- recipe-update (ru)
- recipe-validate (rv)
- recipe-variation-list (rvl)
- secret-delete (sd)
- secret-exists (se)
- secret-list (sl)
- secret-write (sw)
- user-info (ui)
- vault-config (vc)
- vault-delete (vd)
- vault-info (vi)
Troubleshooting: CLI Issues