trellis-cli icon indicating copy to clipboard operation
trellis-cli copied to clipboard

Feature Request: generate .vault_pass for existing sites

Open mike-sheppard opened this issue 3 years ago • 0 comments

Terms

Summary

./trellis/.vault_pass is required for the trellis dotenv task to run. It'd be great if the dotenv command either:

  • Automatically generates ./trellis/.vault_pass if missing during trellis init OR trellis dotenv
  • Or throws an error message that informs the user to create one before running the task

Motivation

trellis new creates the ./trellis/.vault_pass but it isn't a commited file, so when a new user clones the repo/project + runs trellis init the vault pass is not created, leading to the error below.

Additional Context

Current error message from trellis dotenv on a project without a .vault_pass file trellis dotenv error

mike-sheppard avatar May 26 '22 09:05 mike-sheppard