mirror of
https://github.com/balena-io/balena-cli.git
synced 2025-04-07 03:16:42 +00:00
device init: Stop fetching unnecessary app fields
Change-type: patch
This commit is contained in:
parent
a2392dc580
commit
07cb0cbfcd
@ -131,6 +131,7 @@ export default class DeviceInitCmd extends Command {
|
||||
await (await import('../../utils/patterns')).selectApplication()
|
||||
).slug,
|
||||
{
|
||||
$select: ['id', 'slug'],
|
||||
$expand: {
|
||||
is_for__device_type: {
|
||||
$select: 'slug',
|
||||
|
Loading…
x
Reference in New Issue
Block a user