Skip to content

Commit

Permalink
chore: fixed usage on error e2e test
Browse files Browse the repository at this point in the history
Signed-off-by: Ben Meier <[email protected]>
  • Loading branch information
astromechza committed Feb 26, 2024
1 parent 6a9a265 commit 0da2e2a
Showing 1 changed file with 1 addition and 16 deletions.
17 changes: 1 addition & 16 deletions e2e-tests/resources/outputs/run-output.txt
Original file line number Diff line number Diff line change
@@ -1,16 +1 @@
Error: open ./score.yaml: no such file or directory
Usage:
score-compose run [flags]

Flags:
--build string Replaces 'image' name with compose 'build' instruction
--env-file string Location to store sample .env file
-f, --file string Source SCORE file (default "./score.yaml")
-h, --help help for run
-o, --output string Output file
--overrides string Overrides SCORE file (default "./overrides.score.yaml")
-p, --property stringArray Overrides selected property value
--skip-validation DEPRECATED: Disables Score file schema validation
--verbose Enable diagnostic messages (written to STDERR)

open ./score.yaml: no such file or directory
Error: open ./score.yaml: no such file or directory

0 comments on commit 0da2e2a

Please sign in to comment.