Skip to content

Commit 094052a

Browse files
author
Oleg Sucharevich
committed
add logs on the install flow
1 parent 5484e50 commit 094052a

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "venona",
3-
"version": "0.25.0",
3+
"version": "0.25.1",
44
"description": "Codefresh agent to run on Codefresh's runtime environment and execute pipeline",
55
"main": "index.js",
66
"scripts": {

venonactl/cmd/cmdutils.go

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -103,6 +103,8 @@ func extendStoreWithCodefershClient(logger logger.Logger) error {
103103
}
104104
}
105105

106+
logger.Debug("Creating codefresh client", "host", cfAPIHost, "token", cfAPIToken)
107+
106108
client := codefresh.New(&codefresh.ClientOptions{
107109
Auth: codefresh.AuthOptions{
108110
Token: cfAPIToken,

0 commit comments

Comments
 (0)