saka1 / ghe-scripts

Misc scripts for operations of GitHub Enterprise.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ghe-ops-scripts

About

Misc scripts for operations of GitHub Enterprise.

Requirements

  • Ruby & bundler

Install

$ bundle install

Then, create your .env file.

cp .env.sample .env
vi .env # edit

Usage

Scheduled maintainance

Check if chronic can parse the argument.

$ bundle exec ./test_chronic.rb 'today 14:50'

Enable a scheduled maintainance.

$ bundle exec ./schedule_maintainance.rb 'today 14:50'

About

Misc scripts for operations of GitHub Enterprise.


Languages

Language:Ruby 100.0%