🚀 Big News: Socket Acquires Coana to Bring Reachability Analysis to Every Appsec Team.Learn more
Socket
DemoInstallSign in
Socket

github.com/godrei/stepper

Package Overview
Dependencies
Alerts
File Explorer
Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

github.com/godrei/stepper

v0.0.0-20250521145912-6ff20103991e
Source
Go
Version published
Created
Source

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.

FAQs

Package last updated on 21 May 2025

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts