Sha256: 383fcaec59624b052bf858cd1abb86fa1cfdb148a09d491710c6fafac4369d71
Contents?: true
Size: 600 Bytes
Versions: 2
Compression:
Stored size: 600 Bytes
Contents
require 'railsonfire/subcommands/heroku' require 'railsonfire/subcommands/github' require 'railsonfire/subcommands/auth' require 'railsonfire/subcommands/config' class CLI < BASECLI desc "heroku", "Manage Heroku connection with Railsonfire" subcommand "heroku", Railsonfire::Heroku desc "auth", "Configure your authentication with Railsonfire" subcommand "auth", Auth desc "github", "Manage GitHub connection with your Projects" subcommand "github", Github desc "config", "Manage configuration values set for your Railsonfire account" subcommand "config", Railsonfire::Config end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
railsonfire-0.2.15 | lib/railsonfire/subcommands.rb |
railsonfire-0.2.13 | lib/railsonfire/subcommands.rb |