-
Notifications
You must be signed in to change notification settings - Fork 11
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #51 from pm5/fix-notify
fix: slack-notify cli
- Loading branch information
Showing
7 changed files
with
209 additions
and
34 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,119 @@ | ||
{ | ||
"channels": [ | ||
{ | ||
"id": "C3XTJPLFL", | ||
"name": "archivable_channel", | ||
"name_normalized": "archivable_channel", | ||
"is_channel": true, | ||
"created": 1485679967, | ||
"creator": "U3UMJU868", | ||
"is_archived": false, | ||
"is_general": false, | ||
"is_member": true, | ||
"topic": { | ||
"value": "", | ||
"creator": "", | ||
"last_set": 0 | ||
}, | ||
"purpose": { | ||
"value": "", | ||
"creator": "", | ||
"last_set": 0 | ||
}, | ||
"previous_names": [], | ||
"num_members": 1 | ||
}, | ||
{ | ||
"id": "C3XTHDCTC", | ||
"name": "archived_channel", | ||
"name_normalized": "archived_channel", | ||
"is_channel": true, | ||
"created": 1485678562, | ||
"creator": "U3UMJU868", | ||
"is_archived": true, | ||
"is_general": false, | ||
"is_member": false, | ||
"topic": { | ||
"value": "", | ||
"creator": "", | ||
"last_set": 0 | ||
}, | ||
"purpose": { | ||
"value": "", | ||
"creator": "", | ||
"last_set": 0 | ||
}, | ||
"previous_names": [], | ||
"num_members": 0 | ||
}, | ||
{ | ||
"id": "C3UK9TS3C", | ||
"name": "general", | ||
"name_normalized": "general", | ||
"is_channel": true, | ||
"created": 1484993283, | ||
"creator": "U3UMJU868", | ||
"is_archived": false, | ||
"is_general": true, | ||
"is_member": true, | ||
"topic": { | ||
"value": "Company-wide announcements and work-based matters", | ||
"creator": "", | ||
"last_set": 0 | ||
}, | ||
"purpose": { | ||
"value": "This channel is for team-wide communication and announcements. All team members are in this channel.", | ||
"creator": "", | ||
"last_set": 0 | ||
}, | ||
"previous_names": [], | ||
"num_members": 1 | ||
}, | ||
{ | ||
"id": "C3TTWNCTA", | ||
"name": "random", | ||
"name_normalized": "random", | ||
"is_channel": true, | ||
"created": 1484993283, | ||
"creator": "U3UMJU868", | ||
"is_archived": false, | ||
"is_general": false, | ||
"is_member": true, | ||
"topic": { | ||
"value": "Non-work banter and water cooler conversation", | ||
"creator": "", | ||
"last_set": 0 | ||
}, | ||
"purpose": { | ||
"value": "A place for non-work-related flimflam, faffing, hodge-podge or jibber-jabber you'd prefer to keep out of more focused work-related channels.", | ||
"creator": "", | ||
"last_set": 0 | ||
}, | ||
"previous_names": [], | ||
"num_members": 1 | ||
}, | ||
{ | ||
"id": "C3V9V3E9L", | ||
"name": "slackobot", | ||
"name_normalized": "slackobot", | ||
"is_channel": true, | ||
"created": 1484993366, | ||
"creator": "U3UMJU868", | ||
"is_archived": false, | ||
"is_general": false, | ||
"is_member": true, | ||
"topic": { | ||
"value": "", | ||
"creator": "", | ||
"last_set": 0 | ||
}, | ||
"purpose": { | ||
"value": "Testing slackobot.", | ||
"creator": "U3UMJU868", | ||
"last_set": 1484993366 | ||
}, | ||
"previous_names": [], | ||
"num_members": 1 | ||
} | ||
] | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.