What problem are you facing?
uptest relies in commands from legacy cli/crank rather than the reorganized ones from crossplane-cli. It also adds a dependency to the binary being installed, which should not be the case if called programatically.
How could Uptest help solve your problem?
Invoke the resource trace subcommand from crossplane/cli rather than relying on an externally installed binary.
What problem are you facing?
uptest relies in commands from legacy cli/crank rather than the reorganized ones from
crossplane-cli. It also adds a dependency to the binary being installed, which should not be the case if called programatically.How could Uptest help solve your problem?
Invoke the
resource tracesubcommand fromcrossplane/clirather than relying on an externally installed binary.