We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
This came up during a user conversation. The user has been using auto-stopping, and he'd also like an auto-down equivalent.
To design this, we need to think about
sky autostop
sky autodown
auto_down_or_stop: bool
-i
sky launch
sky launch [--autostop n] / [--autodown n]
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
This came up during a user conversation. The user has been using auto-stopping, and he'd also like an auto-down equivalent.
To design this, we need to think about
sky autostop
andsky autodown
co-exist. In code as well.auto_down_or_stop: bool
.-i
option insky launch
. Should we rename it tosky launch [--autostop n] / [--autodown n]
?The text was updated successfully, but these errors were encountered: