mirror of
https://github.com/balena-io/balena-cli.git
synced 2025-04-07 03:16:42 +00:00
config generate: Stop fetching unnecessary app fields
Change-type: patch
This commit is contained in:
parent
3c93db8449
commit
15dac6f194
@ -147,6 +147,7 @@ export default class ConfigGenerateCmd extends Command {
|
||||
public async getApplication(balena: BalenaSDK, fleet: string) {
|
||||
const { getApplication } = await import('../../utils/sdk');
|
||||
return await getApplication(balena, fleet, {
|
||||
$select: 'slug',
|
||||
$expand: {
|
||||
is_for__device_type: { $select: 'slug' },
|
||||
},
|
||||
|
Loading…
x
Reference in New Issue
Block a user