Background & motivation
Running multiple enclaves parallel debugging different things can lead to headache if the enclave names are automatically generated.
Desired behaviour
Ideally I should be able to define in my kurtosis config that I want to default to file name as my enclave name. And thus have more deterministic enclave names without needing to define it.
Example:
kurtosis run . --args-file testing-cgc.yaml
would spin up an enclave called testing-cgc without needing to have --enclave testing-cgc
How important is this to you?
Nice to have; this feature would make using Kurtosis more enjoyable.
What area of the product does this pertain to?
CLI: the Command Line Interface
Background & motivation
Running multiple enclaves parallel debugging different things can lead to headache if the enclave names are automatically generated.
Desired behaviour
Ideally I should be able to define in my kurtosis config that I want to default to file name as my enclave name. And thus have more deterministic enclave names without needing to define it.
Example:
kurtosis run . --args-file testing-cgc.yamlwould spin up an enclave called
testing-cgcwithout needing to have--enclave testing-cgcHow important is this to you?
Nice to have; this feature would make using Kurtosis more enjoyable.
What area of the product does this pertain to?
CLI: the Command Line Interface