Skip to content
Open
Show file tree
Hide file tree
Changes from 3 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions docs/cli-guide/master.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,9 @@ include::topics/about-cli.adoc[leveloffset=+2]
// Install the CLI
include::topics/installing-cli-tool.adoc[leveloffset=+2]

// Install the CLI in a disconnected environment
Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
// Install the CLI in a disconnected environment
OUR NEW SUGGESTION

include::topics/installing-cli-tool-disconnected.adoc[leveloffset=+3]

// CLI known issues
include::topics/cli-tool-known-issues.adoc[leveloffset=+3]

Expand Down
12 changes: 12 additions & 0 deletions docs/topics/installing-cli-tool-disconnected.adoc
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
// Module included in the following assemblies:
//
// * docs/cli-guide/master.adoc

:_content-type: PROCEDURE

[id="installing-cli-tool-disconnected_{context}"]
= Installing the {CLINameTitle} in a disconnected environment

You can install the {CLINameTitle} on Linux, Windows, or macOS operating systems in a disconnected environment.

To do this in {ProductShortName} 7.0., you must use `podman pull` to create the CLI image on the machine before disconnecting from the internet. At the same time, you must also download the CLI binary.
1 change: 1 addition & 0 deletions docs/topics/templates/document-attributes.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ ifdef::mta[]
:WebNameURL: user_interface_guide
:WebConsoleBookName: {WebNameTitle} Guide
:ProductVersion: 7.0.3
:RegistryProductVersion: 7.0.3-7
:PluginName: MTA plugin
// :MavenProductVersion: 7.0.0.GA-redhat-00001
:ProductDistributionVersion: 7.0.3.GA-redhat
Expand Down