You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
preevy up --schedule-deletion=12h30m
preevy up --schedule-deletion="30 days"
preevy up --schedule-deletion=2024-08-12T13:14:15Z
preevy up --schedule-deletion=off
Running preevy up on an existing environment should change/remove the current schedule, but only if explicitly specified.
Specified in the command line:
preevy up --schedule-deletion=12h30m preevy up --schedule-deletion="30 days" preevy up --schedule-deletion=2024-08-12T13:14:15Z preevy up --schedule-deletion=off
Running
preevy up
on an existing environment should change/remove the current schedule, but only if explicitly specified.Implementation per driver:
This should be an optional feature per driver, this way we can implement it gradually.
If the driver doesn't support scheduled deletion, the environment should not be provisioned and the command will end with an error.
Deletion time should be included in the output of
preevy ls
.Extra credit: set a default deletion schedule in the profile during
preevy init
The text was updated successfully, but these errors were encountered: