File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -90,6 +90,7 @@ def run # rubocop:disable Metrics/AbcSize
9090 c . option '--json' , 'Prints information as JSON'
9191 c . option '--token STRING' , String , 'Token for pooler service'
9292 c . option '--url STRING' , String , 'URL of pooler service'
93+ c . option '--user STRING' , String , 'User to authenticate with'
9394 c . action do |args , options |
9495 verbose = options . verbose || config [ 'verbose' ]
9596
@@ -212,6 +213,7 @@ def run # rubocop:disable Metrics/AbcSize
212213 c . option '--json' , 'Outputs hosts scheduled for deletion as JSON'
213214 c . option '--token STRING' , String , 'Token for pooler service'
214215 c . option '--url STRING' , String , 'URL of pooler service'
216+ c . option '--user STRING' , String , 'User to authenticate with'
215217 c . action do |args , options |
216218 verbose = options . verbose || config [ 'verbose' ]
217219 service = Service . new ( options , config )
You can’t perform that action at this time.
0 commit comments