This repository has been archived by the owner on Nov 15, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 41
Running kedge generate/deploy
returns nothing, expected error
#96
Comments
|
concaf
changed the title
Running
Running Jul 3, 2017
kedge deploy
returns nothing, expected errorkedge generate/deploy
returns nothing, expected error
we should make
We should also add a note to |
concaf
added a commit
to concaf/kedge
that referenced
this issue
Jul 12, 2017
Before this commit, running `kedge` subcommands without passing any files would do nothing. $ kedge deploy $ $ kedge generate $ $ kedge undeploy $ This commit adds a check that input files are passed using -f or --files flags, and if not, throws an error. $ kedge generate Error: Unable to validate input files: No files were passed. Please pass file(s) using '-f' or '--files' The flags have also been marked as required, however, that takes no effect, and there is an open issue on the spf13/cobra package tracking the same - spf13/cobra#206 Fixes kedgeproject#96
concaf
added a commit
to concaf/kedge
that referenced
this issue
Jul 12, 2017
Before this commit, running `kedge` subcommands without passing any files would do nothing. $ kedge deploy $ $ kedge generate $ $ kedge undeploy $ This commit adds a check that input files are passed using -f or --files flags, and if not, throws an error. $ kedge generate Error: Unable to validate input files: No files were passed. Please pass file(s) using '-f' or '--files' The flags have also been marked as required, however, that takes no effect, and there is an open issue on the spf13/cobra package tracking the same - spf13/cobra#206 Fixes kedgeproject#96
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Running plain
kedge deploy
should return an error that no file specified, or something similar but currently it return nothing -The text was updated successfully, but these errors were encountered: