Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update commands in offline updates #2811

Merged
merged 1 commit into from
Sep 29, 2023
Merged

Update commands in offline updates #2811

merged 1 commit into from
Sep 29, 2023

Conversation

pipex
Copy link
Contributor

@pipex pipex commented Sep 28, 2023

The balena fleet commands in this guide no longer work with the latest version of the CLI which returns a capitalized table instead of all uppercase items. Not sure when this change took place on the CLI side.

Change-type: patch

@flowzone-app flowzone-app bot enabled auto-merge September 28, 2023 19:49
@volks73
Copy link

volks73 commented Sep 29, 2023

@pipex Hello! I think the awk command also needs to be changed from $2 to $3. The $2 value returns the : not the values.

As an example,

❯ balena fleet ${fleet_name} | grep Slug | awk '{print $2}'
:

versus

❯ balena fleet ${fleet_name} | grep Slug | awk '{print $3}'
<org>/<fleet>

The <org> and <fleet> have been omitted.

@pipex
Copy link
Contributor Author

pipex commented Sep 29, 2023

@volks73 nice catch. I've added the changes

The `balena fleet` commands in this guide no longer work with the latest version of the CLI which returns a capitalized table instead of all uppercase items. Not sure when this change took place on the CLI side.

Change-type: patch
Copy link
Member

@vipulgupta2048 vipulgupta2048 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks @pipex @volks73 for bringing this log. Approved 🚀

@flowzone-app flowzone-app bot merged commit 107098f into master Sep 29, 2023
47 checks passed
@flowzone-app flowzone-app bot deleted the offline-updates branch September 29, 2023 20:52
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants