Tom Elliott

Results 28 comments of Tom Elliott

@theindexer This exists, the -t flag :)

I know of plenty of people who'd find this useful! Can you think of a way to structure it so we could add different flags? For example, I could see...

Nice! This could also be represented as something like: `launch_option="--config=value" launch_option="--config2=value2"` How would we determine the position in the launch command where we would inject the options? Some flag parsers...

The ordering problem isn't limited to the parameters the user is entering. For example: `launch: "fileserver path/to/files"` Could represent a simple file server service. To set the debug level, you'd...

The problem space for all possible command structures is pretty large, so I think we might be making a rod for our own back if we try to create specific...

Going in the right direction, but I think we may need to wrap the whole option, since some flag parsers only allow "-d __" or "--debug __" without the =...

Can you provide a copy of the script and your edward.json? Or an equivalent small example.

Ah, I understand. What's happening is that Edward expects the process it launches to continue running to indicate that the "service" is still running. It would make sense to allow...

Ah, makes sense. We have similar setups for rewriting config files. Using the port checks in `edward status` would also be a goal. However, you would need to provide a...

Interesting idea! Do you have any thoughts on particular use cases for this feature? I think it could be useful, but there's potential for clashes or confusing behavior when launching...