Skip to content
This repository has been archived by the owner on May 10, 2020. It is now read-only.

Latest commit

 

History

History
22 lines (12 loc) · 616 Bytes

options.md

File metadata and controls

22 lines (12 loc) · 616 Bytes

Options

Create a private status page

Please note: Your Github API token needs the repo scope.

To create a private status page, set the --private flag.

statuspage create --private --token=<token>

This will create a private repository, however the GitHub page will be public.

Use Organization Account

Please note: You need to have the proper permissions to create a new repository for the given organization.

In order to create/update a status page for an organization, add the name of the organization to the --org flag, e.g.:

 statuspage create --org=my-org --name=..