lib/chronicle/etl/cli/main.rb in chronicle-etl-0.4.4 vs lib/chronicle/etl/cli/main.rb in chronicle-etl-0.5.0
- old
+ new
@@ -22,9 +22,12 @@
subcommand 'jobs', Jobs
desc 'plugins:COMMAND', 'Configure plugins', hide: true
subcommand 'plugins', Plugins
+ desc 'secrets:COMMAND', 'Manage secrets', hide: true
+ subcommand 'secrets', Secrets
+
# Entrypoint for the CLI
def self.start(given_args = ARGV, config = {})
# take a subcommand:command and splits them so Thor knows how to hand off to the subcommand class
if given_args.any? && given_args[0].include?(':')
commands = given_args.shift.split(':')