Socket
Socket
Sign inDemoInstall

github.com/godrei/stepper

Package Overview
Dependencies
18
Alerts
File Explorer

Install Socket

Detect and block malicious and high-risk dependencies

Install

    github.com/godrei/stepper


Version published

Readme

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

Last updated on 18 Aug 2023

Did you know?

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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc