Skip to content

style: Update text strings for CI/CD commands

Marcel Amirault requested to merge update-ci-to-cicd into main

Description

The CLI strings should use CI/CD rather than CI in most places, as that's the standard GitLab uses to refer to all GitLab CI/CD features.

This MR also makes a few minor copy edits to related strings, mostly capitalization issues, and a copy edit to one of the non-autogenerated docs.

The strings were updated in the .go files, and the docs were automatically updated by running go run cmd/gen-docs/docs.go.

Related Issues

Resolves #[issue_number]

How has this been tested?

Screenshots (if appropriate):

Types of changes

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to change)
  • Documentation
  • Chore (Related to CI or Packaging to platforms)
Edited by Marcel Amirault

Merge request reports