cli icon indicating copy to clipboard operation
cli copied to clipboard

SUP-2141 Add build resolver structure

Open jradtilbrook opened this issue 1 year ago • 3 comments

Test out some structure for build resolution

jradtilbrook avatar Apr 30 '24 13:04 jradtilbrook

All this is to achieve a JIT resolution of everything the CLI will need, we can continue extrapolating this out for other resources if/when necessary

jradtilbrook avatar Apr 30 '24 13:04 jradtilbrook

What is the context going to be used for here? I'm assuming it's not to pass data around but rather to use things like cancel?

mcncl avatar May 01 '24 01:05 mcncl

What is the context going to be used for here? I'm assuming it's not to pass data around but rather to use things like cancel?

No, more intended for things like cancelling API requests, etc

jradtilbrook avatar May 02 '24 03:05 jradtilbrook