You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
While working #1654 I discovered that when trying to set both the --custom-image and --registry-info flags, the resulting image string only reflected the content of the --registry-info flag; the content of the --custom-image option was nowhere to be found.
Is this expected behavior? I couldn't find any reference to it in the pepr build docs, so... maybe it lives somewhere else?
Suggest that this be investigated. Current behavior codified in (upcoming) integration test for the pepr build cli:
/integration/cli/build.registryinfo.test.ts : build > builds a module > using a custom registry > builds
DOD:
Adds examples to cli npx pepr build --help output for custom-image and registry-info options
Update the docs to show example results
Throw a build error when both flags are used
Definition of Done
figure out whether this is a "real" error or just a matter of test setup / config, and
fix the error (if it is one), or
add a note to the pepr build output / docs stating which flags are non-collaborative.
The text was updated successfully, but these errors were encountered:
Background
While working #1654 I discovered that when trying to set both the
--custom-image
and--registry-info
flags, the resulting image string only reflected the content of the--registry-info
flag; the content of the--custom-image
option was nowhere to be found.Is this expected behavior? I couldn't find any reference to it in the pepr build docs, so... maybe it lives somewhere else?
Suggest that this be investigated. Current behavior codified in (upcoming) integration test for the
pepr build
cli:DOD:
npx pepr build --help
output forcustom-image
andregistry-info
optionsDefinition of Done
pepr build
output / docs stating which flags are non-collaborative.The text was updated successfully, but these errors were encountered: