WARNING: THIS SITE IS A MIRROR OF GITHUB.COM / IT CANNOT LOGIN OR REGISTER ACCOUNTS / THE CONTENTS ARE PROVIDED AS-IS / THIS SITE ASSUMES NO RESPONSIBILITY FOR ANY DISPLAYED CONTENT OR LINKS / IF YOU FOUND SOMETHING MAY NOT GOOD FOR EVERYONE, CONTACT ADMIN AT ilovescratch@foxmail.com
Skip to content

gitkraken/cli-notifications

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 

Repository files navigation

CLI Notifications

Schema

{
    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

About

Notifications for the GitKraken CLI

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •