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

kezhenxu94 pushed a change to branch ci/try-license-eye
in repository https://gitbox.apache.org/repos/asf/skywalking-cli.git.


    from 62a2de1  test failure
     add f509bd1  Add install command and manifest sub command (#84)
     add 521f2c1  update year to 2021 (#85)
     add 02ce9e4  chore: add changelog for 0.6.0 (#86)
     add b74e558  Merge branch 'master' into ci/try-license-eye

No new revisions were added by this update.

Summary of changes:
 CHANGES.md                                         |  18 +
 Makefile                                           |   2 +-
 NOTICE                                             |   2 +-
 README.md                                          | 105 ++++++
 assets/assets.gen.go                               |  90 +++++
 .../ServerTimeInfo.graphql => cr/oap.yaml}         |  13 +-
 .../metadata/ServerTimeInfo.graphql => cr/ui.yaml} |  13 +-
 cmd/swctl/main.go                                  |   2 +
 dist/NOTICE                                        |   2 +-
 go.mod                                             |  13 +-
 go.sum                                             | 398 +++++++++++++++++++++
 .../{dashboard/dashboard.go => install/install.go} |  15 +-
 internal/commands/install/manifest/manifest.go     | 145 ++++++++
 internal/commands/install/manifest/oap.go          |  60 ++++
 internal/commands/install/manifest/ui.go           |  60 ++++
 15 files changed, 908 insertions(+), 30 deletions(-)
 copy assets/{graphqls/metadata/ServerTimeInfo.graphql => cr/oap.yaml} (85%)
 copy assets/{graphqls/metadata/ServerTimeInfo.graphql => cr/ui.yaml} (86%)
 copy internal/commands/{dashboard/dashboard.go => install/install.go} (78%)
 create mode 100644 internal/commands/install/manifest/manifest.go
 create mode 100644 internal/commands/install/manifest/oap.go
 create mode 100644 internal/commands/install/manifest/ui.go

Reply via email to