stepper

command module
v0.0.0-...-1f00331 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Aug 18, 2023 License: Apache-2.0 Imports: 3 Imported by: 0

README

Stepper

Solves some Bitrise step / steplib related tasks.

stepChanges

Collects step changes from the given time to now in markdown ready format.

stepLatests

Creates a steps/const.go file for bitrise-init tool with the current latest step versions.

bitriseSteps

List steps from the Bitrise StepLib.

Examples:

1, List Bitrise maintained Step repositories in 'owner/repo_name' format

stepper steps \
  --repo-url-filter "https://github.com/bitrise-steplib,https://github.com/bitrise-io" \
  --print-template $'{{range $i, $step := .}}{{$step.Repository.Owner}}/{{$step.Repository.Repo}}\n{{end}}'

NOTE: For the --print-template flag, the $'' syntax is needed because of the \n inside of the string.

Documentation

The Go Gopher

There is no documentation for this package.

Directories

Path Synopsis

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL