Skip to content
Kitsy Docs Open CNOS

cnos profile

cnos profile

Profiles model environment overlays such as local, stage, and prod.

Usage

Terminal window
cnos profile [create <name> | list | use <name> | delete <name>] [options] [--root <path>] [--json]

create supports:

Terminal window
cnos profile create <name> [--inherit <name> | --no-inherit] [--private | --incog | --anonymous]

Examples

Terminal window
cnos profile create stage
cnos profile create isolated --no-inherit
cnos profile create private-stage --private
cnos profile list
cnos profile use stage