-
Notifications
You must be signed in to change notification settings - Fork 1.8k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
16 changed files
with
121 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
../../_attributes |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,19 @@ | ||
:_content-type: ASSEMBLY | ||
[id="cli-manager-install_{context}"] | ||
= Installing the {cli-manager} | ||
include::_attributes/common-attributes.adoc[] | ||
:context: cli-manager-install | ||
|
||
toc::[] | ||
|
||
//Brief explanation of what the cli manager is. | ||
In disconnected environments it is difficult to install and manage CLI plugins. The CLI Manager was created to make installing and managing CLI plugins in disconnected environments easier for users. | ||
|
||
// About the CLI Manager | ||
include::modules/cli-manager-about.adoc[leveloffset=+1] | ||
|
||
// Installing the {cli-manager} | ||
include::modules/cli-manager-installing.adoc[leveloffset=+1] | ||
|
||
// Adding CLI plugins | ||
include::modules/cli-manager-adding-plugins.adoc[leveloffset=+1] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,33 @@ | ||
:_content-type: ASSEMBLY | ||
[id="cli-manager-release-notes_{context}"] | ||
= {cli-manager} release notes | ||
include::_attributes/common-attributes.adoc[] | ||
:context: cli-manager-release-notes | ||
|
||
toc::[] | ||
|
||
//Add release notes overview | ||
|
||
These release notes track the development of the {cli-manager} for {product-title}. | ||
|
||
//For an overview of the {run-once-operator}, see xref :../../../nodes/pods/run_once_duration_override/index.adoc#run-once-about_run-once-duration-override-about[About the {run-once-operator}]. | ||
|
||
[id="cli-manager-release-notes-1-0-0_{context}"] | ||
== {cli-manager} 1.0.0 | ||
|
||
Issued: 5 November 2024 | ||
|
||
The following advisory is available for the {cli-manager} 1.0.0: | ||
//add correct link | ||
* link:https://access.redhat.com/errata/RHEA-2023:2035[RHEA-2023:2035] | ||
|
||
[id="cli-manager-1-0-0-new-features-and-enhancements_{context}"] | ||
=== New features and enhancements | ||
|
||
//* This is the initial, generally available release of the {cli-manager}. For installation information, see xref :../../../getting_started/cli_manager/cli-manager-install.adoc#run-once-duration-override-install[Installing the {run-once-operator}]. | ||
|
||
// No bug fixes or known issues to list | ||
|
||
//To update to the latest version of plugin; | ||
|
||
//$ oc krew update |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
:_content-type: ASSEMBLY | ||
[id="cli-manager-uninstall_{context}"] | ||
= Uninstalling the {cli-manager} | ||
include::_attributes/common-attributes.adoc[] | ||
:context: cli-manager-uninstall | ||
|
||
toc::[] | ||
// are there resources to remove? | ||
You can remove the {cli-manager} from {product-title} by uninstalling the {cli-manager} and removing its related resources. | ||
|
||
// Uninstalling the {cli-manager} | ||
include::modules/cli-manager-uninstalling.adoc[leveloffset=+1] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
:_content-type: ASSEMBLY | ||
[id="cli-manager-install_{context}"] | ||
= Using the {cli-manager} | ||
include::_attributes/common-attributes.adoc[] | ||
:context: cli-manager-using | ||
|
||
toc::[] | ||
|
||
//Brief explanation of what the cli manager is. | ||
|
||
// {cli-manager} overview | ||
include::modules/cli-manager-overview.adoc[leveloffset=+1] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
../../images |
Empty file.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
../../modules |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
../../snippets |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
// Module included in the following assemblies: | ||
// | ||
// * cli_reference/cli_manager/cli-manager-install.adoc | ||
|
||
:_mod-docs-content-type: CONCEPT | ||
[id="cli-manager-about_{context}"] | ||
= About the CLI Manager | ||
|
||
The CLI Manager |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
// Module included in the following assemblies: | ||
// | ||
// * cli_reference/cli_manager/cli-manager-install.adoc | ||
|
||
:_mod-docs-content-type: PROCEDURE | ||
[id="cli-manager-adding-plugins_{context}"] | ||
= Adding CLI plugins with the CLI Manager | ||
|
||
To search, install a plugin; | ||
|
||
$ oc krew search test | ||
$ oc krew install $CUSTOM_INDEX_NAME/test |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
To search, install a plugin; | ||
|
||
$ oc krew search test | ||
$ oc krew install $CUSTOM_INDEX_NAME/test |
Empty file.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
To remove a plugin | ||
$ oc krew remove test |