balena-cli 17.4.2 → 17.4.3

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.
Files changed (96) hide show
  1. package/CHANGELOG.md +4 -0
  2. package/bin/balena +1 -1
  3. package/bin/balena-dev +1 -1
  4. package/build/app.d.ts +1 -1
  5. package/build/app.js +8 -4
  6. package/build/app.js.map +1 -1
  7. package/build/commands/api-key/generate.d.ts +1 -1
  8. package/build/commands/api-key/revoke.d.ts +1 -1
  9. package/build/commands/api-keys/index.d.ts +1 -1
  10. package/build/commands/app/create.d.ts +3 -3
  11. package/build/commands/block/create.d.ts +3 -3
  12. package/build/commands/build/index.d.ts +16 -16
  13. package/build/commands/config/generate.d.ts +24 -72
  14. package/build/commands/config/inject.d.ts +2 -2
  15. package/build/commands/config/read.d.ts +1 -1
  16. package/build/commands/config/reconfigure.d.ts +2 -2
  17. package/build/commands/config/write.d.ts +3 -3
  18. package/build/commands/deploy/index.d.ts +17 -17
  19. package/build/commands/device/deactivate.d.ts +1 -1
  20. package/build/commands/device/identify.d.ts +1 -1
  21. package/build/commands/device/index.d.ts +1 -1
  22. package/build/commands/device/init.d.ts +6 -6
  23. package/build/commands/device/local-mode.d.ts +1 -1
  24. package/build/commands/device/move.d.ts +2 -2
  25. package/build/commands/device/os-update.d.ts +2 -2
  26. package/build/commands/device/pin.d.ts +2 -2
  27. package/build/commands/device/public-url.d.ts +1 -1
  28. package/build/commands/device/purge.d.ts +1 -1
  29. package/build/commands/device/reboot.d.ts +1 -1
  30. package/build/commands/device/register.d.ts +3 -3
  31. package/build/commands/device/rename.d.ts +2 -2
  32. package/build/commands/device/restart.d.ts +2 -2
  33. package/build/commands/device/rm.d.ts +1 -1
  34. package/build/commands/device/shutdown.d.ts +1 -1
  35. package/build/commands/device/start-service.d.ts +2 -2
  36. package/build/commands/device/stop-service.d.ts +2 -2
  37. package/build/commands/device/track-fleet.d.ts +1 -1
  38. package/build/commands/devices/index.d.ts +1 -1
  39. package/build/commands/env/add.d.ts +17 -65
  40. package/build/commands/env/rename.d.ts +3 -3
  41. package/build/commands/env/rm.d.ts +2 -2
  42. package/build/commands/envs/index.d.ts +21 -93
  43. package/build/commands/fleet/create.d.ts +3 -3
  44. package/build/commands/fleet/index.d.ts +2 -2
  45. package/build/commands/fleet/pin.d.ts +2 -2
  46. package/build/commands/fleet/purge.d.ts +1 -1
  47. package/build/commands/fleet/rename.d.ts +2 -2
  48. package/build/commands/fleet/restart.d.ts +1 -1
  49. package/build/commands/fleet/rm.d.ts +1 -1
  50. package/build/commands/fleet/track-latest.d.ts +1 -1
  51. package/build/commands/fleets/index.d.ts +3 -3
  52. package/build/commands/internal/osinit.d.ts +3 -3
  53. package/build/commands/join/index.d.ts +3 -3
  54. package/build/commands/key/add.d.ts +2 -2
  55. package/build/commands/key/index.d.ts +2 -2
  56. package/build/commands/key/rm.d.ts +2 -2
  57. package/build/commands/leave/index.d.ts +1 -1
  58. package/build/commands/local/configure.d.ts +1 -1
  59. package/build/commands/local/flash.d.ts +2 -2
  60. package/build/commands/login/index.d.ts +5 -5
  61. package/build/commands/logs/index.d.ts +3 -3
  62. package/build/commands/notes/index.d.ts +9 -33
  63. package/build/commands/os/build-config.d.ts +3 -3
  64. package/build/commands/os/configure.d.ts +26 -74
  65. package/build/commands/os/download.d.ts +3 -3
  66. package/build/commands/os/initialize.d.ts +3 -3
  67. package/build/commands/os/versions.d.ts +1 -1
  68. package/build/commands/preload/index.d.ts +12 -12
  69. package/build/commands/push/index.d.ts +8 -8
  70. package/build/commands/release/finalize.d.ts +1 -1
  71. package/build/commands/release/index.d.ts +1 -1
  72. package/build/commands/release/invalidate.d.ts +1 -1
  73. package/build/commands/release/validate.d.ts +1 -1
  74. package/build/commands/releases/index.d.ts +1 -1
  75. package/build/commands/scan/index.d.ts +1 -1
  76. package/build/commands/ssh/index.d.ts +3 -3
  77. package/build/commands/support/index.d.ts +10 -34
  78. package/build/commands/tag/rm.d.ts +22 -94
  79. package/build/commands/tag/set.d.ts +23 -95
  80. package/build/commands/tags/index.d.ts +21 -93
  81. package/build/commands/tunnel/index.d.ts +2 -2
  82. package/build/help.js +1 -1
  83. package/build/help.js.map +1 -1
  84. package/build/preparser.d.ts +4 -1
  85. package/build/preparser.js.map +1 -1
  86. package/build/utils/common-args.d.ts +1 -1
  87. package/build/utils/common-flags.d.ts +11 -11
  88. package/build/utils/compose_ts.d.ts +3 -3
  89. package/build/utils/docker.d.ts +15 -15
  90. package/lib/app.ts +10 -3
  91. package/lib/help.ts +1 -1
  92. package/lib/preparser.ts +5 -1
  93. package/npm-shrinkwrap.json +1043 -42
  94. package/oclif.manifest.json +1 -1
  95. package/package.json +3 -3
  96. package/patches/all/{@oclif+core+2.15.0.patch → @oclif+core+3.11.0.patch} +26 -25
package/CHANGELOG.md CHANGED
@@ -4,6 +4,10 @@ All notable changes to this project will be documented in this file
4
4
  automatically by Versionist. DO NOT EDIT THIS FILE MANUALLY!
5
5
  This project adheres to [Semantic Versioning](http://semver.org/).
6
6
 
7
+ ## 17.4.3 - 2023-11-16
8
+
9
+ * Bump oclif-core to v3 [Otávio Jacobi]
10
+
7
11
  ## 17.4.2 - 2023-11-15
8
12
 
9
13
  * Docs: Automatically generate Capitano configuration [Vipul Gupta (@vipulgupta2048)]
package/bin/balena CHANGED
@@ -15,7 +15,7 @@ async function run() {
15
15
  require('@balena/es-version').set('es2018');
16
16
 
17
17
  // Run the CLI
18
- await require('../build/app').run();
18
+ await require('../build/app').run(undefined, { dir: __dirname });
19
19
  }
20
20
 
21
21
  run();
package/bin/balena-dev CHANGED
@@ -57,7 +57,7 @@ require('ts-node').register({
57
57
  project: path.join(rootDir, 'tsconfig.json'),
58
58
  transpileOnly: true,
59
59
  });
60
- require('../lib/app').run();
60
+ require('../lib/app').run(undefined, { dir: __dirname, development: true });
61
61
 
62
62
  // Modify package.json oclif paths from build/ -> lib/, or vice versa
63
63
  function modifyOclifPaths(revert) {
package/build/app.d.ts CHANGED
@@ -1,4 +1,4 @@
1
1
  import { AppOptions } from './preparser';
2
2
  export declare const setupSentry: () => Promise<import("@sentry/node").Hub>;
3
3
  export declare function setMaxListeners(maxListeners: number): void;
4
- export declare function run(cliArgs?: string[], options?: AppOptions): Promise<void>;
4
+ export declare function run(cliArgs: string[] | undefined, options: AppOptions): Promise<void>;
package/build/app.js CHANGED
@@ -70,13 +70,17 @@ async function oclifRun(command, options) {
70
70
  deprecationPromise = deprecationChecker.checkForNewReleasesIfNeeded();
71
71
  }
72
72
  const runPromise = (async function (shouldFlush) {
73
- var _a;
73
+ var _a, _b;
74
74
  let isEEXIT = false;
75
75
  try {
76
- await (0, core_1.run)(command, options.configPath);
76
+ if (options.development) {
77
+ process.env.NODE_ENV = 'development';
78
+ core_1.settings.debug = true;
79
+ }
80
+ await (0, core_1.run)(command, (_a = options.loadOptions) !== null && _a !== void 0 ? _a : options.dir);
77
81
  }
78
82
  catch (error) {
79
- if (((_a = error.oclif) === null || _a === void 0 ? void 0 : _a.exit) === 0) {
83
+ if (((_b = error.oclif) === null || _b === void 0 ? void 0 : _b.exit) === 0) {
80
84
  isEEXIT = true;
81
85
  }
82
86
  else {
@@ -93,7 +97,7 @@ async function oclifRun(command, options) {
93
97
  const { trackPromise } = await Promise.resolve().then(() => require('./hooks/prerun/track'));
94
98
  await Promise.all([trackPromise, deprecationPromise, runPromise]);
95
99
  }
96
- async function run(cliArgs = process.argv, options = {}) {
100
+ async function run(cliArgs = process.argv, options) {
97
101
  try {
98
102
  const { setOfflineModeEnvVars, normalizeEnvVars, pkgExec } = await Promise.resolve().then(() => require('./utils/bootstrap'));
99
103
  setOfflineModeEnvVars();
package/build/app.js.map CHANGED
@@ -1 +1 @@
1
- {"version":3,"file":"app.js","sourceRoot":"","sources":["../lib/app.ts"],"names":[],"mappings":"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"}
1
+ {"version":3,"file":"app.js","sourceRoot":"","sources":["../lib/app.ts"],"names":[],"mappings":"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"}
@@ -3,7 +3,7 @@ export default class GenerateCmd extends Command {
3
3
  static description: string;
4
4
  static examples: string[];
5
5
  static args: {
6
- name: import("@oclif/core/lib/interfaces/parser").Arg<string, Record<string, unknown>>;
6
+ name: import("@oclif/core/lib/interfaces").Arg<string, Record<string, unknown>>;
7
7
  };
8
8
  static usage: string;
9
9
  static flags: {
@@ -3,7 +3,7 @@ export default class RevokeCmd extends Command {
3
3
  static description: string;
4
4
  static examples: string[];
5
5
  static args: {
6
- ids: import("@oclif/core/lib/interfaces/parser").Arg<string, Record<string, unknown>>;
6
+ ids: import("@oclif/core/lib/interfaces").Arg<string, Record<string, unknown>>;
7
7
  };
8
8
  static usage: string;
9
9
  static flags: {
@@ -6,7 +6,7 @@ export default class ApiKeysCmd extends Command {
6
6
  static flags: {
7
7
  help: import("@oclif/core/lib/interfaces").BooleanFlag<void>;
8
8
  user: import("@oclif/core/lib/interfaces").BooleanFlag<boolean>;
9
- fleet: import("@oclif/core/lib/interfaces").OptionFlag<string | undefined, import("@oclif/core/lib/interfaces/parser").CustomOptions>;
9
+ fleet: import("@oclif/core/lib/interfaces").OptionFlag<string | undefined, import("@oclif/core/lib/interfaces").CustomOptions>;
10
10
  };
11
11
  static authenticated: boolean;
12
12
  run(): Promise<void>;
@@ -3,12 +3,12 @@ export default class AppCreateCmd extends Command {
3
3
  static description: string;
4
4
  static examples: string[];
5
5
  static args: {
6
- name: import("@oclif/core/lib/interfaces/parser").Arg<string, Record<string, unknown>>;
6
+ name: import("@oclif/core/lib/interfaces").Arg<string, Record<string, unknown>>;
7
7
  };
8
8
  static usage: string;
9
9
  static flags: {
10
- organization: import("@oclif/core/lib/interfaces").OptionFlag<string | undefined, import("@oclif/core/lib/interfaces/parser").CustomOptions>;
11
- type: import("@oclif/core/lib/interfaces").OptionFlag<string | undefined, import("@oclif/core/lib/interfaces/parser").CustomOptions>;
10
+ organization: import("@oclif/core/lib/interfaces").OptionFlag<string | undefined, import("@oclif/core/lib/interfaces").CustomOptions>;
11
+ type: import("@oclif/core/lib/interfaces").OptionFlag<string | undefined, import("@oclif/core/lib/interfaces").CustomOptions>;
12
12
  help: import("@oclif/core/lib/interfaces").BooleanFlag<void>;
13
13
  };
14
14
  static authenticated: boolean;
@@ -3,12 +3,12 @@ export default class BlockCreateCmd extends Command {
3
3
  static description: string;
4
4
  static examples: string[];
5
5
  static args: {
6
- name: import("@oclif/core/lib/interfaces/parser").Arg<string, Record<string, unknown>>;
6
+ name: import("@oclif/core/lib/interfaces").Arg<string, Record<string, unknown>>;
7
7
  };
8
8
  static usage: string;
9
9
  static flags: {
10
- organization: import("@oclif/core/lib/interfaces").OptionFlag<string | undefined, import("@oclif/core/lib/interfaces/parser").CustomOptions>;
11
- type: import("@oclif/core/lib/interfaces").OptionFlag<string | undefined, import("@oclif/core/lib/interfaces/parser").CustomOptions>;
10
+ organization: import("@oclif/core/lib/interfaces").OptionFlag<string | undefined, import("@oclif/core/lib/interfaces").CustomOptions>;
11
+ type: import("@oclif/core/lib/interfaces").OptionFlag<string | undefined, import("@oclif/core/lib/interfaces").CustomOptions>;
12
12
  help: import("@oclif/core/lib/interfaces").BooleanFlag<void>;
13
13
  };
14
14
  static authenticated: boolean;
@@ -14,34 +14,34 @@ export default class BuildCmd extends Command {
14
14
  static description: string;
15
15
  static examples: string[];
16
16
  static args: {
17
- source: import("@oclif/core/lib/interfaces/parser").Arg<string | undefined, Record<string, unknown>>;
17
+ source: import("@oclif/core/lib/interfaces").Arg<string | undefined, Record<string, unknown>>;
18
18
  };
19
19
  static usage: string;
20
20
  static flags: {
21
21
  help: import("@oclif/core/lib/interfaces").BooleanFlag<void>;
22
- docker: import("@oclif/core/lib/interfaces").OptionFlag<string | undefined, import("@oclif/core/lib/interfaces/parser").CustomOptions>;
23
- dockerHost: import("@oclif/core/lib/interfaces").OptionFlag<string | undefined, import("@oclif/core/lib/interfaces/parser").CustomOptions>;
24
- dockerPort: import("@oclif/core/lib/interfaces").OptionFlag<number | undefined, import("@oclif/core/lib/interfaces/parser").CustomOptions>;
25
- ca: import("@oclif/core/lib/interfaces").OptionFlag<string | undefined, import("@oclif/core/lib/interfaces/parser").CustomOptions>;
26
- cert: import("@oclif/core/lib/interfaces").OptionFlag<string | undefined, import("@oclif/core/lib/interfaces/parser").CustomOptions>;
27
- key: import("@oclif/core/lib/interfaces").OptionFlag<string | undefined, import("@oclif/core/lib/interfaces/parser").CustomOptions>;
28
- tag: import("@oclif/core/lib/interfaces").OptionFlag<string | undefined, import("@oclif/core/lib/interfaces/parser").CustomOptions>;
29
- buildArg: import("@oclif/core/lib/interfaces").OptionFlag<string[] | undefined, import("@oclif/core/lib/interfaces/parser").CustomOptions>;
30
- 'cache-from': import("@oclif/core/lib/interfaces").OptionFlag<string | undefined, import("@oclif/core/lib/interfaces/parser").CustomOptions>;
22
+ docker: import("@oclif/core/lib/interfaces").OptionFlag<string | undefined, import("@oclif/core/lib/interfaces").CustomOptions>;
23
+ dockerHost: import("@oclif/core/lib/interfaces").OptionFlag<string | undefined, import("@oclif/core/lib/interfaces").CustomOptions>;
24
+ dockerPort: import("@oclif/core/lib/interfaces").OptionFlag<number | undefined, import("@oclif/core/lib/interfaces").CustomOptions>;
25
+ ca: import("@oclif/core/lib/interfaces").OptionFlag<string | undefined, import("@oclif/core/lib/interfaces").CustomOptions>;
26
+ cert: import("@oclif/core/lib/interfaces").OptionFlag<string | undefined, import("@oclif/core/lib/interfaces").CustomOptions>;
27
+ key: import("@oclif/core/lib/interfaces").OptionFlag<string | undefined, import("@oclif/core/lib/interfaces").CustomOptions>;
28
+ tag: import("@oclif/core/lib/interfaces").OptionFlag<string | undefined, import("@oclif/core/lib/interfaces").CustomOptions>;
29
+ buildArg: import("@oclif/core/lib/interfaces").OptionFlag<string[] | undefined, import("@oclif/core/lib/interfaces").CustomOptions>;
30
+ 'cache-from': import("@oclif/core/lib/interfaces").OptionFlag<string | undefined, import("@oclif/core/lib/interfaces").CustomOptions>;
31
31
  nocache: import("@oclif/core/lib/interfaces").BooleanFlag<boolean>;
32
32
  pull: import("@oclif/core/lib/interfaces").BooleanFlag<boolean>;
33
33
  squash: import("@oclif/core/lib/interfaces").BooleanFlag<boolean>;
34
34
  emulated: import("@oclif/core/lib/interfaces").BooleanFlag<boolean>;
35
- dockerfile: import("@oclif/core/lib/interfaces").OptionFlag<string | undefined, import("@oclif/core/lib/interfaces/parser").CustomOptions>;
35
+ dockerfile: import("@oclif/core/lib/interfaces").OptionFlag<string | undefined, import("@oclif/core/lib/interfaces").CustomOptions>;
36
36
  nologs: import("@oclif/core/lib/interfaces").BooleanFlag<boolean>;
37
37
  'multi-dockerignore': import("@oclif/core/lib/interfaces").BooleanFlag<boolean>;
38
38
  'noparent-check': import("@oclif/core/lib/interfaces").BooleanFlag<boolean>;
39
- 'registry-secrets': import("@oclif/core/lib/interfaces").OptionFlag<string | undefined, import("@oclif/core/lib/interfaces/parser").CustomOptions>;
39
+ 'registry-secrets': import("@oclif/core/lib/interfaces").OptionFlag<string | undefined, import("@oclif/core/lib/interfaces").CustomOptions>;
40
40
  'noconvert-eol': import("@oclif/core/lib/interfaces").BooleanFlag<boolean>;
41
- projectName: import("@oclif/core/lib/interfaces").OptionFlag<string | undefined, import("@oclif/core/lib/interfaces/parser").CustomOptions>;
42
- arch: import("@oclif/core/lib/interfaces").OptionFlag<string | undefined, import("@oclif/core/lib/interfaces/parser").CustomOptions>;
43
- deviceType: import("@oclif/core/lib/interfaces").OptionFlag<string | undefined, import("@oclif/core/lib/interfaces/parser").CustomOptions>;
44
- fleet: import("@oclif/core/lib/interfaces").OptionFlag<string | undefined, import("@oclif/core/lib/interfaces/parser").CustomOptions>;
41
+ projectName: import("@oclif/core/lib/interfaces").OptionFlag<string | undefined, import("@oclif/core/lib/interfaces").CustomOptions>;
42
+ arch: import("@oclif/core/lib/interfaces").OptionFlag<string | undefined, import("@oclif/core/lib/interfaces").CustomOptions>;
43
+ deviceType: import("@oclif/core/lib/interfaces").OptionFlag<string | undefined, import("@oclif/core/lib/interfaces").CustomOptions>;
44
+ fleet: import("@oclif/core/lib/interfaces").OptionFlag<string | undefined, import("@oclif/core/lib/interfaces").CustomOptions>;
45
45
  };
46
46
  static primary: boolean;
47
47
  run(): Promise<void>;
@@ -6,7 +6,7 @@ export default class ConfigGenerateCmd extends Command {
6
6
  static examples: string[];
7
7
  static usage: string;
8
8
  static flags: {
9
- version: Interfaces.OptionFlag<string, import("@oclif/core/lib/interfaces/parser").CustomOptions>;
9
+ version: Interfaces.OptionFlag<string, Interfaces.CustomOptions>;
10
10
  fleet: {
11
11
  exclusive: string[];
12
12
  name: string;
@@ -23,42 +23,18 @@ export default class ConfigGenerateCmd extends Command {
23
23
  relationships?: import("@oclif/core/lib/interfaces/parser").Relationship[] | undefined;
24
24
  deprecated?: true | Interfaces.Deprecation | undefined;
25
25
  aliases?: string[] | undefined;
26
+ charAliases?: (Interfaces.AlphabetLowercase | Interfaces.AlphabetUppercase)[] | undefined;
26
27
  deprecateAliases?: boolean | undefined;
27
- delimiter?: "," | undefined;
28
+ noCacheDefault?: boolean | undefined;
28
29
  type: "option";
29
30
  helpValue?: string | undefined;
30
- options?: string[] | undefined;
31
- multiple: false;
32
- parse: import("@oclif/core/lib/interfaces/parser").FlagParser<string | undefined, string, import("@oclif/core/lib/interfaces/parser").CustomOptions>;
33
- defaultHelp?: import("@oclif/core/lib/interfaces/parser").FlagDefaultHelp<string | undefined, import("@oclif/core/lib/interfaces/parser").CustomOptions>;
34
- input: string[];
35
- default?: import("@oclif/core/lib/interfaces/parser").FlagDefault<string | undefined, import("@oclif/core/lib/interfaces/parser").CustomOptions>;
36
- } | {
37
- exclusive: string[];
38
- name: string;
39
- char?: Interfaces.AlphabetLowercase | Interfaces.AlphabetUppercase | undefined;
40
- summary?: string | undefined;
41
- description?: string | undefined;
42
- helpLabel?: string | undefined;
43
- helpGroup?: string | undefined;
44
- env?: string | undefined;
45
- hidden?: boolean | undefined;
46
- required?: boolean | undefined;
47
- dependsOn?: string[] | undefined;
48
- exactlyOne?: string[] | undefined;
49
- relationships?: import("@oclif/core/lib/interfaces/parser").Relationship[] | undefined;
50
- deprecated?: true | Interfaces.Deprecation | undefined;
51
- aliases?: string[] | undefined;
52
- deprecateAliases?: boolean | undefined;
31
+ options?: readonly string[] | undefined;
32
+ multiple?: boolean | undefined;
53
33
  delimiter?: "," | undefined;
54
- type: "option";
55
- helpValue?: string | undefined;
56
- options?: string[] | undefined;
57
- multiple: true;
58
- parse: import("@oclif/core/lib/interfaces/parser").FlagParser<string | undefined, string, import("@oclif/core/lib/interfaces/parser").CustomOptions>;
59
- defaultHelp?: import("@oclif/core/lib/interfaces/parser").FlagDefaultHelp<string | undefined, import("@oclif/core/lib/interfaces/parser").CustomOptions>;
34
+ parse: import("@oclif/core/lib/interfaces/parser").FlagParser<string | undefined, string, Interfaces.CustomOptions>;
35
+ defaultHelp?: import("@oclif/core/lib/interfaces/parser").FlagDefaultHelp<string | undefined, Interfaces.CustomOptions>;
60
36
  input: string[];
61
- default?: import("@oclif/core/lib/interfaces/parser").FlagDefault<(string | undefined)[] | undefined, import("@oclif/core/lib/interfaces/parser").CustomOptions>;
37
+ default?: import("@oclif/core/lib/interfaces/parser").FlagDefault<string | undefined, Interfaces.CustomOptions>;
62
38
  };
63
39
  dev: Interfaces.BooleanFlag<boolean>;
64
40
  secureBoot: Interfaces.BooleanFlag<boolean>;
@@ -78,53 +54,29 @@ export default class ConfigGenerateCmd extends Command {
78
54
  relationships?: import("@oclif/core/lib/interfaces/parser").Relationship[] | undefined;
79
55
  deprecated?: true | Interfaces.Deprecation | undefined;
80
56
  aliases?: string[] | undefined;
57
+ charAliases?: (Interfaces.AlphabetLowercase | Interfaces.AlphabetUppercase)[] | undefined;
81
58
  deprecateAliases?: boolean | undefined;
82
- delimiter?: "," | undefined;
59
+ noCacheDefault?: boolean | undefined;
83
60
  type: "option";
84
61
  helpValue?: string | undefined;
85
- options?: string[] | undefined;
86
- multiple: false;
87
- parse: import("@oclif/core/lib/interfaces/parser").FlagParser<string | undefined, string, import("@oclif/core/lib/interfaces/parser").CustomOptions>;
88
- defaultHelp?: import("@oclif/core/lib/interfaces/parser").FlagDefaultHelp<string | undefined, import("@oclif/core/lib/interfaces/parser").CustomOptions>;
89
- input: string[];
90
- default?: import("@oclif/core/lib/interfaces/parser").FlagDefault<string | undefined, import("@oclif/core/lib/interfaces/parser").CustomOptions>;
91
- } | {
92
- exclusive: string[];
93
- name: string;
94
- char?: Interfaces.AlphabetLowercase | Interfaces.AlphabetUppercase | undefined;
95
- summary?: string | undefined;
96
- description?: string | undefined;
97
- helpLabel?: string | undefined;
98
- helpGroup?: string | undefined;
99
- env?: string | undefined;
100
- hidden?: boolean | undefined;
101
- required?: boolean | undefined;
102
- dependsOn?: string[] | undefined;
103
- exactlyOne?: string[] | undefined;
104
- relationships?: import("@oclif/core/lib/interfaces/parser").Relationship[] | undefined;
105
- deprecated?: true | Interfaces.Deprecation | undefined;
106
- aliases?: string[] | undefined;
107
- deprecateAliases?: boolean | undefined;
62
+ options?: readonly string[] | undefined;
63
+ multiple?: boolean | undefined;
108
64
  delimiter?: "," | undefined;
109
- type: "option";
110
- helpValue?: string | undefined;
111
- options?: string[] | undefined;
112
- multiple: true;
113
- parse: import("@oclif/core/lib/interfaces/parser").FlagParser<string | undefined, string, import("@oclif/core/lib/interfaces/parser").CustomOptions>;
114
- defaultHelp?: import("@oclif/core/lib/interfaces/parser").FlagDefaultHelp<string | undefined, import("@oclif/core/lib/interfaces/parser").CustomOptions>;
65
+ parse: import("@oclif/core/lib/interfaces/parser").FlagParser<string | undefined, string, Interfaces.CustomOptions>;
66
+ defaultHelp?: import("@oclif/core/lib/interfaces/parser").FlagDefaultHelp<string | undefined, Interfaces.CustomOptions>;
115
67
  input: string[];
116
- default?: import("@oclif/core/lib/interfaces/parser").FlagDefault<(string | undefined)[] | undefined, import("@oclif/core/lib/interfaces/parser").CustomOptions>;
68
+ default?: import("@oclif/core/lib/interfaces/parser").FlagDefault<string | undefined, Interfaces.CustomOptions>;
117
69
  };
118
- deviceApiKey: Interfaces.OptionFlag<string | undefined, import("@oclif/core/lib/interfaces/parser").CustomOptions>;
119
- deviceType: Interfaces.OptionFlag<string | undefined, import("@oclif/core/lib/interfaces/parser").CustomOptions>;
70
+ deviceApiKey: Interfaces.OptionFlag<string | undefined, Interfaces.CustomOptions>;
71
+ deviceType: Interfaces.OptionFlag<string | undefined, Interfaces.CustomOptions>;
120
72
  'generate-device-api-key': Interfaces.BooleanFlag<boolean>;
121
- output: Interfaces.OptionFlag<string | undefined, import("@oclif/core/lib/interfaces/parser").CustomOptions>;
122
- network: Interfaces.OptionFlag<string | undefined, import("@oclif/core/lib/interfaces/parser").CustomOptions>;
123
- wifiSsid: Interfaces.OptionFlag<string | undefined, import("@oclif/core/lib/interfaces/parser").CustomOptions>;
124
- wifiKey: Interfaces.OptionFlag<string | undefined, import("@oclif/core/lib/interfaces/parser").CustomOptions>;
125
- appUpdatePollInterval: Interfaces.OptionFlag<string | undefined, import("@oclif/core/lib/interfaces/parser").CustomOptions>;
126
- 'provisioning-key-name': Interfaces.OptionFlag<string | undefined, import("@oclif/core/lib/interfaces/parser").CustomOptions>;
127
- 'provisioning-key-expiry-date': Interfaces.OptionFlag<string | undefined, import("@oclif/core/lib/interfaces/parser").CustomOptions>;
73
+ output: Interfaces.OptionFlag<string | undefined, Interfaces.CustomOptions>;
74
+ network: Interfaces.OptionFlag<string | undefined, Interfaces.CustomOptions>;
75
+ wifiSsid: Interfaces.OptionFlag<string | undefined, Interfaces.CustomOptions>;
76
+ wifiKey: Interfaces.OptionFlag<string | undefined, Interfaces.CustomOptions>;
77
+ appUpdatePollInterval: Interfaces.OptionFlag<string | undefined, Interfaces.CustomOptions>;
78
+ 'provisioning-key-name': Interfaces.OptionFlag<string | undefined, Interfaces.CustomOptions>;
79
+ 'provisioning-key-expiry-date': Interfaces.OptionFlag<string | undefined, Interfaces.CustomOptions>;
128
80
  help: Interfaces.BooleanFlag<void>;
129
81
  };
130
82
  static authenticated: boolean;
@@ -3,11 +3,11 @@ export default class ConfigInjectCmd extends Command {
3
3
  static description: string;
4
4
  static examples: string[];
5
5
  static args: {
6
- file: import("@oclif/core/lib/interfaces/parser").Arg<string, Record<string, unknown>>;
6
+ file: import("@oclif/core/lib/interfaces").Arg<string, Record<string, unknown>>;
7
7
  };
8
8
  static usage: string;
9
9
  static flags: {
10
- drive: import("@oclif/core/lib/interfaces").OptionFlag<string | undefined, import("@oclif/core/lib/interfaces/parser").CustomOptions>;
10
+ drive: import("@oclif/core/lib/interfaces").OptionFlag<string | undefined, import("@oclif/core/lib/interfaces").CustomOptions>;
11
11
  help: import("@oclif/core/lib/interfaces").BooleanFlag<void>;
12
12
  };
13
13
  static root: boolean;
@@ -4,7 +4,7 @@ export default class ConfigReadCmd extends Command {
4
4
  static examples: string[];
5
5
  static usage: string;
6
6
  static flags: {
7
- drive: import("@oclif/core/lib/interfaces").OptionFlag<string | undefined, import("@oclif/core/lib/interfaces/parser").CustomOptions>;
7
+ drive: import("@oclif/core/lib/interfaces").OptionFlag<string | undefined, import("@oclif/core/lib/interfaces").CustomOptions>;
8
8
  help: import("@oclif/core/lib/interfaces").BooleanFlag<void>;
9
9
  json: import("@oclif/core/lib/interfaces").BooleanFlag<boolean>;
10
10
  };
@@ -4,10 +4,10 @@ export default class ConfigReconfigureCmd extends Command {
4
4
  static examples: string[];
5
5
  static usage: string;
6
6
  static flags: {
7
- drive: import("@oclif/core/lib/interfaces").OptionFlag<string | undefined, import("@oclif/core/lib/interfaces/parser").CustomOptions>;
7
+ drive: import("@oclif/core/lib/interfaces").OptionFlag<string | undefined, import("@oclif/core/lib/interfaces").CustomOptions>;
8
8
  advanced: import("@oclif/core/lib/interfaces").BooleanFlag<boolean>;
9
9
  help: import("@oclif/core/lib/interfaces").BooleanFlag<void>;
10
- version: import("@oclif/core/lib/interfaces").OptionFlag<string | undefined, import("@oclif/core/lib/interfaces/parser").CustomOptions>;
10
+ version: import("@oclif/core/lib/interfaces").OptionFlag<string | undefined, import("@oclif/core/lib/interfaces").CustomOptions>;
11
11
  };
12
12
  static authenticated: boolean;
13
13
  static root: boolean;
@@ -3,12 +3,12 @@ export default class ConfigWriteCmd extends Command {
3
3
  static description: string;
4
4
  static examples: string[];
5
5
  static args: {
6
- key: import("@oclif/core/lib/interfaces/parser").Arg<string, Record<string, unknown>>;
7
- value: import("@oclif/core/lib/interfaces/parser").Arg<string, Record<string, unknown>>;
6
+ key: import("@oclif/core/lib/interfaces").Arg<string, Record<string, unknown>>;
7
+ value: import("@oclif/core/lib/interfaces").Arg<string, Record<string, unknown>>;
8
8
  };
9
9
  static usage: string;
10
10
  static flags: {
11
- drive: import("@oclif/core/lib/interfaces").OptionFlag<string | undefined, import("@oclif/core/lib/interfaces/parser").CustomOptions>;
11
+ drive: import("@oclif/core/lib/interfaces").OptionFlag<string | undefined, import("@oclif/core/lib/interfaces").CustomOptions>;
12
12
  help: import("@oclif/core/lib/interfaces").BooleanFlag<void>;
13
13
  };
14
14
  static root: boolean;
@@ -12,38 +12,38 @@ export default class DeployCmd extends Command {
12
12
  static description: string;
13
13
  static examples: string[];
14
14
  static args: {
15
- fleet: import("@oclif/core/lib/interfaces/parser").Arg<string, Record<string, unknown>>;
16
- image: import("@oclif/core/lib/interfaces/parser").Arg<string | undefined, Record<string, unknown>>;
15
+ fleet: import("@oclif/core/lib/interfaces").Arg<string, Record<string, unknown>>;
16
+ image: import("@oclif/core/lib/interfaces").Arg<string | undefined, Record<string, unknown>>;
17
17
  };
18
18
  static usage: string;
19
19
  static flags: {
20
20
  help: import("@oclif/core/lib/interfaces").BooleanFlag<void>;
21
- docker: import("@oclif/core/lib/interfaces").OptionFlag<string | undefined, import("@oclif/core/lib/interfaces/parser").CustomOptions>;
22
- dockerHost: import("@oclif/core/lib/interfaces").OptionFlag<string | undefined, import("@oclif/core/lib/interfaces/parser").CustomOptions>;
23
- dockerPort: import("@oclif/core/lib/interfaces").OptionFlag<number | undefined, import("@oclif/core/lib/interfaces/parser").CustomOptions>;
24
- ca: import("@oclif/core/lib/interfaces").OptionFlag<string | undefined, import("@oclif/core/lib/interfaces/parser").CustomOptions>;
25
- cert: import("@oclif/core/lib/interfaces").OptionFlag<string | undefined, import("@oclif/core/lib/interfaces/parser").CustomOptions>;
26
- key: import("@oclif/core/lib/interfaces").OptionFlag<string | undefined, import("@oclif/core/lib/interfaces/parser").CustomOptions>;
27
- tag: import("@oclif/core/lib/interfaces").OptionFlag<string | undefined, import("@oclif/core/lib/interfaces/parser").CustomOptions>;
28
- buildArg: import("@oclif/core/lib/interfaces").OptionFlag<string[] | undefined, import("@oclif/core/lib/interfaces/parser").CustomOptions>;
29
- 'cache-from': import("@oclif/core/lib/interfaces").OptionFlag<string | undefined, import("@oclif/core/lib/interfaces/parser").CustomOptions>;
21
+ docker: import("@oclif/core/lib/interfaces").OptionFlag<string | undefined, import("@oclif/core/lib/interfaces").CustomOptions>;
22
+ dockerHost: import("@oclif/core/lib/interfaces").OptionFlag<string | undefined, import("@oclif/core/lib/interfaces").CustomOptions>;
23
+ dockerPort: import("@oclif/core/lib/interfaces").OptionFlag<number | undefined, import("@oclif/core/lib/interfaces").CustomOptions>;
24
+ ca: import("@oclif/core/lib/interfaces").OptionFlag<string | undefined, import("@oclif/core/lib/interfaces").CustomOptions>;
25
+ cert: import("@oclif/core/lib/interfaces").OptionFlag<string | undefined, import("@oclif/core/lib/interfaces").CustomOptions>;
26
+ key: import("@oclif/core/lib/interfaces").OptionFlag<string | undefined, import("@oclif/core/lib/interfaces").CustomOptions>;
27
+ tag: import("@oclif/core/lib/interfaces").OptionFlag<string | undefined, import("@oclif/core/lib/interfaces").CustomOptions>;
28
+ buildArg: import("@oclif/core/lib/interfaces").OptionFlag<string[] | undefined, import("@oclif/core/lib/interfaces").CustomOptions>;
29
+ 'cache-from': import("@oclif/core/lib/interfaces").OptionFlag<string | undefined, import("@oclif/core/lib/interfaces").CustomOptions>;
30
30
  nocache: import("@oclif/core/lib/interfaces").BooleanFlag<boolean>;
31
31
  pull: import("@oclif/core/lib/interfaces").BooleanFlag<boolean>;
32
32
  squash: import("@oclif/core/lib/interfaces").BooleanFlag<boolean>;
33
33
  emulated: import("@oclif/core/lib/interfaces").BooleanFlag<boolean>;
34
- dockerfile: import("@oclif/core/lib/interfaces").OptionFlag<string | undefined, import("@oclif/core/lib/interfaces/parser").CustomOptions>;
34
+ dockerfile: import("@oclif/core/lib/interfaces").OptionFlag<string | undefined, import("@oclif/core/lib/interfaces").CustomOptions>;
35
35
  nologs: import("@oclif/core/lib/interfaces").BooleanFlag<boolean>;
36
36
  'multi-dockerignore': import("@oclif/core/lib/interfaces").BooleanFlag<boolean>;
37
37
  'noparent-check': import("@oclif/core/lib/interfaces").BooleanFlag<boolean>;
38
- 'registry-secrets': import("@oclif/core/lib/interfaces").OptionFlag<string | undefined, import("@oclif/core/lib/interfaces/parser").CustomOptions>;
38
+ 'registry-secrets': import("@oclif/core/lib/interfaces").OptionFlag<string | undefined, import("@oclif/core/lib/interfaces").CustomOptions>;
39
39
  'noconvert-eol': import("@oclif/core/lib/interfaces").BooleanFlag<boolean>;
40
- projectName: import("@oclif/core/lib/interfaces").OptionFlag<string | undefined, import("@oclif/core/lib/interfaces/parser").CustomOptions>;
41
- source: import("@oclif/core/lib/interfaces").OptionFlag<string | undefined, import("@oclif/core/lib/interfaces/parser").CustomOptions>;
40
+ projectName: import("@oclif/core/lib/interfaces").OptionFlag<string | undefined, import("@oclif/core/lib/interfaces").CustomOptions>;
41
+ source: import("@oclif/core/lib/interfaces").OptionFlag<string | undefined, import("@oclif/core/lib/interfaces").CustomOptions>;
42
42
  build: import("@oclif/core/lib/interfaces").BooleanFlag<boolean>;
43
43
  nologupload: import("@oclif/core/lib/interfaces").BooleanFlag<boolean>;
44
- 'release-tag': import("@oclif/core/lib/interfaces").OptionFlag<string[] | undefined, import("@oclif/core/lib/interfaces/parser").CustomOptions>;
44
+ 'release-tag': import("@oclif/core/lib/interfaces").OptionFlag<string[] | undefined, import("@oclif/core/lib/interfaces").CustomOptions>;
45
45
  draft: import("@oclif/core/lib/interfaces").BooleanFlag<boolean>;
46
- note: import("@oclif/core/lib/interfaces").OptionFlag<string | undefined, import("@oclif/core/lib/interfaces/parser").CustomOptions>;
46
+ note: import("@oclif/core/lib/interfaces").OptionFlag<string | undefined, import("@oclif/core/lib/interfaces").CustomOptions>;
47
47
  };
48
48
  static authenticated: boolean;
49
49
  static primary: boolean;
@@ -3,7 +3,7 @@ export default class DeviceDeactivateCmd extends Command {
3
3
  static description: string;
4
4
  static examples: string[];
5
5
  static args: {
6
- uuid: import("@oclif/core/lib/interfaces/parser").Arg<string, Record<string, unknown>>;
6
+ uuid: import("@oclif/core/lib/interfaces").Arg<string, Record<string, unknown>>;
7
7
  };
8
8
  static usage: string;
9
9
  static flags: {
@@ -3,7 +3,7 @@ export default class DeviceIdentifyCmd extends Command {
3
3
  static description: string;
4
4
  static examples: string[];
5
5
  static args: {
6
- uuid: import("@oclif/core/lib/interfaces/parser").Arg<string, Record<string, unknown>>;
6
+ uuid: import("@oclif/core/lib/interfaces").Arg<string, Record<string, unknown>>;
7
7
  };
8
8
  static usage: string;
9
9
  static flags: {
@@ -3,7 +3,7 @@ export default class DeviceCmd extends Command {
3
3
  static description: string;
4
4
  static examples: string[];
5
5
  static args: {
6
- uuid: import("@oclif/core/lib/interfaces/parser").Arg<string, Record<string, unknown>>;
6
+ uuid: import("@oclif/core/lib/interfaces").Arg<string, Record<string, unknown>>;
7
7
  };
8
8
  static usage: string;
9
9
  static flags: {
@@ -15,14 +15,14 @@ export default class DeviceInitCmd extends Command {
15
15
  static examples: string[];
16
16
  static usage: string;
17
17
  static flags: {
18
- fleet: import("@oclif/core/lib/interfaces").OptionFlag<string | undefined, import("@oclif/core/lib/interfaces/parser").CustomOptions>;
18
+ fleet: import("@oclif/core/lib/interfaces").OptionFlag<string | undefined, import("@oclif/core/lib/interfaces").CustomOptions>;
19
19
  yes: import("@oclif/core/lib/interfaces").BooleanFlag<boolean>;
20
20
  advanced: import("@oclif/core/lib/interfaces").BooleanFlag<boolean>;
21
- 'os-version': import("@oclif/core/lib/interfaces").OptionFlag<string | undefined, import("@oclif/core/lib/interfaces/parser").CustomOptions>;
22
- drive: import("@oclif/core/lib/interfaces").OptionFlag<string | undefined, import("@oclif/core/lib/interfaces/parser").CustomOptions>;
23
- config: import("@oclif/core/lib/interfaces").OptionFlag<string | undefined, import("@oclif/core/lib/interfaces/parser").CustomOptions>;
24
- 'provisioning-key-name': import("@oclif/core/lib/interfaces").OptionFlag<string | undefined, import("@oclif/core/lib/interfaces/parser").CustomOptions>;
25
- 'provisioning-key-expiry-date': import("@oclif/core/lib/interfaces").OptionFlag<string | undefined, import("@oclif/core/lib/interfaces/parser").CustomOptions>;
21
+ 'os-version': import("@oclif/core/lib/interfaces").OptionFlag<string | undefined, import("@oclif/core/lib/interfaces").CustomOptions>;
22
+ drive: import("@oclif/core/lib/interfaces").OptionFlag<string | undefined, import("@oclif/core/lib/interfaces").CustomOptions>;
23
+ config: import("@oclif/core/lib/interfaces").OptionFlag<string | undefined, import("@oclif/core/lib/interfaces").CustomOptions>;
24
+ 'provisioning-key-name': import("@oclif/core/lib/interfaces").OptionFlag<string | undefined, import("@oclif/core/lib/interfaces").CustomOptions>;
25
+ 'provisioning-key-expiry-date': import("@oclif/core/lib/interfaces").OptionFlag<string | undefined, import("@oclif/core/lib/interfaces").CustomOptions>;
26
26
  help: import("@oclif/core/lib/interfaces").BooleanFlag<void>;
27
27
  };
28
28
  static authenticated: boolean;
@@ -3,7 +3,7 @@ export default class DeviceLocalModeCmd extends Command {
3
3
  static description: string;
4
4
  static examples: string[];
5
5
  static args: {
6
- uuid: import("@oclif/core/lib/interfaces/parser").Arg<string, Record<string, unknown>>;
6
+ uuid: import("@oclif/core/lib/interfaces").Arg<string, Record<string, unknown>>;
7
7
  };
8
8
  static usage: string;
9
9
  static flags: {
@@ -4,11 +4,11 @@ export default class DeviceMoveCmd extends Command {
4
4
  static description: string;
5
5
  static examples: string[];
6
6
  static args: {
7
- uuid: import("@oclif/core/lib/interfaces/parser").Arg<string, Record<string, unknown>>;
7
+ uuid: import("@oclif/core/lib/interfaces").Arg<string, Record<string, unknown>>;
8
8
  };
9
9
  static usage: string;
10
10
  static flags: {
11
- fleet: import("@oclif/core/lib/interfaces").OptionFlag<string | undefined, import("@oclif/core/lib/interfaces/parser").CustomOptions>;
11
+ fleet: import("@oclif/core/lib/interfaces").OptionFlag<string | undefined, import("@oclif/core/lib/interfaces").CustomOptions>;
12
12
  help: import("@oclif/core/lib/interfaces").BooleanFlag<void>;
13
13
  };
14
14
  static authenticated: boolean;
@@ -3,11 +3,11 @@ export default class DeviceOsUpdateCmd extends Command {
3
3
  static description: string;
4
4
  static examples: string[];
5
5
  static args: {
6
- uuid: import("@oclif/core/lib/interfaces/parser").Arg<string, Record<string, unknown>>;
6
+ uuid: import("@oclif/core/lib/interfaces").Arg<string, Record<string, unknown>>;
7
7
  };
8
8
  static usage: string;
9
9
  static flags: {
10
- version: import("@oclif/core/lib/interfaces").OptionFlag<string | undefined, import("@oclif/core/lib/interfaces/parser").CustomOptions>;
10
+ version: import("@oclif/core/lib/interfaces").OptionFlag<string | undefined, import("@oclif/core/lib/interfaces").CustomOptions>;
11
11
  yes: import("@oclif/core/lib/interfaces").BooleanFlag<boolean>;
12
12
  help: import("@oclif/core/lib/interfaces").BooleanFlag<void>;
13
13
  };
@@ -3,8 +3,8 @@ export default class DevicePinCmd extends Command {
3
3
  static description: string;
4
4
  static examples: string[];
5
5
  static args: {
6
- uuid: import("@oclif/core/lib/interfaces/parser").Arg<string, Record<string, unknown>>;
7
- releaseToPinTo: import("@oclif/core/lib/interfaces/parser").Arg<string | undefined, Record<string, unknown>>;
6
+ uuid: import("@oclif/core/lib/interfaces").Arg<string, Record<string, unknown>>;
7
+ releaseToPinTo: import("@oclif/core/lib/interfaces").Arg<string | undefined, Record<string, unknown>>;
8
8
  };
9
9
  static usage: string;
10
10
  static flags: {
@@ -3,7 +3,7 @@ export default class DevicePublicUrlCmd extends Command {
3
3
  static description: string;
4
4
  static examples: string[];
5
5
  static args: {
6
- uuid: import("@oclif/core/lib/interfaces/parser").Arg<string, Record<string, unknown>>;
6
+ uuid: import("@oclif/core/lib/interfaces").Arg<string, Record<string, unknown>>;
7
7
  };
8
8
  static usage: string;
9
9
  static flags: {
@@ -4,7 +4,7 @@ export default class DevicePurgeCmd extends Command {
4
4
  static examples: string[];
5
5
  static usage: string;
6
6
  static args: {
7
- uuid: import("@oclif/core/lib/interfaces/parser").Arg<string, Record<string, unknown>>;
7
+ uuid: import("@oclif/core/lib/interfaces").Arg<string, Record<string, unknown>>;
8
8
  };
9
9
  static flags: {
10
10
  help: import("@oclif/core/lib/interfaces").BooleanFlag<void>;