Top Level Namespace

Defined Under Namespace

Classes: DiscourseSD

Instance Method Summary collapse

Instance Method Details

#usageObject



4
5
6
7
8
9
10
11
# File 'lib/discourse_sd_cli.rb', line 4

def usage
  puts "discourse_sd v#{DiscourseSD::VERSION}"
  puts ''
  puts 'usage:', ''
  puts ' discourse_sd rails-config <name>'
  puts '   Outputs a JSON hash of a rails configuration for the app with the given name'
  puts ''
end