CI Support
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
}
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
}