Top Level Namespace
Defined Under Namespace
Modules: CommandHelper, Renuo Classes: CheckDeploioStatus, CloudfrontConfigService, CommitLeaderboardStage, CommitLeaderboardSync, ConfigureSemaphore, ConfigureSentry, CreateAwsProject, CreateDeploioApp, CreateHerokuApp, CreateNewLogins, CreateSlidevPresentation, FetchEmails, GeneratePassword, GithubPullRequestCreator, GithubReplace, HerokuApps, HerokuUsers, ListLargeGitFiles, LocalStorage, MarkdownParserService, NameDisplay, ReleaseProject, RenuoCliConfig, RenuoVersion, SecretsFetcher, SecretsInitializer, SetupUptimerobot, SyncError, UpgradeLaptop, UpgradeLaptopExecution, UpgradeMacOS
Constant Summary collapse
- MAIN =
"main"- MASTER =
"master"- DEVELOP =
"develop"- ENVIRONMENTS =
[MAIN, DEVELOP].freeze
Instance Method Summary collapse
Instance Method Details
#agree(question) ⇒ Object
38 39 40 41 |
# File 'lib/renuo/cli.rb', line 38 def agree(question) question += " [y/n]" if question super end |