pluralsh / plural-cli

cli for the plural platform
MIT License
27 stars 10 forks source link

Fix crypto unlock #385

Closed michaeljguarino closed 1 year ago

michaeljguarino commented 1 year ago

Summary

The previous method of preserving the git index fails in the console since its on a separate device (secret volume mount) and is a read-only filesystem. Just use a tempfile instead

Test Plan

local

Checklist