Skip to content
New issue

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

refactor: remove --static flag #325

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

magurotuna
Copy link
Member

This commit removes --static flag from args as it's not documented and always enabled.

There is a rare use case though where we want to skip uploading local files; when deploying a remote script that doesn't depend on any local assets. This might be better represented as --remote or --no-upload-local-files flag, or we could also use --exclude option to not upload local files at all. Let's revisit the necessity of additional flag like --remote when it turns out that this use case is really wanted.

@magurotuna magurotuna marked this pull request as ready for review August 11, 2024 09:14
@magurotuna magurotuna requested a review from a team August 11, 2024 09:14
Copy link
Member

@satyarohith satyarohith left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I agree! Let's remove it.

LGTM.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants