Skip to content

CI Support

Compare
Choose a tag to compare
@unfor19 unfor19 released this 14 Apr 14:08
· 85 commits to master since this release

Fully supports running in CI mode, just add the --ci flag after ghs, some example:

$ ghs --ci profile-delete profile_name
SUCCESS: Deleted the profile unfor19

$ ghs --ci profile-delete secret_name
{
    "status_code": 204
}