mirror of
https://github.com/balena-io/balena-cli.git
synced 2025-01-29 15:44:26 +00:00
Change the balena app action to present the slug instead of the git_repository
The `git_repository` field was replaced in the v5 endpoint with the `slug` field. As a result the CLI atm never shows the `git_repository` in the printed visual. Change-type: patch
This commit is contained in:
parent
a2ca8e8f73
commit
ef4ee54a00
@ -128,7 +128,7 @@ exports.info =
|
||||
"$#{application.app_name}$"
|
||||
'id'
|
||||
'device_type'
|
||||
'git_repository'
|
||||
'slug'
|
||||
'commit'
|
||||
]
|
||||
.nodeify(done)
|
||||
|
Loading…
x
Reference in New Issue
Block a user