mirror of
https://github.com/balena-io/balena-cli.git
synced 2025-06-24 02:19:33 +00:00
Remove 'quickstart' command and deprecate 'local push'.
Change-type: major Signed-off-by: Paulo Castro <paulo@balena.io>
This commit is contained in:
@ -1,10 +1,11 @@
|
||||
const DEBUG_MODE = !!process.env.DEBUG;
|
||||
|
||||
export const reachingOut = `\
|
||||
If you need help, or just want to say hi, don't hesitate in reaching out at:
|
||||
If you need help, or just want to say hi, don't hesitate in reaching out
|
||||
through our discussion and support forums at https://forums.balena.io
|
||||
|
||||
Forums: https://forums.balena.io
|
||||
GitHub: https://github.com/balena-io/balena-cli/issues/new\
|
||||
For bug reports or feature requests, have a look at the GitHub issues or
|
||||
create a new one at: https://github.com/balena-io/balena-cli/issues/\
|
||||
`;
|
||||
|
||||
const debugHint = `\
|
||||
@ -13,10 +14,11 @@ line with DEBUG=1, i.e.: DEBUG=1 balena ...
|
||||
`;
|
||||
|
||||
export const getHelp = `${DEBUG_MODE ? '' : debugHint}\
|
||||
If you need help, don't hesitate in contacting us at:
|
||||
If you need help, don't hesitate in contacting our support forums at
|
||||
https://forums.balena.io
|
||||
|
||||
Forums: https://forums.balena.io
|
||||
GitHub: https://github.com/balena-io/balena-cli/issues/new\
|
||||
For bug reports or feature requests, have a look at the GitHub issues or
|
||||
create a new one at: https://github.com/balena-io/balena-cli/issues/\
|
||||
`;
|
||||
|
||||
export const balenaAsciiArt = `\
|
||||
|
Reference in New Issue
Block a user