shell-plugins
shell-plugins copied to clipboard
Feat: Add redli CLI plugin
Overview
Added support for Redis CLI tool redli by IBM
Type of change
- [x] Created a new plugin
- [ ] Improved an existing plugin
- [ ] Fixed a bug in an existing plugin
- [ ] Improved contributor utilities or experience
How To Test
- Prepare a Redis instance (Only one required)
a. Via docker:
docker run --rm -it --name=redis -p 6379:6379 redisb. Via system installation:redis-serverc. Via a 3rd party service like Upstash - Create new Database item in 1Password
a. Set type to
Redis(Optional) b. Save connection information (Only one required)- Add a
urifield containing the connection string in the following formatredis://[<USERNAME>[:<PASSWORD>]]@<HOST>[:<PORT>] - Add
server,port,database(if unknown leave at 0),username(Optional),password(Optional) andprotocol(redissfor secure connections,redisfor non-secure connections)
- Add a
- Install
redlia. Instructions available here: https://github.com/IBM-Cloud/redli - Configure the plugin:
op plugin init -- redli - Validate connection works by running
redlivia the 1Password plugin
Changelog
- Added support for Redis CLI tool redli by IBM