Skip to content

Add --porcelain to glide list #256

@chancez

Description

@chancez

It would be good to have something similar to git status --porcelain to glide list so the command can be used more programatically. My use case is to use the output of glide list to remove any packages not directly imported by my project from the vendor directory so when im vendoring I can have a more minimal vendor dir.

The current issue is all the warnings and extra text that aren't go packages get printed and there's a lot of whitespace/indentation in the output, meaning I need to do some extra filtering and formatting before I can use it.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions