Commit Graph

5057 Commits

Author SHA1 Message Date
Thodoris Greasidis
e0f081623b api-key generate: Display a descriptive error when the generation fails due to a stale JWT
Change-type: patch
2024-11-04 20:51:27 +02:00
flowzone-app[bot]
2887ab8200
v20.0.2 2024-10-29 12:57:11 +00:00
flowzone-app[bot]
aaf4625abb
Merge pull request #2881 from balena-io/fix-ssh-key-add-piping
Restore ability to cat key into `ssh-key add`
2024-10-29 12:56:13 +00:00
myarmolinsky
6f30dc0550 Restore ability to cat key into ssh-key add
Change-type: patch
2024-10-29 07:48:42 -04:00
flowzone-app[bot]
6565ef4392
v20.0.1 2024-10-29 11:37:14 +00:00
flowzone-app[bot]
60b46192a2
Merge pull request #2879 from balena-io/bump-oclif-core
Fix sending input to some aliases not working
2024-10-29 11:36:24 +00:00
myarmolinsky
bb101de96e Update @oclif/core patch 2024-10-29 07:16:51 -04:00
myarmolinsky
ca6344bf4c Deduplicate dependencies 2024-10-29 07:09:06 -04:00
myarmolinsky
48596fa318 Fix sending input to some aliases not working
Change-type: patch
2024-10-29 07:05:37 -04:00
flowzone-app[bot]
7fb28ddb21
v20.0.0 2024-10-25 17:33:42 +00:00
flowzone-app[bot]
6dd6f43d64
Merge pull request #2833 from balena-io/api-v7
Api v7
2024-10-25 17:32:44 +00:00
myarmolinsky
07a7bd76fe Deduplicate dependencies 2024-10-25 12:57:41 -04:00
jaomaloy
4b3fdcf99c device update: Use detached HUP for os updates
This will not track HUP progress when we call
OS update in the CLI but will allow for more
reliable OS updates by default.

Change-type: major
2024-10-25 12:57:15 -04:00
myarmolinsky
d023d0af91 Drop -h flag for help and stop manually adding help per command in favor of oclif automatically adding it
Change-type: major
2024-10-25 12:57:12 -04:00
myarmolinsky
de1821d7ac Stop checking for very old, long-removed commands
Change-type: major
2024-10-25 12:57:12 -04:00
myarmolinsky
12923c9b84 Deprecate devices supported command in favor of device-type list
Change-type: patch
2024-10-25 12:57:12 -04:00
myarmolinsky
8be069dbdb Deprecate notes command in favor of device note
Change-type: patch
2024-10-25 12:57:12 -04:00
myarmolinsky
9d3f9128a8 Deprecate tunnel command in favor of device tunnel
Change-type: patch
2024-10-25 12:57:12 -04:00
myarmolinsky
61ebf9e4fd Deprecate env add in favor of env set
Change-type: patch
2024-10-25 12:57:12 -04:00
myarmolinsky
84985022e5 Deprecate ssh command in favor of device ssh
Change-type: patch
2024-10-25 12:57:12 -04:00
myarmolinsky
c5d8f73263 Deprecate logs command in favor of device logs
Change-type: patch
2024-10-25 12:57:12 -04:00
myarmolinsky
5db0c71bb3 Deprecate scan command in favor of device detect
Change-type: patch
2024-10-25 12:57:12 -04:00
myarmolinsky
c7a06f7259 Deprecate orgs command in favor of organization list
Change-type: patch
2024-10-25 12:57:12 -04:00
myarmolinsky
bc66febc50 Deprecate tags command in favor of tag list
Change-type: patch
2024-10-25 12:57:12 -04:00
myarmolinsky
bb80311700 Deprecate envs command in favor of env list
Change-type: patch
2024-10-25 12:57:12 -04:00
myarmolinsky
3dee7bd6f6 Deprecate key commands in favor of ssh-key
Change-type: patch
2024-10-25 12:57:12 -04:00
myarmolinsky
3251f04287 Deprecate keys command in favor of key list
Change-type: patch
2024-10-25 12:57:12 -04:00
myarmolinsky
35dce4579a Deprecate releases command in favor of release list
Change-type: patch
2024-10-25 12:57:12 -04:00
myarmolinsky
71ef00534d Deprecate fleets command in favor of fleet list
Change-type: patch
2024-10-25 12:57:12 -04:00
myarmolinsky
b6f8be27ec Deprecate api-keys command in favor of api-key list
Change-type: patch
2024-10-25 12:57:12 -04:00
myarmolinsky
13110cca45 Deprecate devices command in favor of device list
Change-type: patch
2024-10-25 12:57:12 -04:00
myarmolinsky
d4b554da1b Docs: Show whether an alias is deprecated
Change-type: patch
2024-10-25 12:57:12 -04:00
myarmolinsky
1275c11573 Update balena-preload to 16.0.0
Change-type: patch
2024-10-25 12:57:10 -04:00
myarmolinsky
593233a99f Tests: Drop unused my_application resource mock
Change-type: patch
2024-10-25 12:56:48 -04:00
myarmolinsky
ec92f21b70 Drop the no longer needed __metadata property handling 2024-10-25 12:56:48 -04:00
myarmolinsky
5adc43bcbd Update image_size type from number to string 2024-10-25 12:56:48 -04:00
myarmolinsky
1ee9a68288 Update device.overall_status comments with their respective replacements
Changelog-entry: Rename `device.overall_status` values: `IDLE` to `OPERATIONAL`, `OFFLINE` to `DISCONNECTED`; add `REDUCED_FUNCTIONALITY`
Change-type: major
2024-10-25 12:56:48 -04:00
myarmolinsky
56e5dafb20 Drop the device.is_managed_by__device property from test-data 2024-10-25 12:56:48 -04:00
myarmolinsky
f0e0c0d728 Update all API queries to use the v7 model 2024-10-25 12:56:48 -04:00
myarmolinsky
afd14794f5 git mv v6 test-data api-responses to v7 2024-10-25 12:56:48 -04:00
myarmolinsky
37e08e4667 Update actor to use PineDeferred type 2024-10-25 12:56:48 -04:00
myarmolinsky
61af57acc9 Update release.contract type from string to JsonType 2024-10-25 12:56:48 -04:00
myarmolinsky
19be0fec1a Replace device should_be_running__release with is_pinned_on__release 2024-10-25 12:56:48 -04:00
myarmolinsky
2b656c23b3 Update @balena/compose to 5.0.0
Change-type: patch
2024-10-25 12:56:48 -04:00
myarmolinsky
2bf7b81645 Bump balena-sdk to 20.3.0
Change-type: patch
2024-10-25 12:56:43 -04:00
flowzone-app[bot]
746b6fa439
v19.16.0 2024-10-23 13:18:23 +00:00
Matthew Yarmolinsky
f52e218290
Merge pull request #2877 from balena-io/devices-support-to-device-type-list
Add alias `device-type list` for command `devices supported`
2024-10-23 09:17:22 -04:00
myarmolinsky
8655b89313 Deduplicate dependencies 2024-10-23 07:33:16 -04:00
myarmolinsky
09d52c504d device-type list: Add --all flag for including no longer supported device types in the list
Change-type: minor
2024-10-23 07:23:40 -04:00
myarmolinsky
e5cee648f2 Add alias device-type list for command devices supported
Change-type: minor
2024-10-23 07:23:40 -04:00