-
Notifications
You must be signed in to change notification settings - Fork 145
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: func run support all build options (#1693)
* feat: func run build options and host runs - Refactors the run command to include all options from build, in the same manner as deploy. - Adds the --container flag (currently defaults to true) which will, when disabled, invoke the localhost-based runner which, in this commit, is not yet active. - Updates help text to match the other command format, and lays the verbal groundwork for the difference between containerized (currently default) and non-containerized runs. * fix e2e * Update cmd/deploy.go Co-authored-by: Lance Ball <lball@redhat.com> * Update pkg/functions/client.go Co-authored-by: Lance Ball <lball@redhat.com> * Update cmd/run.go Co-authored-by: Lance Ball <lball@redhat.com> --------- Co-authored-by: Lance Ball <lball@redhat.com>
- Loading branch information
Showing
8 changed files
with
247 additions
and
165 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.