-
Notifications
You must be signed in to change notification settings - Fork 15
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: create CLI using GRPC APIs (#71)
* refactor: remove init function from cmd files * feat: provide provider CURD support in cli * feat: provide namespace CURD support in cli * feat: provide receiver CURD support in cli * feat: provide template CURD support in cli * refactor: template APIs into seprate file * feat: provide rule CURD support in cli * feat: provide alert support in cli * fix: cli flag names * fix: upload cli command * fix: add filters in provider list api & fix upload rule * doc: update cli info section * fix: update rule api with bool status * refactor: move APIs from v1 to sirenv1beta1 * refactor: remove unwanted code * docs: update swagger file * refactor: rule & templete upload cli commands * fix: use dynamic cortex client for rules update API
- Loading branch information
Showing
63 changed files
with
9,084 additions
and
11,074 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -22,6 +22,7 @@ vendor/ | |
.env | ||
config.yaml | ||
.air.toml | ||
.siren.yaml | ||
bin/air | ||
tmp | ||
dist/ | ||
|
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.