glide-pin

command module
v0.0.0-...-98eb6d5 Latest Latest
Warning

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

Go to latest
Published: Feb 2, 2017 License: MIT Imports: 8 Imported by: 0

README

Glide Pin

Build Status Go Report Card

A plugin for glide that converts the lock file into the yaml file. Why might you want this? Well, if you want a nice easy way to pin all the versions of all the dependencies and sub-dependencies you have, this will take that info that already exists in your glide.lock file and make it an explicit requirement in your yaml file.

By default, the original yaml file has the dependencies in it replaced with the values in the lock file, but the version strings kept from the original YAML. You can pass the --exact flag to force the YAML file to have all version strings replaced with the exact commit hash/version.

Loosely based on the code from glide-cleanup - thanks!

Install

go get github.com/multiplay/glide-pin

Run

glide pin

Documentation

The Go Gopher

There is no documentation for this package.

Jump to

Keyboard shortcuts

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