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

Extend Offline Updates documentation for low bandwidth networks #1589

Draft
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

thgreasi
Copy link
Member

Change-type: minor

@@ -174,7 +174,7 @@ $ commit=$(balena app ${app_slug} | grep COMMIT | awk '{print $2}')
$ balena preload ${tmpimg} \
--app ${app_slug} \
--commit ${commit} \
--pin-device-to-release
--no-pin-device-to-release
Copy link
Member Author

@thgreasi thgreasi Feb 12, 2021

Choose a reason for hiding this comment

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

Need a single line CLI PR for this to add allowNo: true.
See: https://oclif.io/docs/flags

@@ -174,7 +174,7 @@ $ commit=$(balena app ${app_slug} | grep COMMIT | awk '{print $2}')
$ balena preload ${tmpimg} \
--app ${app_slug} \
--commit ${commit} \
--pin-device-to-release
Copy link
Member Author

Choose a reason for hiding this comment

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

If we do this for a device that has partial connectivity, then the remote device will start updating at the moment we run this command.

@thgreasi thgreasi force-pushed the low-bandwidth-offline-updates branch from 7a0328a to 66b647e Compare March 19, 2021 18:42
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.

None yet

1 participant