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
- Host: GitHub
- URL: https://github.com/gitkraken/cli-notifications
- Owner: gitkraken
- Created: 2023-10-13T11:40:33.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2024-09-12T15:17:03.000Z (10 months ago)
- Last Synced: 2025-03-10T04:51:59.685Z (4 months ago)
- Size: 2.93 KB
- Stars: 0
- Watchers: 5
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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