diff --git a/docs/docs/0.7/assembly_cli_reference.html b/docs/docs/0.7/assembly_cli_reference.html deleted file mode 100644 index f2fa6da6..00000000 --- a/docs/docs/0.7/assembly_cli_reference.html +++ /dev/null @@ -1,439 +0,0 @@ - - - - - - About Tekton CLI :: OpenShift Pipelines - - - - - -
- -
-
- -
- -
-

About Tekton CLI

-
-
-
-

With the Tekton Pipelines command-line interface (CLI) you can interact with Tekton from a terminal. This section describes how to install it and lists the basic commands.

-
-
-
-
-

Installing the CLI

-
-
-

In order to interact with Tekton from a terminal, you need to install the Tekton CLI (tkn).

-
-
-

Installing from binary

-
-

For macOS X

-
-
    -
  1. -

    Get the tar.gz:

    -
    -
    -
    curl -LO https://github.com/tektoncd/cli/releases/download/v0.4.0/tkn_0.4.0_Darwin_x86_64.tar.gz
    -
    -
    -
  2. -
  3. -

    Extract tkn to your PATH:

    -
    -
    -
    sudo tar xvzf tkn_0.4.0_Darwin_x86_64.tar.gz -C /usr/local/bin tkn
    -
    -
    -
  4. -
-
-
-
-

For Linux AMD64

-
-
    -
  1. -

    Get the tar.gz:

    -
    -
    -
    curl -LO https://github.com/tektoncd/cli/releases/download/v0.4.0/tkn_0.4.0_Linux_x86_64.tar.gz
    -
    -
    -
  2. -
  3. -

    Extract tkn to your PATH:

    -
    -
    -
    sudo tar xvzf tkn_0.4.0_Linux_x86_64.tar.gz -C /usr/local/bin/ tkn
    -
    -
    -
  4. -
-
-
-
-

For Linux ARM64

-
-
    -
  1. -

    Get the tar.gz:

    -
    -
    -
    curl -LO https://github.com/tektoncd/cli/releases/download/v0.4.0/tkn_0.4.0_Linux_arm64.tar.gz
    -
    -
    -
  2. -
  3. -

    Extract tkn to your PATH:

    -
    -
    -
    sudo tar xvzf tkn_0.4.0_Linux_arm64.tar.gz -C /usr/local/bin/ tkn
    -
    -
    -
  4. -
-
-
-
-

For Windows

-
-
    -
  1. -

    Get the .zip file:

    -
    -
    -
    PS C:\Users\Admin\Downloads> curl -Uri https://github.com/tektoncd/cli/releases/download/v0.4.0/tkn_0.4.0_Windows_x86_64.zip
    - -OutFile tkn_0.4.0_Windows_x86_64.zip
    -
    -
    -
  2. -
  3. -

    Extract tkn to your path:

    -
  4. -
-
-
-
-
Expand-Archive -Path <sourcepath>/tkn_0.4.0_Windows_x86_64.zip -DestinationPath <destinationpath>
-
-
-
-
-
-
-
-

Basic Tekton CLI commands

-
-
-

This section lists basic Tekton CLI commands. For a more detailed desciption, see Tekton Pipelines CLI.

-
-
-

Syntax

-
-

tkn [command or options] [arguments…​]

-
-
-
-

Global Options

-
-

--help, -h

-
-
-
-

Utility commands

-
-

tkn

-
-

Parent command for Tekton CLI.

-
-
-
-

tkn completion

-
-

Prints shell completion scripts.

-
-
-
-

tkn version

-
-

Prints version information.

-
-
-
-
-

Managing and running pipelines

-
-

tkn pipeline

-
-

Manages pipelines.

-
-
-
-

tkn pipeline describe

-
-

Describes a pipeline in a namespace.

-
-
-
-

tkn pipeline list

-
-

Lists pipelines in a namespace.

-
-
-
-

tkn pipeline logs

-
-

Shows pipeline logs.

-
-
-
-

tkn pipeline start

-
-

Starts pipelines.

-
-
-
-

tkn pipelinerun

-
-

Manages pipelineruns.

-
-
-
-

tkn pipelinerun describe

-
-

Describes a pipelinerun in a namespace.

-
-
-
-

tkn pipelinerun list

-
-

Lists pipelineruns in a namespace.

-
-
-
-

tkn pipelinerun logs

-
-

Shows pipelinerun logs.

-
-
-
-
-

Managing pipeline resources

-
-

tkn resource

-
-

Manages pipeline resources.

-
-
-
-

tkn resource describe

-
-

Describes a pipeline resource in a namespace.

-
-
-
-

tkn resource list

-
-

Lists pipeline resources in a namespace.

-
-
-
-
-

Managing and running tasks

-
-

tkn task

-
-

Manages tasks.

-
-
-
-

tkn task list

-
-

Lists tasks in a namespace.

-
-
-
-

tkn taskrun

-
-

Manages taskruns.

-
-
-
-

tkn taskrun list

-
-

Lists taskruns in a namespace.

-
-
-
-

tkn taskrun logs

-
-

Shows taskruns logs.

-
-
-
-
-

Managing clusters

-
-

tkn clustertask

-
-

Manages clustertasks.

-
-
-
-

tkn clustertask list

-
-

Lists clustertasks in a namespace.

-
-
-
-
-
-
-
-
- - - - - diff --git a/docs/docs/0.7/proc_installing_cli.html b/docs/docs/0.7/proc_installing_cli.html deleted file mode 100644 index 2db34c0b..00000000 --- a/docs/docs/0.7/proc_installing_cli.html +++ /dev/null @@ -1,267 +0,0 @@ - - - - - - Installing the CLI :: OpenShift Pipelines - - - - - -
- -
-
- -
- -
-

Installing the CLI

-
-
-
-

In order to interact with Tekton from a terminal, you need to install the Tekton CLI (tkn).

-
-
-
-
-

Installing from binary

-
-
-

For macOS X

-
-
    -
  1. -

    Get the tar.gz:

    -
    -
    -
    curl -LO https://github.com/tektoncd/cli/releases/download/v0.4.0/tkn_0.4.0_Darwin_x86_64.tar.gz
    -
    -
    -
  2. -
  3. -

    Extract tkn to your PATH:

    -
    -
    -
    sudo tar xvzf tkn_0.4.0_Darwin_x86_64.tar.gz -C /usr/local/bin tkn
    -
    -
    -
  4. -
-
-
-
-

For Linux AMD64

-
-
    -
  1. -

    Get the tar.gz:

    -
    -
    -
    curl -LO https://github.com/tektoncd/cli/releases/download/v0.4.0/tkn_0.4.0_Linux_x86_64.tar.gz
    -
    -
    -
  2. -
  3. -

    Extract tkn to your PATH:

    -
    -
    -
    sudo tar xvzf tkn_0.4.0_Linux_x86_64.tar.gz -C /usr/local/bin/ tkn
    -
    -
    -
  4. -
-
-
-
-

For Linux ARM64

-
-
    -
  1. -

    Get the tar.gz:

    -
    -
    -
    curl -LO https://github.com/tektoncd/cli/releases/download/v0.4.0/tkn_0.4.0_Linux_arm64.tar.gz
    -
    -
    -
  2. -
  3. -

    Extract tkn to your PATH:

    -
    -
    -
    sudo tar xvzf tkn_0.4.0_Linux_arm64.tar.gz -C /usr/local/bin/ tkn
    -
    -
    -
  4. -
-
-
-
-

For Windows

-
-
    -
  1. -

    Get the .zip file:

    -
    -
    -
    PS C:\Users\Admin\Downloads> curl -Uri https://github.com/tektoncd/cli/releases/download/v0.4.0/tkn_0.4.0_Windows_x86_64.zip
    - -OutFile tkn_0.4.0_Windows_x86_64.zip
    -
    -
    -
  2. -
  3. -

    Extract tkn to your path:

    -
  4. -
-
-
-
-
Expand-Archive -Path <sourcepath>/tkn_0.4.0_Windows_x86_64.zip -DestinationPath <destinationpath>
-
-
-
-
-
-
-
-
- - - - - diff --git a/docs/docs/0.7/proc_working_with_pipelines_using _developer_perspective.html b/docs/docs/0.7/proc_working_with_pipelines_using _developer_perspective.html deleted file mode 100644 index b447d697..00000000 --- a/docs/docs/0.7/proc_working_with_pipelines_using _developer_perspective.html +++ /dev/null @@ -1,272 +0,0 @@ - - - - - - Working with Pipelines using the OpenShift Developer Perspective :: OpenShift Pipelines - - - - - -
- -
-
- -
- -
-

Working with Pipelines using the OpenShift Developer Perspective

-
-
-
-

After you create Pipelines using the tkn CLI or YAML files. You can visually interact with your deployed Pipelines on the Developer Perspective of the Openshift web console.

-
-
-

The Pipelines view in the Developer perspective lists all the pipelines in a project; the last run of the pipeline, it’s status, and the time taken for the run; and the status of the individual tasks in a pipeline run.

-
-
-
-
-

Prerequisites

-
-

To view your pipelines in the Pipelines view and interact with them, ensure that:

-
-
- -
-
-
-

Procedure

-
-

To visually interact with the pipelines in your project:

-
-
-
    -
  1. -

    In the Pipelines view of the Developer Perspective, select the project you created from the Project drop-down to see the pipelines listed in the Pipelines page.

    -
    -
    -Pipelines in the Developer perspective -
    -
    -
  2. -
  3. -

    Click on the required pipeline to see the Pipeline Details page. The pipelines Overview provides a visual representation of all the serial and parallel tasks in the pipeline.

    -
    -
    -Pipeline overview -
    -
    -
  4. -
  5. -

    Click:

    -
    -
      -
    1. -

      Pipeline Runs tab to see the completed, running, or failed runs for the pipeline.

      -
    2. -
    3. -

      Parameters tab to see the parameters defined in the Pipeline and add or edit additional parameters as required.

      -
    4. -
    5. -

      Resources tab to see the resources defined in the Pipeline and add or edit additional resources as required.

      -
    6. -
    -
    -
  6. -
  7. -

    Click Actions on the top-right corner and select Start to see the Start Pipeline dialog box. The resources populated in the Start Pipeline dialog box are based on the pipeline definition.

    -
  8. -
  9. -

    Use the drop-downs in the Start Pipeline dialog box to select or create the required resources to customize them as required, and click Start to start the pipeline run.

    -
  10. -
  11. -

    The Pipeline Run Details page displays the pipeline being executed. You can:

    -
    -
      -
    • -

      Hover over the tasks to see the time taken for each task execution.

      -
    • -
    • -

      Click on a task to see logs for that particular task.

      -
    • -
    • -

      Click the Logs tab to see the logs as per the execution sequence of the tasks.

      -
      -
      -Pipeline run -
      -
      -
    • -
    -
    -
  12. -
  13. -

    Click Pipelines Runs in the breadcrumb trail displayed at the top-left corner to see a list of pipeline runs for the pipeline in the Pipeline Runs page.

    -
    -
      -
    • -

      Use the filters to see the complete, running, or failed pipeline runs.

      -
    • -
    • -

      Use the Options menu adjacent to a pipeline run to stop a running pipeline, rerun a pipeline using the same parameters and resources as that of the previous pipeline execution, or delete a pipeline run.

      -
    • -
    -
    -
  14. -
-
-
-
-
-
- - - - - diff --git a/docs/docs/0.7/ref_cli_reference.html b/docs/docs/0.7/ref_cli_reference.html deleted file mode 100644 index d6e29f54..00000000 --- a/docs/docs/0.7/ref_cli_reference.html +++ /dev/null @@ -1,342 +0,0 @@ - - - - - - Basic Tekton CLI commands :: OpenShift Pipelines - - - - - -
- -
-
- -
- -
-

Basic Tekton CLI commands

-
-
-
-

This section lists basic Tekton CLI commands. For a more detailed desciption, see Tekton Pipelines CLI.

-
-
-
-
-

Syntax

-
-
-

tkn [command or options] [arguments…​]

-
-
-
-
-

Global Options

-
-
-

--help, -h

-
-
-
-
-

Utility commands

-
-
-

tkn

-
-

Parent command for Tekton CLI.

-
-
-
-

tkn completion

-
-

Prints shell completion scripts.

-
-
-
-

tkn version

-
-

Prints version information.

-
-
-
-
-
-

Managing and running pipelines

-
-
-

tkn pipeline

-
-

Manages pipelines.

-
-
-
-

tkn pipeline describe

-
-

Describes a pipeline in a namespace.

-
-
-
-

tkn pipeline list

-
-

Lists pipelines in a namespace.

-
-
-
-

tkn pipeline logs

-
-

Shows pipeline logs.

-
-
-
-

tkn pipeline start

-
-

Starts pipelines.

-
-
-
-

tkn pipelinerun

-
-

Manages pipelineruns.

-
-
-
-

tkn pipelinerun describe

-
-

Describes a pipelinerun in a namespace.

-
-
-
-

tkn pipelinerun list

-
-

Lists pipelineruns in a namespace.

-
-
-
-

tkn pipelinerun logs

-
-

Shows pipelinerun logs.

-
-
-
-
-
-

Managing pipeline resources

-
-
-

tkn resource

-
-

Manages pipeline resources.

-
-
-
-

tkn resource describe

-
-

Describes a pipeline resource in a namespace.

-
-
-
-

tkn resource list

-
-

Lists pipeline resources in a namespace.

-
-
-
-
-
-

Managing and running tasks

-
-
-

tkn task

-
-

Manages tasks.

-
-
-
-

tkn task list

-
-

Lists tasks in a namespace.

-
-
-
-

tkn taskrun

-
-

Manages taskruns.

-
-
-
-

tkn taskrun list

-
-

Lists taskruns in a namespace.

-
-
-
-

tkn taskrun logs

-
-

Shows taskruns logs.

-
-
-
-
-
-

Managing clusters

-
-
-

tkn clustertask

-
-

Manages clustertasks.

-
-
-
-

tkn clustertask list

-
-

Lists clustertasks in a namespace.

-
-
-
-
-
-
-
- - - - - diff --git a/index.html b/index.html index a2d8116e..983827cd 100644 --- a/index.html +++ b/index.html @@ -3,8 +3,6 @@ - - Redirect Notice

Redirect Notice