Skip to content

bbk79/market_app_manager

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Markets Service Manager

Dependencies

  • $ gem install bundler (if bundler is not installed)
  • $ bundle install

Run Tests

  • $ ruby test/test_service_manager.rb

CLI

  • $ ./sm_cli apps [YYYY-MM-DD] [--config-dir=path/to/config/dir]
  • Lists apps that should be running on a given ISO 8601 date. Defaults to today if no date is provided.
  • Config files are loaded from ./config/ by default. This path may be overridden using --config-dir option.
  • $ ./sm_cli commands [YYYY-MM-DD] [--config-dir=path/to/config/dir] [--apps=a1,a2,...]
  • Lists daily app start and stop commands for 7 days from a given ISO 8601 date (inclusive). Defaults to today if no date is provided.
  • All apps are included by default, optionally a comma separated list of apps can be used.
  • Config files are loaded from ./config/ by default. This path may be overridden using --config-dir option.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages