Manage your user profiles
Profiles define the combination of organizational units and user roles. Users can have more than one profile in Chef 360 Platform.
List your user profiles
To get a list of your profiles, use the
list-profile-namessubcommand:chef-platform-auth-cli list-profile-names
Default profile
The Chef 360 Platform CLIs create a default profile when you first register your workstation with Chef 360 Platform.
The CLIs use the default profile unless you specify a different profile with the --profile flag.
View your default profile
To see your default profile, use the
get-default-profilesubcommand:chef-platform-auth-cli get-default-profile
Set a default profile
You can set a default profile.
To set a default profile, use the
set-default-profilesubcommand:chef-platform-auth-cli set-default-profile <PROFILE_NAME>Replace
<PROFILE_NAME>with the profile you’d like to use as a default.