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

[ENH] - More generic app commands (non-Python) #523

Open
mcg1969 opened this issue Nov 11, 2024 · 0 comments
Open

[ENH] - More generic app commands (non-Python) #523

mcg1969 opened this issue Nov 11, 2024 · 0 comments

Comments

@mcg1969
Copy link

mcg1969 commented Nov 11, 2024

Feature description

Currently the Custom/generic app option is assumed to be run with python -m <ARGS>. This precludes the use of a generic Python script, as opposed to a module, and for that matter a non-Python script.

But the existing Command code is pretty flexible and I would argue it is in no way necessary to be that limiting. We should able to run any script, including non-Python code.

Using simple templating mechanisms already found in the Command class, the port, prefix, etc. for the deployed app can be easily worked into command-line arguments for the command.

Value and/or benefit

The ability to deploy a much wider variety of applications

Anything else?

No response

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

No branches or pull requests

1 participant