Skip to content

Commit cacf303

Browse files
Replace all links to getting-started/cli to the new location
Signed-off-by: Bruno Pimentel <[email protected]>
1 parent bc1379e commit cacf303

16 files changed

+19
-19
lines changed

modules/ROOT/pages/advanced-how-tos/managing-security-fix.adoc

+2-2
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ Cloning an application involves replicating the application's code and configura
1515

1616
* You have the link:https://github.com/konflux-ci/architecture/blob/main/ADR/0011-roles-and-permissions.md[Maintainer role] or greater in the original workspace where the embargoed issue was identified.
1717
// Maintainer role was xref:getting-started/roles_permissions/ Currently no such file in konflux-ci/docs. Add a link if the doc is published.
18-
* You have xref:/getting-started/cli.adoc[enabled CLI access for {ProductName}].
18+
* You have xref:/getting-started/index.adoc#getting-started-with-the-cli[enabled CLI access for {ProductName}].
1919

2020
.**Procedure**
2121

@@ -34,7 +34,7 @@ NOTE: Creating a private fork of the public link:https://docs.github.com/en/repo
3434
* You can reuse a personal workspace, but limit the link:https://console.redhat.com/preview/application-pipeline/access[User Access] to a minimal number of required collaborators.
3535
====
3636

37-
. Log in to the original workspace where the application was previously being developed using the `kubectl` CLI tool. (See xref:/getting-started/cli.adoc[Getting started with CLI].) Append `/workspaces/<original-tenant-workspace>` to the {ProductName} API URL used in the `kubectl login` command to target a particular workspace other than your default user workspace.
37+
. Log in to the original workspace where the application was previously being developed using the `kubectl` CLI tool. (See xref:/getting-started/index.adoc#getting-started-with-the-cli[Getting started with CLI].) Append `/workspaces/<original-tenant-workspace>` to the {ProductName} API URL used in the `kubectl login` command to target a particular workspace other than your default user workspace.
3838
// Add a link to the KUBECONFIG workflow when it's documented. Either approach is legit, up to a user to choose.
3939
. To export records the application from the original workspace with details changed to refer to your new private workspace, run the following command:
4040

modules/ROOT/pages/advanced-how-tos/releasing/create-release-plan-admission.adoc

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ When an application is ready for release, the Development team contacts the owne
99
.*Prerequisites*
1010

1111
* An existing Development and Managed workspace.
12-
* You have completed the steps listed in the xref:/getting-started/cli.adoc[Getting started in the CLI] page.
12+
* You have completed the steps listed in the xref:/getting-started/index.adoc#getting-started-with-the-cli[Getting started in the CLI] page.
1313
* An existing `ReleasePlan` object in the Development workspace.
1414

1515
.*Procedures*

modules/ROOT/pages/advanced-how-tos/releasing/create-release-plan.adoc

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ The development team creates a `ReleasePlan` object in the developer workspace.
99
.*Prerequisites*
1010

1111
* You have an existing Development workspace.
12-
* You have completed the steps listed in the xref:/getting-started/cli.adoc[Getting started in the CLI] page.
12+
* You have completed the steps listed in the xref:/getting-started/index.adoc#getting-started-with-the-cli[Getting started in the CLI] page.
1313

1414
.*Procedures*
1515

modules/ROOT/pages/advanced-how-tos/releasing/create-release.adoc

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ The development team creates a `Release` object in the developer workspace. The
99
.*Prerequisites*
1010

1111
* You have an existing Development workspace.
12-
* You have completed the steps listed in the xref:/getting-started/cli.adoc[Getting started in the CLI] page.
12+
* You have completed the steps listed in the xref:/getting-started/index.adoc#getting-started-with-the-cli[Getting started in the CLI] page.
1313
* You have completed the steps for creating a ReleasePlanAdmission and a matching ReleasePlan.
1414

1515
.*Procedures*

modules/ROOT/pages/advanced-how-tos/releasing/tenant-release-pipelines.adoc

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ The gist here is that you are going to follow the regular instructions to xref:/
99
.*Prerequisites*
1010

1111
* You have an existing Development workspace.
12-
* You have completed the steps listed in the xref:/getting-started/cli.adoc[Getting started in the CLI] page.
12+
* You have completed the steps listed in the xref:/getting-started/index.adoc#getting-started-with-the-cli[Getting started in the CLI] page.
1313
* Either choose one of the link:https://github.com/konflux-ci/release-service-catalog[konflux release pipelines], or write your own.
1414
1515
NOTE: If you write a good reusable release pipeline, please submit it to our link:https://github.com/konflux-ci/release-service-catalog[catalog] so others can use it.

modules/ROOT/pages/how-tos/configuring/component-nudges.adoc

+2-2
Original file line numberDiff line numberDiff line change
@@ -74,11 +74,11 @@ Alternatively, in the git repo for the component that nudges, push a commit. Whe
7474

7575
Prerequisites:
7676

77-
* You have completed the steps listed in the xref:/getting-started/cli.adoc[Getting started in the CLI] page.
77+
* You have completed the steps listed in the xref:/getting-started/index.adoc#getting-started-with-the-cli[Getting started in the CLI] page.
7878

7979
.Procedure
8080

81-
. In your CLI, xref:/getting-started/cli.adoc[login] to {ProductName}.
81+
. In your CLI, xref:/getting-started/index.adoc#getting-started-with-the-cli[login] to {ProductName}.
8282
. List your components, and identify the names of the components you want to relate to each other.
8383
+
8484
`kubectl get components`

modules/ROOT/pages/how-tos/configuring/creating-secrets.adoc

+1-1
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ When building content from GitHub, you will need to install an application for P
112112

113113
.Prerequisites
114114

115-
* You have completed the steps listed in the xref:/getting-started/cli.adoc[Getting started in the CLI] page.
115+
* You have completed the steps listed in the xref:/getting-started/index.adoc#getting-started-with-the-cli[Getting started in the CLI] page.
116116

117117
.Procedure (GitLab)
118118

modules/ROOT/pages/how-tos/configuring/reconfiguring-build-pipeline.adoc

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ After you have created a component {ProductName}, you may find yourself in a sit
99
.*Prerequisites*
1010

1111
* You have an existing Development workspace.
12-
* You have completed the steps listed in the xref:/getting-started/cli.adoc[Getting started in the CLI] page.
12+
* You have completed the steps listed in the xref:/getting-started/index.adoc#getting-started-with-the-cli[Getting started in the CLI] page.
1313
1414
== Reset the build pipeline
1515

modules/ROOT/pages/how-tos/configuring/rerunning.adoc

+1-1
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ The pipeline run should resume in the *Activity* > *Pipeline runs* tab.
6868

6969
- You have already merged a pull request, but the subsequent build failed, prompting a need for retriggering.
7070
- You didn't rename push pipeline run name, and it is in format `component_name + '-on-push'`
71-
- You have CLI access to {ProductName}. For information on obtaining CLI access, refer to xref:/getting-started/cli.adoc[Getting started in CLI]
71+
- You have CLI access to {ProductName}. For information on obtaining CLI access, refer to xref:/getting-started/index.adoc#getting-started-with-the-cli[Getting started in CLI]
7272

7373
.**Procedure**
7474

modules/ROOT/pages/how-tos/creating.adoc

+2-2
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ NOTE: GitHub and GitLab are supported source control providers. GitLab support r
5050

5151
* xref:/advanced-how-tos/installing/enabling-builds.adoc[Enabled] build pipelines for your instance of {ProductName}.
5252
* link:https://kubernetes.io/docs/tasks/tools/[kubectl] CLI tool
53-
* You have completed the steps listed in the xref:/getting-started/cli.adoc[Getting started in the CLI] page.
53+
* You have completed the steps listed in the xref:/getting-started/index.adoc#getting-started-with-the-cli[Getting started in the CLI] page.
5454

5555
.*Procedures*
5656

@@ -118,7 +118,7 @@ After the build PipelineRuns are completed from git push events, the Components
118118

119119
.Prerequisites
120120

121-
* xref:/getting-started/cli.adoc[Login] to {ProductName}.
121+
* xref:/getting-started/index.adoc#getting-started-with-the-cli[Login] to {ProductName}.
122122

123123
* Install the link:https://stedolan.github.io/jq/download/[jq] CLI tool.
124124

modules/ROOT/pages/how-tos/metadata/index.adoc

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ Don't take our word on the transparency -- you can download and inspect these ar
1818

1919
* Install the link:https://stedolan.github.io/jq/download/[jq] CLI tool.
2020

21-
* xref:/getting-started/cli.adoc[Login] to {ProductName}.
21+
* xref:/getting-started/index.adoc#getting-started-with-the-cli[Login] to {ProductName}.
2222

2323
.Procedure
2424

modules/ROOT/pages/how-tos/metadata/sboms.adoc

+1-1
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ The SBOM is unsigned so there is no way to verify whether it has been tampered w
3535

3636
* Install the link:https://stedolan.github.io/jq/download/[jq] CLI tool.
3737

38-
* xref:/getting-started/cli.adoc[Login] to {ProductName}.
38+
* xref:/getting-started/index.adoc#getting-started-with-the-cli[Login] to {ProductName}.
3939

4040
* You have found the image for a xref:/how-tos/creating.adoc#finding-the-built-image[recently completed build pipeline] and exported the value to the `IMAGE` environment variable.
4141

modules/ROOT/pages/how-tos/testing/integration/editing.adoc

+1-1
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ There are three timeouts that need to be defined:
4444
NOTE: Since the integration service already sets default timeouts to integration pipelineRuns, it is necessary to set all of the above timeouts to prevent errors.
4545

4646
You can define the above timeouts by setting the annotations on the IntegrationTestScenario in the following
47-
way through the CLI (consult the steps listed in the xref:/getting-started/cli.adoc[Getting started in the CLI] page):
47+
way through the CLI (consult the steps listed in the xref:/getting-started/index.adoc#getting-started-with-the-cli[Getting started in the CLI] page):
4848

4949
[source,bash]
5050
----

modules/ROOT/pages/how-tos/testing/integration/rerunning.adoc

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ $ kubectl label snapshot [snapshot name] test.appstudio.openshift.io/run=[scenar
2626

2727
- You have a snapshot that has completed all its initial tests. All initial tests must be finished before you trigger subsequent tests.
2828
- The snapshot for which tests will be retriggered has completed its initial tests.
29-
- You have CLI access to the specific OpenShift cluster. For information on obtaining CLI access, refer xref:/getting-started/cli.adoc[Getting started with the CLI].
29+
- You have CLI access to the specific OpenShift cluster. For information on obtaining CLI access, refer xref:/getting-started/index.adoc#getting-started-with-the-cli[Getting started with the CLI].
3030

3131
== Procedure
3232

modules/ROOT/pages/how-tos/testing/integration/snapshots/override-snapshots.adoc

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
In {ProductName}, the integration service provides users with the ability to reset their component's Global Candidate List to a desired state with a manually created `override` snapshot which can then be a candidate for further promotion (release) if it passes all integration tests.
44

55
== Prerequisites
6-
- You have completed the steps listed in the xref:/getting-started/cli.adoc[Getting started in the CLI] page.
6+
- You have completed the steps listed in the xref:/getting-started/index.adoc#getting-started-with-the-cli[Getting started in the CLI] page.
77
- You have an existing managed workspace such as `ws-sample`, an application such as `application-sample` and a component such as `component-sample`.
88

99
== Procedures

modules/ROOT/pages/how-tos/testing/integration/snapshots/working-with-snapshots.adoc

+1-1
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ spec:
3535
Aside from the Snapshots which are created and processed automatically by the {ProductName} services, it is also possible to create manual Snapshots which can then be tested and released if they conform to the users requirements.
3636

3737
== Prerequisites
38-
- You have completed the steps listed in the xref:/getting-started/cli.adoc[Getting started in the CLI] page.
38+
- You have completed the steps listed in the xref:/getting-started/index.adoc#getting-started-with-the-cli[Getting started in the CLI] page.
3939
- You have an existing managed workspace such as `ws-sample`, an application such as `application-sample` and a component such as `component-sample`.
4040

4141
== Procedures

0 commit comments

Comments
 (0)