We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9f27b3a commit 20b854eCopy full SHA for 20b854e
lib/src/commands/login.dart
@@ -103,16 +103,16 @@ class OnePubLoginCommand extends Command<int> {
103
if (inSSH()) {
104
throw ExitException(exitCode: -1, message: """
105
${red('onepub login will not work from an ssh shell.')}
106
-
107
-${orange('${OnePubSettings.use.onepubWebUrl}/guides/ssh')}
108
-https://docs.onepub.dev/guides/ssh
109
110
Instead:
111
Exit your ssh session and run:
112
${green('onepub export')}
113
114
Restart your ssh session and run:
115
${green('onepub import --ask')}
+
+See the documentation for full details and alternate techniques:
+${orange('${OnePubSettings.use.onepubWebUrl}/guides/ssh')}
116
""");
117
}
118
0 commit comments