Skip to content

Commit cacd4c0

Browse files
Print components v2 (#408)
* wip * bump
1 parent 1e215e7 commit cacd4c0

File tree

5 files changed

+352
-246
lines changed

5 files changed

+352
-246
lines changed

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.37.7
1+
0.37.8

pkg/codefresh/component.go

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,13 +37,22 @@ func (r *component) List(ctx context.Context, runtimeName string) ([]model.Compo
3737
node {
3838
metadata {
3939
name
40+
runtime
4041
}
4142
version
4243
self {
4344
status {
4445
syncStatus
4546
healthStatus
4647
}
48+
errors {
49+
...on SyncError{
50+
title
51+
message
52+
suggestion
53+
level
54+
}
55+
}
4756
}
4857
}
4958
}

0 commit comments

Comments
 (0)