Skip to content

Commit

Permalink
doc: building cds workflow ui & cdsctl links (#2461)
Browse files Browse the repository at this point in the history
  • Loading branch information
yesnault authored and sguiheux committed Mar 26, 2018
1 parent 564e191 commit 1396bd5
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 182 deletions.
1 change: 0 additions & 1 deletion cli/cds/pipeline/import.go
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@ func importCmd() *cobra.Command {
cmd := &cobra.Command{
Use: "import",
Short: "cds pipeline import <projectKey> [file] [--url <url> --format json|yaml] [--force]",
Long: "See documentation on https://ovh.github.io/cds/workflows/pipelines/configuration-file/",
Run: func(cmd *cobra.Command, args []string) {
if len(args) < 1 {
sdk.Exit("Wrong usage: see %s\n", cmd.Short)
Expand Down
17 changes: 16 additions & 1 deletion docs/content/workflows/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,19 @@ weight = 3

+++

{{%children style="h4"%}}
A CDS Workflow is composed of pipelines and can use some features as join, hooks, mutex, payload...
You can create a CDS Workflow with the web UI, you can also create a workflow with the command line [cdsctl]({{< relref "cli/cdsctl/_index.md" >}}).

A pipeline is composed of stages and jobs. You can create a pipeline with the web UI or you can import it with [cdsctl]({{< relref "cli/cdsctl/_index.md" >}}).

### Use cdsctl

* [cdsctl workflow import]({{< relref "cli/cdsctl/workflow/import.md" >}})
* [cdsctl workflow export]({{< relref "cli/cdsctl/workflow/export.md" >}})
* [cdsctl workflow pull]({{< relref "cli/cdsctl/workflow/pull.md" >}})
* [cdsctl workflow push]({{< relref "cli/cdsctl/workflow/push.md" >}})
* [cdsctl pipeline import]({{< relref "cli/cdsctl/pipeline/import.md" >}})
* [cdsctl pipeline export]({{< relref "cli/cdsctl/pipeline/export.md" >}})

### Use CDS WEB UI
{{%children style=""%}}
180 changes: 0 additions & 180 deletions docs/content/workflows/pipelines/configuration-file.md

This file was deleted.

0 comments on commit 1396bd5

Please sign in to comment.