You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by nf...@apache.org on 2021/02/19 13:49:04 UTC

[camel-k] branch master updated (52e0d22 -> f54abe7)

This is an automated email from the ASF dual-hosted git repository.

nferraro pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/camel-k.git.


    from 52e0d22  doc(trait): doc generation
     add 536cc64  Rename inspect to local inspect.
     add b00ddc6  Rename local create to local build.
     add 38ec1b7  Save dependencies and properties when integration directory is provided.
     add efe2440  Enable simple local building of integrations.
     add bb0dc9e  Enable running of local build output using local run.
     add 4464de1  Support running with local containerization when starting from locally-built directory.
     add 53d7f84  Fix flag.
     add f54abe7  Add convenience flag for outputting dependencies only.

No new revisions were added by this update.

Summary of changes:
 pkg/cmd/local.go                         |   3 +-
 pkg/cmd/local_build.go                   | 254 +++++++++++++++++++++++++++++++
 pkg/cmd/local_create.go                  | 180 ----------------------
 pkg/cmd/{inspect.go => local_inspect.go} |  14 +-
 pkg/cmd/local_run.go                     |  58 +++++--
 pkg/cmd/modeline.go                      |   6 +-
 pkg/cmd/modeline_test.go                 |   8 +-
 pkg/cmd/root.go                          |   1 -
 pkg/cmd/util_commands.go                 |   4 +-
 pkg/cmd/util_dependencies.go             |  73 ++++++++-
 pkg/util/util.go                         |  37 ++++-
 11 files changed, 415 insertions(+), 223 deletions(-)
 create mode 100644 pkg/cmd/local_build.go
 delete mode 100644 pkg/cmd/local_create.go
 rename pkg/cmd/{inspect.go => local_inspect.go} (87%)