Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feat: Add redli CLI plugin #432

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

Alejo47
Copy link

@Alejo47 Alejo47 commented Feb 21, 2024

Overview

Added support for Redis CLI tool redli by IBM

Type of change

  • Created a new plugin
  • Improved an existing plugin
  • Fixed a bug in an existing plugin
  • Improved contributor utilities or experience

How To Test

  1. Prepare a Redis instance (Only one required)
    a. Via docker: docker run --rm -it --name=redis -p 6379:6379 redis
    b. Via system installation: redis-server
    c. Via a 3rd party service like Upstash
  2. Create new Database item in 1Password
    a. Set type to Redis (Optional)
    b. Save connection information (Only one required)
    1. Add a uri field containing the connection string in the following format redis://[<USERNAME>[:<PASSWORD>]]@<HOST>[:<PORT>]
    2. Add server, port, database(if unknown leave at 0), username(Optional), password(Optional) and protocol(rediss for secure connections, redis for non-secure connections)
  3. Install redli
    a. Instructions available here: https://github.com/IBM-Cloud/redli
  4. Configure the plugin: op plugin init -- redli
  5. Validate connection works by running redli via the 1Password plugin

Changelog

  • Added support for Redis CLI tool redli by IBM

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant