Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

doc: building cds workflow ui & cdsctl links #2461

Merged
merged 3 commits into from
Mar 26, 2018
Merged
Show file tree
Hide file tree
Changes from 2 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
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 compose of stages and jobs, you can create it with a web UI and with [cdsctl]({{< relref "cli/cdsctl/_index.md" >}}) too.
Copy link
Contributor

Choose a reason for hiding this comment

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

composed

Copy link
Contributor

Choose a reason for hiding this comment

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

s/and/or


### 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.