You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Configuring authentication for profile: 'second_user'
333
333
Enter API Endpoint [https://api.algorithmia.com]:
334
334
Enter API Key:
335
-
(optional) enter path to custom CA certificate:
335
+
(optional) enter path to custom CA certificate:
336
336
```
337
337
338
338
Now you may use `algo ls --profile second_user` to list files in your `second_user` account. For more information, see the auth command help with `algo auth --help`.
@@ -342,7 +342,7 @@ Now you may use `algo ls --profile second_user` to list files in your `second_us
342
342
When running commands, the Algorithmia CLI will use the default profile unless otherwise specified with the `--profile <profile>` option. See the following example:
343
343
344
344
```text
345
-
$ algo run kenny/factor -d 17 --profile second_user
345
+
$ algo run kenny/factor -d 17 --profile second_user
0 commit comments