feat!: abra app env pull
#708
Reference in New Issue
Block a user
No description provided.
Delete Branch "fix/497"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
#497
This feature helps people re-create
.envfiles if they lost them but still have a deployed app.abra app env pullre-creates a fresh.envfrom a live deployment. The.env.sampleis used as the base, so re-created.envfiles will match what you expect (and you get the updated values correctly from the live deployment).It's unclear how to handle the
COMPOSE_FILEinsertion automatically (there are multiple definitions scattered across.envfiles with different values and subtle differences...), so this will always show a warning telling the end-user to figure it out themselves.abra app env->abra app env list(refactor,abra app envis now the main sub-command)abra app env pull85b2b35f32to41b62360c5abra app env pull609b720705tof15daa128cf15daa128ctodd83741a9fWIP: feat!: `abra app env pull`to feat!: `abra app env pull`