Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 9 additions & 0 deletions mise/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -174,6 +174,15 @@ To focus on components of a local stack:
* Toggle to "User" (vs "System")
* Enter `flow-` into the filter box.

### SOPS

For development we use an [age](https://github.com/FiloSottile/age) key for
encryption, defined in `mise/tasks/local/reactor`. To decrypt you will need to
provide the key to sops:
```
export SOPS_AGE_KEY=AGE-SECRET-KEY-1AHW9QTMUTGWDZAC6JDXWC796K0NNDZDKLN8CXPYZM67F2DQVVTHQT3PCD4
```

## IDE Setup

### VS Code with Remote SSH (recommended)
Expand Down
Loading