1.0.17 • Published 11 months ago

@dchicchon/puppet v1.0.17

Weekly downloads
-
License
ISC
Repository
github
Last release
11 months ago

Summary

tools for wrangling microservices

Installation

npm i -g @dchicchon/puppet

Usage

puppet <command> [options]

Commands

puppet command "<command>" [filter]
# Send a command to all sub repos. You
  must wrap your command in quotes to
  ensure it's passed in properly
# [aliases: co]
puppet update [filter]
# Update all sub repos to their current branch
# [aliases: up]
puppet branches [filter]
# Get the list of branches for all your sub repos
# [aliases: br]
puppet save `<name>` [filter]
# Save the current branch configuration for all sub repos
# [aliases: sv]
puppet remove `<name>`
# Remove a branch configuration
# [aliases: rm]
puppet run `<name>`
# change to a saved branch configurati
  on
# [aliases: rn]
puppet get [name]
# view all configurations available. If name is specified, the branch configuration will be shown
# [aliases: gt]

Options:

--version Show version number boolean

-v, --verbose verbose mode

--help Show help boolean

Examples:

# Run a specific command in all sub repos
puppet command "git ch main && git pull origin main"
# Run a command in filtered sub repos
puppet command "git ch main && ls" --filter database front-end server
# Save the current sub repo branch configuration to name `default`
puppet save default
# Run the `newFeatureConfig` configuration
puppet run newFeatureConfig
# Remove the `featureIsDone` config from the configs list
puppet remove featureIsDoneConfig

Made with

  • ansi-colors
  • cli-progress
  • table
  • yargs

Miscellaneous info

Site with good info: https://developer.okta.com/blog/2019/06/18/command-line-app-with-nodejs

1.0.17

11 months ago

1.0.16

12 months ago

1.0.15

12 months ago

1.0.14

12 months ago

1.0.13

12 months ago

1.0.12

12 months ago

1.0.11

12 months ago

1.0.10

12 months ago

1.0.9

12 months ago

1.0.8

12 months ago

1.0.7

12 months ago

1.0.6

12 months ago

1.0.5

12 months ago

1.0.4

12 months ago

1.0.2

12 months ago

1.0.0

12 months ago