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

Option for generating build command based on the project configuration #2

Open
Sipkab opened this issue Dec 31, 2019 · 0 comments
Open
Labels
enhancement New feature or request

Comments

@Sipkab
Copy link
Member

Sipkab commented Dec 31, 2019

An option should be added that generates full command line invocation arguments for building the project based on the current configuration.

The option should be present in the saker.build menu for the project. Clicking on it should present a dialog that contains the generated command line that can be used to build the project.

The generated arguments should include all configuration for the project, including configuration contributed by extensions.

The dialog should allow (using a checkbox or something) to also include any curl or other (PowerShell Invoke-WebRequest) command the be prepended to it. E.g.

curl <saker.build> & java -jar <saker.build> <args>

Escaping of command line arguments should also be handled. There should be a Copy button that puts the displayed command to the clipboard.

@Sipkab Sipkab added the enhancement New feature or request label Dec 31, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Development

No branches or pull requests

1 participant