Skip to content

Beamery Micromanage V.1.1

Latest
Compare
Choose a tag to compare
@ahmadassaf ahmadassaf released this 22 Jun 09:53
· 2 commits to master since this release

Beamery Micromanage - A Micro-services Helpers Framework

In this release we have revamped the main pluginInterface so that we can show proper repository information based on the filters passed to the command. For example, the repo name will only be shown if the repo satisfies the -g (git only repos) or -n (node only repos).

In addition to this, various plugins have been adjusted to print out the results in a nicer way. This mainly affected list_git_active_branches

We have also added a new plugin check_node_package_usage. This plugin takes an node package name as a parameter and then will print out a list of repositories that require this package.

Example:

beamery check_node_package_usage moment

[Repository] ./api-plugin-xxx             "moment": "^2.17.1",
[Repository] ./api-plugin-xxx             "moment": "^2.15.0",
[Repository] ./api-plugin-xxx             "moment": "^2.15.2",