An open API service indexing awesome lists of open source software.

https://github.com/gitkraken/cli-notifications

Notifications for the GitKraken CLI
https://github.com/gitkraken/cli-notifications

Last synced: 4 months ago
JSON representation

Notifications for the GitKraken CLI

Awesome Lists containing this project

README

        

# CLI Notifications

## Schema

```typescript
{
notifications: [{
id: string,
title: string,
trigger: []TriggerOpts
description?: string,
timestamp?: UnixTimestamp, // Eg. 1696989209
}],
version: int
}
```

The `trigger` attribute will accept any of these:
- `always`: Always display this notification
- `once`: Display this notification once (requires timestamp)
- `trial`: Display for trial users only