This is an automated email from the ASF dual-hosted git repository.
tsato pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/camel-k.git.
from 35c2126 [TEST] Add CliDownloadTest
add d036185 fix(cli): kamel local subcommands accept traits but simply
ignore them
add f3a7984 doc(cli): update kamel local doc on limitations
add b24da83 test(cli): add tests for kamel local commands
add 0a10034 chore(cli): fix lints
No new revisions were added by this update.
Summary of changes:
docs/modules/ROOT/pages/running/local.adoc | 2 +-
pkg/cmd/local.go | 8 ++++++++
pkg/cmd/local_build.go | 13 ++++++++++--
pkg/cmd/{log_test.go => local_build_test.go} | 28 +++++++++++++++++---------
pkg/cmd/local_inspect.go | 15 +++++++++++---
pkg/cmd/{log_test.go => local_inspect_test.go} | 28 +++++++++++++++++---------
pkg/cmd/local_run.go | 13 ++++++++++--
pkg/cmd/local_run_test.go | 13 ++++++++++++
8 files changed, 94 insertions(+), 26 deletions(-)
copy pkg/cmd/{log_test.go => local_build_test.go} (51%)
copy pkg/cmd/{log_test.go => local_inspect_test.go} (50%)