Skip to content

Commit

Permalink
[Doppler Share Secrets] View Projects with their Configs, Environment…
Browse files Browse the repository at this point in the history
…s and Secrets (#15720)

* [Doppler] add search-projects

* [Doppler] extension ready for combine

* Update

* Update CHANGELOG.md and optimise images

---------

Co-authored-by: Per Nielsen Tikær <[email protected]>
Co-authored-by: raycastbot <[email protected]>
  • Loading branch information
3 people authored Dec 12, 2024
1 parent 531f462 commit c783c1a
Show file tree
Hide file tree
Showing 17 changed files with 2,739 additions and 950 deletions.
2 changes: 1 addition & 1 deletion docs/examples/doppler.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ In this example we use a form to collect inputs from a user. To make it interest

![Example: Safely share secrets with Doppler](../.gitbook/assets/example-doppler-share-secrets.webp)

The extension has one command. The command is a simple form with a textfield for the secret, a dropdown for an expiration after views and a second dropdown for an alternate expiration after a maximum of days.
The extension has multiple commands. In this example we're using a simple form with a textfield for the secret, a dropdown for an expiration after views and a second dropdown for an alternate expiration after a maximum of days.

## Add form items

Expand Down
6 changes: 6 additions & 0 deletions extensions/doppler-share-secrets/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Doppler Changelog

## [New Logo + View Projects] - 2024-12-12

- New Logo!
- Added command to View Projects, Environments, Configs, Secrets
- Ability to Copy Secrets and Update Secret Note

## [Added Clipboard Secret Command] - 2024-10-31

- Added the `Share Clipboard Secret` command to create a secret from the clipboard.
Expand Down
24 changes: 21 additions & 3 deletions extensions/doppler-share-secrets/README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,25 @@
# Doppler Share Secrets
<p align="center">
<img src="./assets/doppler.png" width="200" height="200" />
</p>

Doppler makes it easy to securely share sensitive information such as API keys or passwords.
# Doppler - Share Secrets and Search Projects

This is a Raycast extension for [Doppler](https://doppler.com/). Doppler makes it easy to securely share sensitive information such as API keys or passwords. It also allows you to view your Projects with their Configs, Environments and Secrets.

An extensive walk-through on how to build such an extension can be found on the [developers docs](https://developers.raycast.com/examples/doppler).

![screnshot](https://github.com/raycast/extensions/raw/main/docs/.gitbook/assets/example-doppler-share-secrets.webp)
![screenshot](https://github.com/raycast/extensions/raw/main/docs/.gitbook/assets/example-doppler-share-secrets.webp)

## 🚀 Getting Started

1. **Install extension**: Click the `Install Extension` button in the top right of [this page](https://www.raycast.com/thomas/doppler-share-secrets) OR `install` via Raycast Store

2. If all you need is to _Share Secrets_, there's nothing else you need to do

3. (OPTIONAL) **Get Personal Token** to View Projects:

a. `Navigate` to "Personal Tokens" (https://dashboard.doppler.com/workplace/SLUG/tokens/personal)

b. `Click` "Create a personal token" then "Create"

c. `Copy` and `Paste` the token in **Command Preferences**
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed extensions/doppler-share-secrets/assets/icon.png
Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.
Loading

0 comments on commit c783c1a

Please sign in to comment.