balena-cli 23.2.13 → 23.2.14-build-update-compose-tar-dependencies-8decbe453ca1f661f606bfb12ed61e774d54276a-1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +116 -0
- package/build/utils/compose.d.ts +1 -1
- package/build/utils/compose.js +8 -8
- package/build/utils/compose.js.map +1 -1
- package/build/utils/compose_ts.d.ts +2 -2
- package/build/utils/compose_ts.js +8 -9
- package/build/utils/compose_ts.js.map +1 -1
- package/npm-shrinkwrap.json +60 -122
- package/oclif.manifest.json +368 -368
- package/package.json +5 -5
- package/src/utils/compose-types.d.ts +12 -12
- package/src/utils/compose.ts +15 -10
- package/src/utils/compose_ts.ts +12 -14
package/oclif.manifest.json
CHANGED
|
@@ -2969,6 +2969,121 @@
|
|
|
2969
2969
|
"index.js"
|
|
2970
2970
|
]
|
|
2971
2971
|
},
|
|
2972
|
+
"leave": {
|
|
2973
|
+
"aliases": [],
|
|
2974
|
+
"args": {
|
|
2975
|
+
"deviceIpOrHostname": {
|
|
2976
|
+
"description": "the device IP or hostname",
|
|
2977
|
+
"name": "deviceIpOrHostname"
|
|
2978
|
+
}
|
|
2979
|
+
},
|
|
2980
|
+
"description": "Remove a local device from its balena fleet.\n\nRemove a local device from its balena fleet, causing the device to\n\"leave\" the server it is provisioned on. This effectively makes the device\n\"unmanaged\". The device must be running balenaOS.\n\nThe device entry on the server is preserved after running this command,\nso the device can subsequently re-join the server if needed.\n\nIf you don't specify a device hostname or IP, this command will automatically\nscan the local network for balenaOS devices and prompt you to select one\nfrom an interactive picker. This may require administrator/root privileges.",
|
|
2981
|
+
"examples": [
|
|
2982
|
+
"$ balena leave",
|
|
2983
|
+
"$ balena leave balena.local",
|
|
2984
|
+
"$ balena leave 192.168.1.25"
|
|
2985
|
+
],
|
|
2986
|
+
"flags": {},
|
|
2987
|
+
"hasDynamicHelp": false,
|
|
2988
|
+
"hiddenAliases": [],
|
|
2989
|
+
"id": "leave",
|
|
2990
|
+
"pluginAlias": "balena-cli",
|
|
2991
|
+
"pluginName": "balena-cli",
|
|
2992
|
+
"pluginType": "core",
|
|
2993
|
+
"strict": true,
|
|
2994
|
+
"enableJsonFlag": false,
|
|
2995
|
+
"authenticated": true,
|
|
2996
|
+
"primary": true,
|
|
2997
|
+
"isESM": false,
|
|
2998
|
+
"relativePath": [
|
|
2999
|
+
"build",
|
|
3000
|
+
"commands",
|
|
3001
|
+
"leave",
|
|
3002
|
+
"index.js"
|
|
3003
|
+
]
|
|
3004
|
+
},
|
|
3005
|
+
"local:configure": {
|
|
3006
|
+
"aliases": [],
|
|
3007
|
+
"args": {
|
|
3008
|
+
"target": {
|
|
3009
|
+
"description": "path of drive or image to configure",
|
|
3010
|
+
"name": "target",
|
|
3011
|
+
"required": true
|
|
3012
|
+
}
|
|
3013
|
+
},
|
|
3014
|
+
"description": "(Re)configure a balenaOS drive or image.\n\nConfigure or reconfigure a balenaOS drive or image.",
|
|
3015
|
+
"examples": [
|
|
3016
|
+
"$ balena local configure /dev/sdc",
|
|
3017
|
+
"$ balena local configure path/to/image.img"
|
|
3018
|
+
],
|
|
3019
|
+
"flags": {},
|
|
3020
|
+
"hasDynamicHelp": false,
|
|
3021
|
+
"hiddenAliases": [],
|
|
3022
|
+
"id": "local:configure",
|
|
3023
|
+
"pluginAlias": "balena-cli",
|
|
3024
|
+
"pluginName": "balena-cli",
|
|
3025
|
+
"pluginType": "core",
|
|
3026
|
+
"strict": true,
|
|
3027
|
+
"enableJsonFlag": false,
|
|
3028
|
+
"root": true,
|
|
3029
|
+
"offlineCompatible": true,
|
|
3030
|
+
"isESM": false,
|
|
3031
|
+
"relativePath": [
|
|
3032
|
+
"build",
|
|
3033
|
+
"commands",
|
|
3034
|
+
"local",
|
|
3035
|
+
"configure.js"
|
|
3036
|
+
]
|
|
3037
|
+
},
|
|
3038
|
+
"local:flash": {
|
|
3039
|
+
"aliases": [],
|
|
3040
|
+
"args": {
|
|
3041
|
+
"image": {
|
|
3042
|
+
"description": "path to OS image",
|
|
3043
|
+
"name": "image",
|
|
3044
|
+
"required": true
|
|
3045
|
+
}
|
|
3046
|
+
},
|
|
3047
|
+
"description": "Flash an image to a drive.\n\nFlash a balenaOS image to a drive.\nImage file may be one of: .img|.zip|.gz|.bz2|.xz\n\nIf --drive is not specified, then it will interactively\nshow a list of available drives for selection.",
|
|
3048
|
+
"examples": [
|
|
3049
|
+
"$ balena local flash path/to/balenaos.img",
|
|
3050
|
+
"$ balena local flash path/to/balenaos.img --drive /dev/disk2",
|
|
3051
|
+
"$ balena local flash path/to/balenaos.img --drive /dev/disk2 --yes"
|
|
3052
|
+
],
|
|
3053
|
+
"flags": {
|
|
3054
|
+
"drive": {
|
|
3055
|
+
"char": "d",
|
|
3056
|
+
"description": "the drive to write the image to, eg. `/dev/sdb` or `/dev/mmcblk0`.\nCareful with this as you can erase your hard drive.\nCheck `balena util available-drives` for available options.",
|
|
3057
|
+
"name": "drive",
|
|
3058
|
+
"hasDynamicHelp": false,
|
|
3059
|
+
"multiple": false,
|
|
3060
|
+
"type": "option"
|
|
3061
|
+
},
|
|
3062
|
+
"yes": {
|
|
3063
|
+
"char": "y",
|
|
3064
|
+
"description": "answer \"yes\" to all questions (non interactive use)",
|
|
3065
|
+
"name": "yes",
|
|
3066
|
+
"allowNo": false,
|
|
3067
|
+
"type": "boolean"
|
|
3068
|
+
}
|
|
3069
|
+
},
|
|
3070
|
+
"hasDynamicHelp": false,
|
|
3071
|
+
"hiddenAliases": [],
|
|
3072
|
+
"id": "local:flash",
|
|
3073
|
+
"pluginAlias": "balena-cli",
|
|
3074
|
+
"pluginName": "balena-cli",
|
|
3075
|
+
"pluginType": "core",
|
|
3076
|
+
"strict": true,
|
|
3077
|
+
"enableJsonFlag": false,
|
|
3078
|
+
"offlineCompatible": true,
|
|
3079
|
+
"isESM": false,
|
|
3080
|
+
"relativePath": [
|
|
3081
|
+
"build",
|
|
3082
|
+
"commands",
|
|
3083
|
+
"local",
|
|
3084
|
+
"flash.js"
|
|
3085
|
+
]
|
|
3086
|
+
},
|
|
2972
3087
|
"login": {
|
|
2973
3088
|
"aliases": [],
|
|
2974
3089
|
"args": {
|
|
@@ -3094,121 +3209,6 @@
|
|
|
3094
3209
|
"index.js"
|
|
3095
3210
|
]
|
|
3096
3211
|
},
|
|
3097
|
-
"local:configure": {
|
|
3098
|
-
"aliases": [],
|
|
3099
|
-
"args": {
|
|
3100
|
-
"target": {
|
|
3101
|
-
"description": "path of drive or image to configure",
|
|
3102
|
-
"name": "target",
|
|
3103
|
-
"required": true
|
|
3104
|
-
}
|
|
3105
|
-
},
|
|
3106
|
-
"description": "(Re)configure a balenaOS drive or image.\n\nConfigure or reconfigure a balenaOS drive or image.",
|
|
3107
|
-
"examples": [
|
|
3108
|
-
"$ balena local configure /dev/sdc",
|
|
3109
|
-
"$ balena local configure path/to/image.img"
|
|
3110
|
-
],
|
|
3111
|
-
"flags": {},
|
|
3112
|
-
"hasDynamicHelp": false,
|
|
3113
|
-
"hiddenAliases": [],
|
|
3114
|
-
"id": "local:configure",
|
|
3115
|
-
"pluginAlias": "balena-cli",
|
|
3116
|
-
"pluginName": "balena-cli",
|
|
3117
|
-
"pluginType": "core",
|
|
3118
|
-
"strict": true,
|
|
3119
|
-
"enableJsonFlag": false,
|
|
3120
|
-
"root": true,
|
|
3121
|
-
"offlineCompatible": true,
|
|
3122
|
-
"isESM": false,
|
|
3123
|
-
"relativePath": [
|
|
3124
|
-
"build",
|
|
3125
|
-
"commands",
|
|
3126
|
-
"local",
|
|
3127
|
-
"configure.js"
|
|
3128
|
-
]
|
|
3129
|
-
},
|
|
3130
|
-
"local:flash": {
|
|
3131
|
-
"aliases": [],
|
|
3132
|
-
"args": {
|
|
3133
|
-
"image": {
|
|
3134
|
-
"description": "path to OS image",
|
|
3135
|
-
"name": "image",
|
|
3136
|
-
"required": true
|
|
3137
|
-
}
|
|
3138
|
-
},
|
|
3139
|
-
"description": "Flash an image to a drive.\n\nFlash a balenaOS image to a drive.\nImage file may be one of: .img|.zip|.gz|.bz2|.xz\n\nIf --drive is not specified, then it will interactively\nshow a list of available drives for selection.",
|
|
3140
|
-
"examples": [
|
|
3141
|
-
"$ balena local flash path/to/balenaos.img",
|
|
3142
|
-
"$ balena local flash path/to/balenaos.img --drive /dev/disk2",
|
|
3143
|
-
"$ balena local flash path/to/balenaos.img --drive /dev/disk2 --yes"
|
|
3144
|
-
],
|
|
3145
|
-
"flags": {
|
|
3146
|
-
"drive": {
|
|
3147
|
-
"char": "d",
|
|
3148
|
-
"description": "the drive to write the image to, eg. `/dev/sdb` or `/dev/mmcblk0`.\nCareful with this as you can erase your hard drive.\nCheck `balena util available-drives` for available options.",
|
|
3149
|
-
"name": "drive",
|
|
3150
|
-
"hasDynamicHelp": false,
|
|
3151
|
-
"multiple": false,
|
|
3152
|
-
"type": "option"
|
|
3153
|
-
},
|
|
3154
|
-
"yes": {
|
|
3155
|
-
"char": "y",
|
|
3156
|
-
"description": "answer \"yes\" to all questions (non interactive use)",
|
|
3157
|
-
"name": "yes",
|
|
3158
|
-
"allowNo": false,
|
|
3159
|
-
"type": "boolean"
|
|
3160
|
-
}
|
|
3161
|
-
},
|
|
3162
|
-
"hasDynamicHelp": false,
|
|
3163
|
-
"hiddenAliases": [],
|
|
3164
|
-
"id": "local:flash",
|
|
3165
|
-
"pluginAlias": "balena-cli",
|
|
3166
|
-
"pluginName": "balena-cli",
|
|
3167
|
-
"pluginType": "core",
|
|
3168
|
-
"strict": true,
|
|
3169
|
-
"enableJsonFlag": false,
|
|
3170
|
-
"offlineCompatible": true,
|
|
3171
|
-
"isESM": false,
|
|
3172
|
-
"relativePath": [
|
|
3173
|
-
"build",
|
|
3174
|
-
"commands",
|
|
3175
|
-
"local",
|
|
3176
|
-
"flash.js"
|
|
3177
|
-
]
|
|
3178
|
-
},
|
|
3179
|
-
"leave": {
|
|
3180
|
-
"aliases": [],
|
|
3181
|
-
"args": {
|
|
3182
|
-
"deviceIpOrHostname": {
|
|
3183
|
-
"description": "the device IP or hostname",
|
|
3184
|
-
"name": "deviceIpOrHostname"
|
|
3185
|
-
}
|
|
3186
|
-
},
|
|
3187
|
-
"description": "Remove a local device from its balena fleet.\n\nRemove a local device from its balena fleet, causing the device to\n\"leave\" the server it is provisioned on. This effectively makes the device\n\"unmanaged\". The device must be running balenaOS.\n\nThe device entry on the server is preserved after running this command,\nso the device can subsequently re-join the server if needed.\n\nIf you don't specify a device hostname or IP, this command will automatically\nscan the local network for balenaOS devices and prompt you to select one\nfrom an interactive picker. This may require administrator/root privileges.",
|
|
3188
|
-
"examples": [
|
|
3189
|
-
"$ balena leave",
|
|
3190
|
-
"$ balena leave balena.local",
|
|
3191
|
-
"$ balena leave 192.168.1.25"
|
|
3192
|
-
],
|
|
3193
|
-
"flags": {},
|
|
3194
|
-
"hasDynamicHelp": false,
|
|
3195
|
-
"hiddenAliases": [],
|
|
3196
|
-
"id": "leave",
|
|
3197
|
-
"pluginAlias": "balena-cli",
|
|
3198
|
-
"pluginName": "balena-cli",
|
|
3199
|
-
"pluginType": "core",
|
|
3200
|
-
"strict": true,
|
|
3201
|
-
"enableJsonFlag": false,
|
|
3202
|
-
"authenticated": true,
|
|
3203
|
-
"primary": true,
|
|
3204
|
-
"isESM": false,
|
|
3205
|
-
"relativePath": [
|
|
3206
|
-
"build",
|
|
3207
|
-
"commands",
|
|
3208
|
-
"leave",
|
|
3209
|
-
"index.js"
|
|
3210
|
-
]
|
|
3211
|
-
},
|
|
3212
3212
|
"logout": {
|
|
3213
3213
|
"aliases": [],
|
|
3214
3214
|
"args": {},
|
|
@@ -3597,136 +3597,6 @@
|
|
|
3597
3597
|
"versions.js"
|
|
3598
3598
|
]
|
|
3599
3599
|
},
|
|
3600
|
-
"preload": {
|
|
3601
|
-
"aliases": [],
|
|
3602
|
-
"args": {
|
|
3603
|
-
"image": {
|
|
3604
|
-
"description": "the image file path",
|
|
3605
|
-
"name": "image",
|
|
3606
|
-
"required": true
|
|
3607
|
-
}
|
|
3608
|
-
},
|
|
3609
|
-
"description": "Preload a release on a disk image (or Edison zip archive).\n\nPreload a release (service images/containers) from a balena fleet, and optionally\na balenaOS splash screen, in a previously downloaded '.img' balenaOS image file\nin the local disk (a zip file is only accepted for the Intel Edison device type).\nAfter preloading, the balenaOS image file can be flashed to a device's SD card.\nWhen the device boots, it will not need to download the release, as it was\npreloaded. This is usually combined with release pinning\n(https://www.balena.io/docs/learn/deploy/release-strategy/release-policy/)\nto avoid the device downloading a newer release straight away, if available.\nCheck also the Preloading and Preregistering section of the balena CLI's advanced\nmasterclass document:\nhttps://www.balena.io/docs/learn/more/masterclasses/advanced-cli/#5-preloading-and-preregistering\n\nFleets may be specified by fleet name or slug. Fleet slugs are\nthe recommended option, as they are unique and unambiguous. Slugs can be\nlisted with the `balena fleet list` command. Note that slugs may change if the\nfleet is renamed. Fleet names are not unique and may result in \"Fleet is\nambiguous\" errors at any time (even if it \"used to work in the past\"), for\nexample if the name clashes with a newly created public fleet, or with fleets\nfrom other balena accounts that you may be invited to join under any role.\nFor this reason, fleet names are especially discouraged in scripts (e.g. CI\nenvironments).\n\nNote that the this command requires Docker to be installed, as further detailed\nin the balena CLI's installation instructions:\nhttps://github.com/balena-io/balena-cli/blob/master/INSTALL.md\nThe `--dockerHost` and `--dockerPort` flags allow a remote Docker engine to\nbe used, however the image file must be accessible to the remote Docker engine\non the same path given on the command line. This is because Docker's bind mount\nfeature is used to \"share\" the image with a container that performs the preload.",
|
|
3610
|
-
"examples": [
|
|
3611
|
-
"$ balena preload balena.img --fleet MyFleet --commit e1f2592fc6ee949e68756d4f4a48e49bff8d72a0",
|
|
3612
|
-
"$ balena preload balena.img --fleet myorg/myfleet --splash-image image.png",
|
|
3613
|
-
"$ balena preload balena.img"
|
|
3614
|
-
],
|
|
3615
|
-
"flags": {
|
|
3616
|
-
"fleet": {
|
|
3617
|
-
"char": "f",
|
|
3618
|
-
"description": "fleet name or slug (preferred)",
|
|
3619
|
-
"name": "fleet",
|
|
3620
|
-
"hasDynamicHelp": false,
|
|
3621
|
-
"multiple": false,
|
|
3622
|
-
"type": "option"
|
|
3623
|
-
},
|
|
3624
|
-
"commit": {
|
|
3625
|
-
"char": "c",
|
|
3626
|
-
"description": "The commit hash of the release to preload. Use \"current\" to specify the current\nrelease (ignored if no appId is given). The current release is usually also the\nlatest, but can be pinned to a specific release. See:\nhttps://www.balena.io/docs/learn/deploy/release-strategy/release-policy/\nhttps://www.balena.io/docs/learn/more/masterclasses/fleet-management/#63-pin-using-the-api\nhttps://github.com/balena-io-examples/staged-releases",
|
|
3627
|
-
"name": "commit",
|
|
3628
|
-
"hasDynamicHelp": false,
|
|
3629
|
-
"multiple": false,
|
|
3630
|
-
"type": "option"
|
|
3631
|
-
},
|
|
3632
|
-
"splash-image": {
|
|
3633
|
-
"char": "s",
|
|
3634
|
-
"description": "path to a png image to replace the splash screen",
|
|
3635
|
-
"name": "splash-image",
|
|
3636
|
-
"hasDynamicHelp": false,
|
|
3637
|
-
"multiple": false,
|
|
3638
|
-
"type": "option"
|
|
3639
|
-
},
|
|
3640
|
-
"dont-check-arch": {
|
|
3641
|
-
"description": "disable architecture compatibility check between image and fleet",
|
|
3642
|
-
"name": "dont-check-arch",
|
|
3643
|
-
"allowNo": false,
|
|
3644
|
-
"type": "boolean"
|
|
3645
|
-
},
|
|
3646
|
-
"pin-device-to-release": {
|
|
3647
|
-
"char": "p",
|
|
3648
|
-
"description": "pin the preloaded device to the preloaded release on provision",
|
|
3649
|
-
"name": "pin-device-to-release",
|
|
3650
|
-
"allowNo": true,
|
|
3651
|
-
"type": "boolean"
|
|
3652
|
-
},
|
|
3653
|
-
"additional-space": {
|
|
3654
|
-
"description": "expand the image by this amount of bytes instead of automatically estimating the required amount",
|
|
3655
|
-
"name": "additional-space",
|
|
3656
|
-
"hasDynamicHelp": false,
|
|
3657
|
-
"multiple": false,
|
|
3658
|
-
"type": "option"
|
|
3659
|
-
},
|
|
3660
|
-
"add-certificate": {
|
|
3661
|
-
"description": "Add the given certificate (in PEM format) to /etc/ssl/certs in the preloading container.\nThe file name must end with '.crt' and must not be already contained in the preloader's\n/etc/ssl/certs folder.\nCan be repeated to add multiple certificates.",
|
|
3662
|
-
"name": "add-certificate",
|
|
3663
|
-
"hasDynamicHelp": false,
|
|
3664
|
-
"multiple": true,
|
|
3665
|
-
"type": "option"
|
|
3666
|
-
},
|
|
3667
|
-
"docker": {
|
|
3668
|
-
"char": "P",
|
|
3669
|
-
"description": "Path to a local docker socket (e.g. /var/run/docker.sock)",
|
|
3670
|
-
"name": "docker",
|
|
3671
|
-
"hasDynamicHelp": false,
|
|
3672
|
-
"multiple": false,
|
|
3673
|
-
"type": "option"
|
|
3674
|
-
},
|
|
3675
|
-
"dockerHost": {
|
|
3676
|
-
"char": "h",
|
|
3677
|
-
"description": "Docker daemon hostname or IP address (dev machine or balena device) ",
|
|
3678
|
-
"name": "dockerHost",
|
|
3679
|
-
"hasDynamicHelp": false,
|
|
3680
|
-
"multiple": false,
|
|
3681
|
-
"type": "option"
|
|
3682
|
-
},
|
|
3683
|
-
"dockerPort": {
|
|
3684
|
-
"description": "Docker daemon TCP port number (hint: 2375 for balena devices)",
|
|
3685
|
-
"name": "dockerPort",
|
|
3686
|
-
"hasDynamicHelp": false,
|
|
3687
|
-
"multiple": false,
|
|
3688
|
-
"type": "option"
|
|
3689
|
-
},
|
|
3690
|
-
"ca": {
|
|
3691
|
-
"description": "Docker host TLS certificate authority file",
|
|
3692
|
-
"name": "ca",
|
|
3693
|
-
"hasDynamicHelp": false,
|
|
3694
|
-
"multiple": false,
|
|
3695
|
-
"type": "option"
|
|
3696
|
-
},
|
|
3697
|
-
"cert": {
|
|
3698
|
-
"description": "Docker host TLS certificate file",
|
|
3699
|
-
"name": "cert",
|
|
3700
|
-
"hasDynamicHelp": false,
|
|
3701
|
-
"multiple": false,
|
|
3702
|
-
"type": "option"
|
|
3703
|
-
},
|
|
3704
|
-
"key": {
|
|
3705
|
-
"description": "Docker host TLS key file",
|
|
3706
|
-
"name": "key",
|
|
3707
|
-
"hasDynamicHelp": false,
|
|
3708
|
-
"multiple": false,
|
|
3709
|
-
"type": "option"
|
|
3710
|
-
}
|
|
3711
|
-
},
|
|
3712
|
-
"hasDynamicHelp": false,
|
|
3713
|
-
"hiddenAliases": [],
|
|
3714
|
-
"id": "preload",
|
|
3715
|
-
"pluginAlias": "balena-cli",
|
|
3716
|
-
"pluginName": "balena-cli",
|
|
3717
|
-
"pluginType": "core",
|
|
3718
|
-
"strict": true,
|
|
3719
|
-
"enableJsonFlag": false,
|
|
3720
|
-
"authenticated": true,
|
|
3721
|
-
"primary": true,
|
|
3722
|
-
"isESM": false,
|
|
3723
|
-
"relativePath": [
|
|
3724
|
-
"build",
|
|
3725
|
-
"commands",
|
|
3726
|
-
"preload",
|
|
3727
|
-
"index.js"
|
|
3728
|
-
]
|
|
3729
|
-
},
|
|
3730
3600
|
"push": {
|
|
3731
3601
|
"aliases": [],
|
|
3732
3602
|
"args": {
|
|
@@ -3797,79 +3667,208 @@
|
|
|
3797
3667
|
"allowNo": false,
|
|
3798
3668
|
"type": "boolean"
|
|
3799
3669
|
},
|
|
3800
|
-
"registry-secrets": {
|
|
3801
|
-
"char": "R",
|
|
3802
|
-
"description": "Path to a local YAML or JSON file containing Docker registry passwords used\nto pull base images. Note that if registry-secrets are not provided on the\ncommand line, a secrets configuration file from the balena directory will be\nused (usually $HOME/.balena/secrets.yml|.json)",
|
|
3803
|
-
"name": "registry-secrets",
|
|
3670
|
+
"registry-secrets": {
|
|
3671
|
+
"char": "R",
|
|
3672
|
+
"description": "Path to a local YAML or JSON file containing Docker registry passwords used\nto pull base images. Note that if registry-secrets are not provided on the\ncommand line, a secrets configuration file from the balena directory will be\nused (usually $HOME/.balena/secrets.yml|.json)",
|
|
3673
|
+
"name": "registry-secrets",
|
|
3674
|
+
"hasDynamicHelp": false,
|
|
3675
|
+
"multiple": false,
|
|
3676
|
+
"type": "option"
|
|
3677
|
+
},
|
|
3678
|
+
"nolive": {
|
|
3679
|
+
"description": "Don't run a live session on this push. The filesystem will not be monitored,\nand changes will not be synchronized to any running containers. Note that both\nthis flag and --detached are required to cause the process to end once the\ninitial build has completed.",
|
|
3680
|
+
"name": "nolive",
|
|
3681
|
+
"allowNo": false,
|
|
3682
|
+
"type": "boolean"
|
|
3683
|
+
},
|
|
3684
|
+
"detached": {
|
|
3685
|
+
"char": "d",
|
|
3686
|
+
"description": "When pushing to the cloud, this option will cause the build to start, then\nreturn execution back to the shell, with the status and release ID (if\napplicable). When pushing to a local mode device, this option will cause\nthe command to not tail logs when the build has completed.",
|
|
3687
|
+
"name": "detached",
|
|
3688
|
+
"allowNo": false,
|
|
3689
|
+
"type": "boolean"
|
|
3690
|
+
},
|
|
3691
|
+
"service": {
|
|
3692
|
+
"description": "Reject logs not originating from this service.\nThis can be used in combination with --system and other --service flags.\nOnly valid when pushing to a local mode device.",
|
|
3693
|
+
"name": "service",
|
|
3694
|
+
"hasDynamicHelp": false,
|
|
3695
|
+
"multiple": true,
|
|
3696
|
+
"type": "option"
|
|
3697
|
+
},
|
|
3698
|
+
"system": {
|
|
3699
|
+
"description": "Only show system logs. This can be used in combination with --service.\nOnly valid when pushing to a local mode device.",
|
|
3700
|
+
"name": "system",
|
|
3701
|
+
"allowNo": false,
|
|
3702
|
+
"type": "boolean"
|
|
3703
|
+
},
|
|
3704
|
+
"env": {
|
|
3705
|
+
"description": "When performing a push to device, run the built containers with environment\nvariables provided with this argument. Environment variables can be applied\nto individual services by adding their service name before the argument,\nseparated by a colon, e.g:\n\t--env main:MY_ENV=value\nNote that if the service name cannot be found in the composition, the entire\nleft hand side of the = character will be treated as the variable name.",
|
|
3706
|
+
"name": "env",
|
|
3707
|
+
"hasDynamicHelp": false,
|
|
3708
|
+
"multiple": true,
|
|
3709
|
+
"type": "option"
|
|
3710
|
+
},
|
|
3711
|
+
"noconvert-eol": {
|
|
3712
|
+
"description": "Don't convert line endings from CRLF (Windows format) to LF (Unix format).",
|
|
3713
|
+
"name": "noconvert-eol",
|
|
3714
|
+
"allowNo": false,
|
|
3715
|
+
"type": "boolean"
|
|
3716
|
+
},
|
|
3717
|
+
"multi-dockerignore": {
|
|
3718
|
+
"char": "m",
|
|
3719
|
+
"description": "Have each service use its own .dockerignore file. See \"balena help push\".",
|
|
3720
|
+
"name": "multi-dockerignore",
|
|
3721
|
+
"allowNo": false,
|
|
3722
|
+
"type": "boolean"
|
|
3723
|
+
},
|
|
3724
|
+
"release-tag": {
|
|
3725
|
+
"description": "Set release tags if the image build is successful (balenaCloud only). Multiple\narguments may be provided, alternating tag keys and values (see examples).\nHint: Empty values may be specified with \"\" (bash, cmd.exe) or '\"\"' (PowerShell).",
|
|
3726
|
+
"exclusive": [
|
|
3727
|
+
"detached"
|
|
3728
|
+
],
|
|
3729
|
+
"name": "release-tag",
|
|
3730
|
+
"hasDynamicHelp": false,
|
|
3731
|
+
"multiple": true,
|
|
3732
|
+
"type": "option"
|
|
3733
|
+
},
|
|
3734
|
+
"draft": {
|
|
3735
|
+
"description": "Instruct the builder to create the release as a draft. Draft releases are ignored\nby the 'track latest' release policy but can be used through release pinning.\nDraft releases can be marked as final through the API. Releases are created\nas final by default unless this option is given.",
|
|
3736
|
+
"name": "draft",
|
|
3737
|
+
"allowNo": false,
|
|
3738
|
+
"type": "boolean"
|
|
3739
|
+
},
|
|
3740
|
+
"note": {
|
|
3741
|
+
"description": "The notes for this release",
|
|
3742
|
+
"name": "note",
|
|
3743
|
+
"hasDynamicHelp": false,
|
|
3744
|
+
"multiple": false,
|
|
3745
|
+
"type": "option"
|
|
3746
|
+
}
|
|
3747
|
+
},
|
|
3748
|
+
"hasDynamicHelp": false,
|
|
3749
|
+
"hiddenAliases": [],
|
|
3750
|
+
"id": "push",
|
|
3751
|
+
"pluginAlias": "balena-cli",
|
|
3752
|
+
"pluginName": "balena-cli",
|
|
3753
|
+
"pluginType": "core",
|
|
3754
|
+
"strict": true,
|
|
3755
|
+
"enableJsonFlag": false,
|
|
3756
|
+
"primary": true,
|
|
3757
|
+
"isESM": false,
|
|
3758
|
+
"relativePath": [
|
|
3759
|
+
"build",
|
|
3760
|
+
"commands",
|
|
3761
|
+
"push",
|
|
3762
|
+
"index.js"
|
|
3763
|
+
]
|
|
3764
|
+
},
|
|
3765
|
+
"preload": {
|
|
3766
|
+
"aliases": [],
|
|
3767
|
+
"args": {
|
|
3768
|
+
"image": {
|
|
3769
|
+
"description": "the image file path",
|
|
3770
|
+
"name": "image",
|
|
3771
|
+
"required": true
|
|
3772
|
+
}
|
|
3773
|
+
},
|
|
3774
|
+
"description": "Preload a release on a disk image (or Edison zip archive).\n\nPreload a release (service images/containers) from a balena fleet, and optionally\na balenaOS splash screen, in a previously downloaded '.img' balenaOS image file\nin the local disk (a zip file is only accepted for the Intel Edison device type).\nAfter preloading, the balenaOS image file can be flashed to a device's SD card.\nWhen the device boots, it will not need to download the release, as it was\npreloaded. This is usually combined with release pinning\n(https://www.balena.io/docs/learn/deploy/release-strategy/release-policy/)\nto avoid the device downloading a newer release straight away, if available.\nCheck also the Preloading and Preregistering section of the balena CLI's advanced\nmasterclass document:\nhttps://www.balena.io/docs/learn/more/masterclasses/advanced-cli/#5-preloading-and-preregistering\n\nFleets may be specified by fleet name or slug. Fleet slugs are\nthe recommended option, as they are unique and unambiguous. Slugs can be\nlisted with the `balena fleet list` command. Note that slugs may change if the\nfleet is renamed. Fleet names are not unique and may result in \"Fleet is\nambiguous\" errors at any time (even if it \"used to work in the past\"), for\nexample if the name clashes with a newly created public fleet, or with fleets\nfrom other balena accounts that you may be invited to join under any role.\nFor this reason, fleet names are especially discouraged in scripts (e.g. CI\nenvironments).\n\nNote that the this command requires Docker to be installed, as further detailed\nin the balena CLI's installation instructions:\nhttps://github.com/balena-io/balena-cli/blob/master/INSTALL.md\nThe `--dockerHost` and `--dockerPort` flags allow a remote Docker engine to\nbe used, however the image file must be accessible to the remote Docker engine\non the same path given on the command line. This is because Docker's bind mount\nfeature is used to \"share\" the image with a container that performs the preload.",
|
|
3775
|
+
"examples": [
|
|
3776
|
+
"$ balena preload balena.img --fleet MyFleet --commit e1f2592fc6ee949e68756d4f4a48e49bff8d72a0",
|
|
3777
|
+
"$ balena preload balena.img --fleet myorg/myfleet --splash-image image.png",
|
|
3778
|
+
"$ balena preload balena.img"
|
|
3779
|
+
],
|
|
3780
|
+
"flags": {
|
|
3781
|
+
"fleet": {
|
|
3782
|
+
"char": "f",
|
|
3783
|
+
"description": "fleet name or slug (preferred)",
|
|
3784
|
+
"name": "fleet",
|
|
3785
|
+
"hasDynamicHelp": false,
|
|
3786
|
+
"multiple": false,
|
|
3787
|
+
"type": "option"
|
|
3788
|
+
},
|
|
3789
|
+
"commit": {
|
|
3790
|
+
"char": "c",
|
|
3791
|
+
"description": "The commit hash of the release to preload. Use \"current\" to specify the current\nrelease (ignored if no appId is given). The current release is usually also the\nlatest, but can be pinned to a specific release. See:\nhttps://www.balena.io/docs/learn/deploy/release-strategy/release-policy/\nhttps://www.balena.io/docs/learn/more/masterclasses/fleet-management/#63-pin-using-the-api\nhttps://github.com/balena-io-examples/staged-releases",
|
|
3792
|
+
"name": "commit",
|
|
3804
3793
|
"hasDynamicHelp": false,
|
|
3805
3794
|
"multiple": false,
|
|
3806
3795
|
"type": "option"
|
|
3807
3796
|
},
|
|
3808
|
-
"
|
|
3809
|
-
"
|
|
3810
|
-
"
|
|
3797
|
+
"splash-image": {
|
|
3798
|
+
"char": "s",
|
|
3799
|
+
"description": "path to a png image to replace the splash screen",
|
|
3800
|
+
"name": "splash-image",
|
|
3801
|
+
"hasDynamicHelp": false,
|
|
3802
|
+
"multiple": false,
|
|
3803
|
+
"type": "option"
|
|
3804
|
+
},
|
|
3805
|
+
"dont-check-arch": {
|
|
3806
|
+
"description": "disable architecture compatibility check between image and fleet",
|
|
3807
|
+
"name": "dont-check-arch",
|
|
3811
3808
|
"allowNo": false,
|
|
3812
3809
|
"type": "boolean"
|
|
3813
3810
|
},
|
|
3814
|
-
"
|
|
3815
|
-
"char": "
|
|
3816
|
-
"description": "
|
|
3817
|
-
"name": "
|
|
3818
|
-
"allowNo":
|
|
3811
|
+
"pin-device-to-release": {
|
|
3812
|
+
"char": "p",
|
|
3813
|
+
"description": "pin the preloaded device to the preloaded release on provision",
|
|
3814
|
+
"name": "pin-device-to-release",
|
|
3815
|
+
"allowNo": true,
|
|
3819
3816
|
"type": "boolean"
|
|
3820
3817
|
},
|
|
3821
|
-
"
|
|
3822
|
-
"description": "
|
|
3823
|
-
"name": "
|
|
3818
|
+
"additional-space": {
|
|
3819
|
+
"description": "expand the image by this amount of bytes instead of automatically estimating the required amount",
|
|
3820
|
+
"name": "additional-space",
|
|
3824
3821
|
"hasDynamicHelp": false,
|
|
3825
|
-
"multiple":
|
|
3822
|
+
"multiple": false,
|
|
3826
3823
|
"type": "option"
|
|
3827
3824
|
},
|
|
3828
|
-
"
|
|
3829
|
-
"description": "
|
|
3830
|
-
"name": "
|
|
3831
|
-
"allowNo": false,
|
|
3832
|
-
"type": "boolean"
|
|
3833
|
-
},
|
|
3834
|
-
"env": {
|
|
3835
|
-
"description": "When performing a push to device, run the built containers with environment\nvariables provided with this argument. Environment variables can be applied\nto individual services by adding their service name before the argument,\nseparated by a colon, e.g:\n\t--env main:MY_ENV=value\nNote that if the service name cannot be found in the composition, the entire\nleft hand side of the = character will be treated as the variable name.",
|
|
3836
|
-
"name": "env",
|
|
3825
|
+
"add-certificate": {
|
|
3826
|
+
"description": "Add the given certificate (in PEM format) to /etc/ssl/certs in the preloading container.\nThe file name must end with '.crt' and must not be already contained in the preloader's\n/etc/ssl/certs folder.\nCan be repeated to add multiple certificates.",
|
|
3827
|
+
"name": "add-certificate",
|
|
3837
3828
|
"hasDynamicHelp": false,
|
|
3838
3829
|
"multiple": true,
|
|
3839
3830
|
"type": "option"
|
|
3840
3831
|
},
|
|
3841
|
-
"
|
|
3842
|
-
"
|
|
3843
|
-
"
|
|
3844
|
-
"
|
|
3845
|
-
"
|
|
3832
|
+
"docker": {
|
|
3833
|
+
"char": "P",
|
|
3834
|
+
"description": "Path to a local docker socket (e.g. /var/run/docker.sock)",
|
|
3835
|
+
"name": "docker",
|
|
3836
|
+
"hasDynamicHelp": false,
|
|
3837
|
+
"multiple": false,
|
|
3838
|
+
"type": "option"
|
|
3846
3839
|
},
|
|
3847
|
-
"
|
|
3848
|
-
"char": "
|
|
3849
|
-
"description": "
|
|
3850
|
-
"name": "
|
|
3851
|
-
"
|
|
3852
|
-
"
|
|
3840
|
+
"dockerHost": {
|
|
3841
|
+
"char": "h",
|
|
3842
|
+
"description": "Docker daemon hostname or IP address (dev machine or balena device) ",
|
|
3843
|
+
"name": "dockerHost",
|
|
3844
|
+
"hasDynamicHelp": false,
|
|
3845
|
+
"multiple": false,
|
|
3846
|
+
"type": "option"
|
|
3853
3847
|
},
|
|
3854
|
-
"
|
|
3855
|
-
"description": "
|
|
3856
|
-
"
|
|
3857
|
-
"detached"
|
|
3858
|
-
],
|
|
3859
|
-
"name": "release-tag",
|
|
3848
|
+
"dockerPort": {
|
|
3849
|
+
"description": "Docker daemon TCP port number (hint: 2375 for balena devices)",
|
|
3850
|
+
"name": "dockerPort",
|
|
3860
3851
|
"hasDynamicHelp": false,
|
|
3861
|
-
"multiple":
|
|
3852
|
+
"multiple": false,
|
|
3862
3853
|
"type": "option"
|
|
3863
3854
|
},
|
|
3864
|
-
"
|
|
3865
|
-
"description": "
|
|
3866
|
-
"name": "
|
|
3867
|
-
"
|
|
3868
|
-
"
|
|
3855
|
+
"ca": {
|
|
3856
|
+
"description": "Docker host TLS certificate authority file",
|
|
3857
|
+
"name": "ca",
|
|
3858
|
+
"hasDynamicHelp": false,
|
|
3859
|
+
"multiple": false,
|
|
3860
|
+
"type": "option"
|
|
3869
3861
|
},
|
|
3870
|
-
"
|
|
3871
|
-
"description": "
|
|
3872
|
-
"name": "
|
|
3862
|
+
"cert": {
|
|
3863
|
+
"description": "Docker host TLS certificate file",
|
|
3864
|
+
"name": "cert",
|
|
3865
|
+
"hasDynamicHelp": false,
|
|
3866
|
+
"multiple": false,
|
|
3867
|
+
"type": "option"
|
|
3868
|
+
},
|
|
3869
|
+
"key": {
|
|
3870
|
+
"description": "Docker host TLS key file",
|
|
3871
|
+
"name": "key",
|
|
3873
3872
|
"hasDynamicHelp": false,
|
|
3874
3873
|
"multiple": false,
|
|
3875
3874
|
"type": "option"
|
|
@@ -3877,18 +3876,19 @@
|
|
|
3877
3876
|
},
|
|
3878
3877
|
"hasDynamicHelp": false,
|
|
3879
3878
|
"hiddenAliases": [],
|
|
3880
|
-
"id": "
|
|
3879
|
+
"id": "preload",
|
|
3881
3880
|
"pluginAlias": "balena-cli",
|
|
3882
3881
|
"pluginName": "balena-cli",
|
|
3883
3882
|
"pluginType": "core",
|
|
3884
3883
|
"strict": true,
|
|
3885
3884
|
"enableJsonFlag": false,
|
|
3885
|
+
"authenticated": true,
|
|
3886
3886
|
"primary": true,
|
|
3887
3887
|
"isESM": false,
|
|
3888
3888
|
"relativePath": [
|
|
3889
3889
|
"build",
|
|
3890
3890
|
"commands",
|
|
3891
|
-
"
|
|
3891
|
+
"preload",
|
|
3892
3892
|
"index.js"
|
|
3893
3893
|
]
|
|
3894
3894
|
},
|
|
@@ -4313,67 +4313,6 @@
|
|
|
4313
4313
|
"index.js"
|
|
4314
4314
|
]
|
|
4315
4315
|
},
|
|
4316
|
-
"support": {
|
|
4317
|
-
"aliases": [],
|
|
4318
|
-
"args": {
|
|
4319
|
-
"action": {
|
|
4320
|
-
"description": "enable|disable support access",
|
|
4321
|
-
"name": "action",
|
|
4322
|
-
"options": [
|
|
4323
|
-
"enable",
|
|
4324
|
-
"disable"
|
|
4325
|
-
]
|
|
4326
|
-
}
|
|
4327
|
-
},
|
|
4328
|
-
"description": "Grant or revoke support access for devices or fleets.\n\nGrant or revoke balena support agent access to devices or fleets\non balenaCloud. (This command does not apply to openBalena.)\nAccess will be automatically revoked once the specified duration has elapsed.\n\nDuration defaults to 24h, but can be specified using --duration flag in days\nor hours, e.g. '12h', '2d'.\n\nBoth --device and --fleet flags accept multiple values, specified as\na comma-separated list (with no spaces).\n\nFleets may be specified by fleet name or slug. Fleet slugs are\nthe recommended option, as they are unique and unambiguous. Slugs can be\nlisted with the `balena fleet list` command. Note that slugs may change if the\nfleet is renamed. Fleet names are not unique and may result in \"Fleet is\nambiguous\" errors at any time (even if it \"used to work in the past\"), for\nexample if the name clashes with a newly created public fleet, or with fleets\nfrom other balena accounts that you may be invited to join under any role.\nFor this reason, fleet names are especially discouraged in scripts (e.g. CI\nenvironments).",
|
|
4329
|
-
"examples": [
|
|
4330
|
-
"balena support enable --device ab346f,cd457a --duration 3d",
|
|
4331
|
-
"balena support enable --fleet myFleet --duration 12h",
|
|
4332
|
-
"balena support disable -f myorg/myfleet"
|
|
4333
|
-
],
|
|
4334
|
-
"flags": {
|
|
4335
|
-
"device": {
|
|
4336
|
-
"char": "d",
|
|
4337
|
-
"description": "comma-separated list (no spaces) of device UUIDs",
|
|
4338
|
-
"name": "device",
|
|
4339
|
-
"hasDynamicHelp": false,
|
|
4340
|
-
"multiple": false,
|
|
4341
|
-
"type": "option"
|
|
4342
|
-
},
|
|
4343
|
-
"fleet": {
|
|
4344
|
-
"char": "f",
|
|
4345
|
-
"description": "comma-separated list (no spaces) of fleet names or slugs (preferred)",
|
|
4346
|
-
"name": "fleet",
|
|
4347
|
-
"hasDynamicHelp": false,
|
|
4348
|
-
"multiple": false,
|
|
4349
|
-
"type": "option"
|
|
4350
|
-
},
|
|
4351
|
-
"duration": {
|
|
4352
|
-
"char": "t",
|
|
4353
|
-
"description": "length of time to enable support for, in (h)ours or (d)ays, e.g. 12h, 2d",
|
|
4354
|
-
"name": "duration",
|
|
4355
|
-
"hasDynamicHelp": false,
|
|
4356
|
-
"multiple": false,
|
|
4357
|
-
"type": "option"
|
|
4358
|
-
}
|
|
4359
|
-
},
|
|
4360
|
-
"hasDynamicHelp": false,
|
|
4361
|
-
"hiddenAliases": [],
|
|
4362
|
-
"id": "support",
|
|
4363
|
-
"pluginAlias": "balena-cli",
|
|
4364
|
-
"pluginName": "balena-cli",
|
|
4365
|
-
"pluginType": "core",
|
|
4366
|
-
"strict": true,
|
|
4367
|
-
"enableJsonFlag": false,
|
|
4368
|
-
"authenticated": true,
|
|
4369
|
-
"isESM": false,
|
|
4370
|
-
"relativePath": [
|
|
4371
|
-
"build",
|
|
4372
|
-
"commands",
|
|
4373
|
-
"support",
|
|
4374
|
-
"index.js"
|
|
4375
|
-
]
|
|
4376
|
-
},
|
|
4377
4316
|
"ssh-key:add": {
|
|
4378
4317
|
"aliases": [],
|
|
4379
4318
|
"args": {
|
|
@@ -4509,26 +4448,65 @@
|
|
|
4509
4448
|
"rm.js"
|
|
4510
4449
|
]
|
|
4511
4450
|
},
|
|
4512
|
-
"
|
|
4451
|
+
"support": {
|
|
4513
4452
|
"aliases": [],
|
|
4514
|
-
"args": {
|
|
4515
|
-
|
|
4516
|
-
|
|
4453
|
+
"args": {
|
|
4454
|
+
"action": {
|
|
4455
|
+
"description": "enable|disable support access",
|
|
4456
|
+
"name": "action",
|
|
4457
|
+
"options": [
|
|
4458
|
+
"enable",
|
|
4459
|
+
"disable"
|
|
4460
|
+
]
|
|
4461
|
+
}
|
|
4462
|
+
},
|
|
4463
|
+
"description": "Grant or revoke support access for devices or fleets.\n\nGrant or revoke balena support agent access to devices or fleets\non balenaCloud. (This command does not apply to openBalena.)\nAccess will be automatically revoked once the specified duration has elapsed.\n\nDuration defaults to 24h, but can be specified using --duration flag in days\nor hours, e.g. '12h', '2d'.\n\nBoth --device and --fleet flags accept multiple values, specified as\na comma-separated list (with no spaces).\n\nFleets may be specified by fleet name or slug. Fleet slugs are\nthe recommended option, as they are unique and unambiguous. Slugs can be\nlisted with the `balena fleet list` command. Note that slugs may change if the\nfleet is renamed. Fleet names are not unique and may result in \"Fleet is\nambiguous\" errors at any time (even if it \"used to work in the past\"), for\nexample if the name clashes with a newly created public fleet, or with fleets\nfrom other balena accounts that you may be invited to join under any role.\nFor this reason, fleet names are especially discouraged in scripts (e.g. CI\nenvironments).",
|
|
4464
|
+
"examples": [
|
|
4465
|
+
"balena support enable --device ab346f,cd457a --duration 3d",
|
|
4466
|
+
"balena support enable --fleet myFleet --duration 12h",
|
|
4467
|
+
"balena support disable -f myorg/myfleet"
|
|
4468
|
+
],
|
|
4469
|
+
"flags": {
|
|
4470
|
+
"device": {
|
|
4471
|
+
"char": "d",
|
|
4472
|
+
"description": "comma-separated list (no spaces) of device UUIDs",
|
|
4473
|
+
"name": "device",
|
|
4474
|
+
"hasDynamicHelp": false,
|
|
4475
|
+
"multiple": false,
|
|
4476
|
+
"type": "option"
|
|
4477
|
+
},
|
|
4478
|
+
"fleet": {
|
|
4479
|
+
"char": "f",
|
|
4480
|
+
"description": "comma-separated list (no spaces) of fleet names or slugs (preferred)",
|
|
4481
|
+
"name": "fleet",
|
|
4482
|
+
"hasDynamicHelp": false,
|
|
4483
|
+
"multiple": false,
|
|
4484
|
+
"type": "option"
|
|
4485
|
+
},
|
|
4486
|
+
"duration": {
|
|
4487
|
+
"char": "t",
|
|
4488
|
+
"description": "length of time to enable support for, in (h)ours or (d)ays, e.g. 12h, 2d",
|
|
4489
|
+
"name": "duration",
|
|
4490
|
+
"hasDynamicHelp": false,
|
|
4491
|
+
"multiple": false,
|
|
4492
|
+
"type": "option"
|
|
4493
|
+
}
|
|
4494
|
+
},
|
|
4517
4495
|
"hasDynamicHelp": false,
|
|
4518
4496
|
"hiddenAliases": [],
|
|
4519
|
-
"id": "
|
|
4497
|
+
"id": "support",
|
|
4520
4498
|
"pluginAlias": "balena-cli",
|
|
4521
4499
|
"pluginName": "balena-cli",
|
|
4522
4500
|
"pluginType": "core",
|
|
4523
4501
|
"strict": true,
|
|
4524
4502
|
"enableJsonFlag": false,
|
|
4525
|
-
"
|
|
4503
|
+
"authenticated": true,
|
|
4526
4504
|
"isESM": false,
|
|
4527
4505
|
"relativePath": [
|
|
4528
4506
|
"build",
|
|
4529
4507
|
"commands",
|
|
4530
|
-
"
|
|
4531
|
-
"
|
|
4508
|
+
"support",
|
|
4509
|
+
"index.js"
|
|
4532
4510
|
]
|
|
4533
4511
|
},
|
|
4534
4512
|
"tag:list": {
|
|
@@ -4751,6 +4729,28 @@
|
|
|
4751
4729
|
"set.js"
|
|
4752
4730
|
]
|
|
4753
4731
|
},
|
|
4732
|
+
"util:available-drives": {
|
|
4733
|
+
"aliases": [],
|
|
4734
|
+
"args": {},
|
|
4735
|
+
"description": "List available drives.\n\nList available drives which are usable for writing an OS image to.\nDoes not list system drives.",
|
|
4736
|
+
"flags": {},
|
|
4737
|
+
"hasDynamicHelp": false,
|
|
4738
|
+
"hiddenAliases": [],
|
|
4739
|
+
"id": "util:available-drives",
|
|
4740
|
+
"pluginAlias": "balena-cli",
|
|
4741
|
+
"pluginName": "balena-cli",
|
|
4742
|
+
"pluginType": "core",
|
|
4743
|
+
"strict": true,
|
|
4744
|
+
"enableJsonFlag": false,
|
|
4745
|
+
"offlineCompatible": true,
|
|
4746
|
+
"isESM": false,
|
|
4747
|
+
"relativePath": [
|
|
4748
|
+
"build",
|
|
4749
|
+
"commands",
|
|
4750
|
+
"util",
|
|
4751
|
+
"available-drives.js"
|
|
4752
|
+
]
|
|
4753
|
+
},
|
|
4754
4754
|
"whoami": {
|
|
4755
4755
|
"aliases": [],
|
|
4756
4756
|
"args": {},
|
|
@@ -4777,5 +4777,5 @@
|
|
|
4777
4777
|
]
|
|
4778
4778
|
}
|
|
4779
4779
|
},
|
|
4780
|
-
"version": "23.2.
|
|
4780
|
+
"version": "23.2.14"
|
|
4781
4781
|
}
|