Categorygithub.com/GuySWatson/cloudbuildops
modulepackage
0.0.1
Repository: https://github.com/guyswatson/cloudbuildops.git
Documentation: pkg.go.dev

# README

Cloud Build Ops

Cloud Build Ops is a tool that lets you manage Cloud Build pipeline configuration from yaml files which makes managing Cloud Build much easier and faster.

Functions

Get

Write all existing cloud build pipelines to file

Flags

FlagDescriptionRequired
-projectid / -pProject ID of the GCP projectTRUE
-output / -oOutput directory to publish config filesTRUE

Example usage

./cloudbuildops get -p my-first-project -o pipelines

Push

Create/Update cloud build pipelines from the proveided config files

Flags

FlagDescriptionRequired
-config / -cPath to config files (Supports wildcards)TRUE

Example usage

./cloudbuildops push -c pipelines/*

# Packages

No description provided by the author

# Functions

No description provided by the author
No description provided by the author

# Structs

No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author