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

fix(Wercker): Removing wercker references #1990

Open
wants to merge 3 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all 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
174 changes: 0 additions & 174 deletions docs/commands.md
Original file line number Diff line number Diff line change
Expand Up @@ -222,15 +222,6 @@
* [**hal config ci travis master edit**](#hal-config-ci-travis-master-edit)
* [**hal config ci travis master get**](#hal-config-ci-travis-master-get)
* [**hal config ci travis master list**](#hal-config-ci-travis-master-list)
* [**hal config ci wercker**](#hal-config-ci-wercker)
* [**hal config ci wercker disable**](#hal-config-ci-wercker-disable)
* [**hal config ci wercker enable**](#hal-config-ci-wercker-enable)
* [**hal config ci wercker master**](#hal-config-ci-wercker-master)
* [**hal config ci wercker master add**](#hal-config-ci-wercker-master-add)
* [**hal config ci wercker master delete**](#hal-config-ci-wercker-master-delete)
* [**hal config ci wercker master edit**](#hal-config-ci-wercker-master-edit)
* [**hal config ci wercker master get**](#hal-config-ci-wercker-master-get)
* [**hal config ci wercker master list**](#hal-config-ci-wercker-master-list)
* [**hal config deploy**](#hal-config-deploy)
* [**hal config deploy component-sizing**](#hal-config-deploy-component-sizing)
* [**hal config deploy component-sizing clouddriver**](#hal-config-deploy-component-sizing-clouddriver)
Expand Down Expand Up @@ -3714,7 +3705,6 @@ hal config ci [subcommands]
* `gcb`: Manage and view Spinnaker configuration for Google Cloud Build
* `jenkins`: Manage and view Spinnaker configuration for the jenkins ci
* `travis`: Manage and view Spinnaker configuration for the travis ci
* `wercker`: Manage and view Spinnaker configuration for the wercker ci

---
## hal config ci codebuild
Expand Down Expand Up @@ -4535,170 +4525,6 @@ hal config ci travis master list [parameters]
* `--no-validate`: (*Default*: `false`) Skip validation.


---
## hal config ci wercker

Manage and view Spinnaker configuration for the wercker ci

#### Usage
```
hal config ci wercker [parameters] [subcommands]
```

#### Parameters
* `--deployment`: If supplied, use this Halyard deployment. This will _not_ create a new deployment.
* `--no-validate`: (*Default*: `false`) Skip validation.

#### Subcommands
* `disable`: Set the wercker ci as disabled
* `enable`: Set the wercker ci as enabled
* `master`: Manage and view Spinnaker configuration for the wercker Continuous Integration services's master

---
## hal config ci wercker disable

Set the wercker ci as disabled

#### Usage
```
hal config ci wercker disable [parameters]
```

#### Parameters
* `--deployment`: If supplied, use this Halyard deployment. This will _not_ create a new deployment.
* `--no-validate`: (*Default*: `false`) Skip validation.


---
## hal config ci wercker enable

Set the wercker ci as enabled

#### Usage
```
hal config ci wercker enable [parameters]
```

#### Parameters
* `--deployment`: If supplied, use this Halyard deployment. This will _not_ create a new deployment.
* `--no-validate`: (*Default*: `false`) Skip validation.


---
## hal config ci wercker master

Manage and view Spinnaker configuration for the wercker Continuous Integration services's master

#### Usage
```
hal config ci wercker master MASTER [parameters] [subcommands]
```

#### Parameters
`MASTER`: The name of the master to operate on.
* `--deployment`: If supplied, use this Halyard deployment. This will _not_ create a new deployment.
* `--no-validate`: (*Default*: `false`) Skip validation.

#### Subcommands
* `add`: Add a master for the wercker Continuous Integration service.
* `delete`: Delete a specific wercker master by name.
* `edit`: Edit a master for the wercker Continuous Integration service.
* `get`: Get the specified master details for wercker.
* `list`: List the master names for wercker.

---
## hal config ci wercker master add

Add a master for the wercker Continuous Integration service.

#### Usage
```
hal config ci wercker master add MASTER [parameters]
```

#### Parameters
`MASTER`: The name of the master to operate on.
* `--address`: (*Required*) The address your Wercker master is reachable at.
* `--deployment`: If supplied, use this Halyard deployment. This will _not_ create a new deployment.
* `--no-validate`: (*Default*: `false`) Skip validation.
* `--read-permissions`: (*Default*: `[]`) A user must have at least one of these roles in order to view this build master or use it as a trigger source.
* `--token`: (*Sensitive data* - user will be prompted on standard input) The personal token of the Wercker user to authenticate as.
* `--user`: The username of the Wercker user to authenticate as.
* `--write-permissions`: (*Default*: `[]`) A user must have at least one of these roles in order to be able to run jobs on this build master.


---
## hal config ci wercker master delete

Delete a specific wercker master by name.

#### Usage
```
hal config ci wercker master delete MASTER [parameters]
```

#### Parameters
`MASTER`: The name of the master to operate on.
* `--deployment`: If supplied, use this Halyard deployment. This will _not_ create a new deployment.
* `--no-validate`: (*Default*: `false`) Skip validation.


---
## hal config ci wercker master edit

Edit a master for the wercker Continuous Integration service.

#### Usage
```
hal config ci wercker master edit MASTER [parameters]
```

#### Parameters
`MASTER`: The name of the master to operate on.
* `--add-read-permission`: Add this permission to the list of read permissions.
* `--add-write-permission`: Add this permission to the list of write permissions.
* `--address`: The address your Wercker master is reachable at.
* `--deployment`: If supplied, use this Halyard deployment. This will _not_ create a new deployment.
* `--no-validate`: (*Default*: `false`) Skip validation.
* `--read-permissions`: A user must have at least one of these roles in order to view this build master or use it as a trigger source.
* `--remove-read-permission`: Remove this permission from the list of read permissions.
* `--remove-write-permission`: Remove this permission from the list of write permissions.
* `--token`: (*Sensitive data* - user will be prompted on standard input) The personal token of the Wercker user to authenticate as.
* `--user`: The username of the Wercker user to authenticate as.
* `--write-permissions`: A user must have at least one of these roles in order to be able to run jobs on this build master.


---
## hal config ci wercker master get

Get the specified master details for wercker.

#### Usage
```
hal config ci wercker master get MASTER [parameters]
```

#### Parameters
`MASTER`: The name of the master to operate on.
* `--deployment`: If supplied, use this Halyard deployment. This will _not_ create a new deployment.
* `--no-validate`: (*Default*: `false`) Skip validation.


---
## hal config ci wercker master list

List the master names for wercker.

#### Usage
```
hal config ci wercker master list [parameters]
```

#### Parameters
* `--deployment`: If supplied, use this Halyard deployment. This will _not_ create a new deployment.
* `--no-validate`: (*Default*: `false`) Skip validation.


---
## hal config deploy

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@
import com.netflix.spinnaker.halyard.cli.command.v1.config.ci.gcb.GoogleCloudBuildCommand;
import com.netflix.spinnaker.halyard.cli.command.v1.config.ci.jenkins.JenkinsCommand;
import com.netflix.spinnaker.halyard.cli.command.v1.config.ci.travis.TravisCommand;
import com.netflix.spinnaker.halyard.cli.command.v1.config.ci.wercker.WerckerCommand;
import lombok.AccessLevel;
import lombok.Getter;

Expand All @@ -48,7 +47,6 @@ public CiCommand() {
registerSubcommand(new GoogleCloudBuildCommand());
registerSubcommand(new JenkinsCommand());
registerSubcommand(new TravisCommand());
registerSubcommand(new WerckerCommand());
}

@Override
Expand Down

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

Loading