puppetlabs / puppetserver-ca-cli

A simple Ruby CLI tool to interact with the Puppet Server's included Certificate Authority
Apache License 2.0
3 stars 24 forks source link

(SERVER-2251) Add '--verbose' flag to 'puppetserver ca' cli tool #79

Closed Tu2607 closed 3 years ago

Tu2607 commented 3 years ago

Reformat the output of the URL for the logger in verbose mode.

Magisus commented 3 years ago

Can you update the commit message to be more specific to this change? Something like "Print URL string instead of raw Ruby object"? You can either keep the ticket number or tag it as "(maint)".

Tu2607 commented 3 years ago

Can you update the commit message to be more specific to this change? Something like "Print URL string instead of raw Ruby object"? You can either keep the ticket number or tag it as "(maint)".

I tried 😢

mwaggett commented 3 years ago

@Tu2607 you should be able to do a git commit --amend and then force push to your branch git push -f origin HEAD