https://github.com/infinitybotlist/ibldev
A simple client to help development of IBL services
https://github.com/infinitybotlist/ibldev
Last synced: 12 months ago
JSON representation
A simple client to help development of IBL services
- Host: GitHub
- URL: https://github.com/infinitybotlist/ibldev
- Owner: InfinityBotList
- License: mit
- Created: 2022-11-30T04:59:40.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2024-08-10T06:26:08.000Z (almost 2 years ago)
- Last Synced: 2025-06-30T09:19:46.560Z (12 months ago)
- Language: Go
- Size: 24.5 MB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# IBL
IBL is a simple utility to make development of Infinity Bot List easier as well as to allow bot developers to test the API.
For more information, try running "ibl --help"
If you wish to add a new command, use "cobra-cli add NAME"
## IBLFile types
### db
- db.seed - A file that when loaded seeds a database with optional seed data
- db.backup - A file that when loaded backs up a database as an encrypted section based on a private key. This can then be safely stored on s3 or other storage providers
- db.staging - A sanitized staging file that can then be restored to a staging database.
See ``helper_scripts`` for in production usage of these options for managing our database
**Still a work in progress**