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

Add read command #154

Merged
merged 1 commit into from
Aug 7, 2023
Merged

Add read command #154

merged 1 commit into from
Aug 7, 2023

Conversation

Mikescops
Copy link
Member

Fix #151

This allows to query a specific secret from its title or reference id.

I setup a pathing system that is either:

  • dl://<id>
  • dl://<title>

It can support an extra path parameter to specify a field to get:

  • dl://<id>/password

@Mikescops Mikescops added the features New feature or request label Aug 7, 2023
@Mikescops Mikescops requested a review from showi August 7, 2023 14:11
@Mikescops Mikescops self-assigned this Aug 7, 2023
src/command-handlers/read.ts Outdated Show resolved Hide resolved
@Mikescops Mikescops merged commit 43f9bb3 into master Aug 7, 2023
1 check passed
@Mikescops Mikescops deleted the feature/add-read-command branch August 7, 2023 14:56
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
features New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Read secrets from their ID
2 participants