mirror of
https://github.com/openshift/openshift-docs.git
synced 2026-02-06 15:46:57 +01:00
- start topic list with about, welcome, legal notice - stub introduction with understanding section - stub in API reference - stub in storage and networking topics (These aren't filled in yet, but we need to cover them so include them in the topic map.) - add troubleshooting section - stub in installation section - add cli tools section - add links to index pages Co-Authored-By: Kathryn Alexander <kalexand@redhat.com>
23 lines
824 B
Plaintext
23 lines
824 B
Plaintext
:_content-type: ASSEMBLY
|
|
[id="managing-cli-profiles"]
|
|
= Managing CLI profiles
|
|
include::_attributes/common-attributes.adoc[]
|
|
:context: managing-cli-profiles
|
|
|
|
toc::[]
|
|
|
|
A CLI configuration file allows you to configure different profiles, or contexts, for use with the xref:../../cli_reference/index.adoc#cli-tools-overview[CLI tools overview]. A context consists of
|
|
ifndef::microshift[]
|
|
xref:../../authentication/understanding-authentication.adoc#understanding-authentication[user authentication]
|
|
endif::[]
|
|
ifdef::microshift[]
|
|
user authentication
|
|
endif::[]
|
|
and {product-title} server information associated with a _nickname_.
|
|
|
|
include::modules/about-cli-profiles-switch.adoc[leveloffset=+1]
|
|
|
|
include::modules/manual-configuration-of-cli-profiles.adoc[leveloffset=+1]
|
|
|
|
include::modules/load-and-merge-rules.adoc[leveloffset=+1]
|