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
@@ -11,7 +11,7 @@ You can either install it using :
11
11
- manually with [Yarn](https://yarnpkg.com/)
12
12
13
13
<Tabsitems={['Homebrew', 'Packaged Executables (x64 only)', 'Manually with Yarn']}>
14
-
<Tab>
14
+
<Tabs.Tab>
15
15
You can install the Dashlane CLI using [Homebrew](https://brew.sh/), a package manager for __macOS__ and __Linux__.
16
16
17
17
To install Homebrew, run the following command in your terminal:
@@ -27,8 +27,8 @@ You can either install it using :
27
27
```
28
28
29
29
The CLI is now installed on your machine, it will be updated automatically when a new version is released.
30
-
</Tab>
31
-
<Tab>
30
+
</Tabs.Tab>
31
+
<Tabs.Tab>
32
32
Head to the [releases page](https://github.com/Dashlane/dashlane-cli/releases) and download the latest version of the CLI for your platform (Windows, macOS or Linux).
33
33
34
34
You may need to mark the binary as executable (on macOS and Linux):
@@ -60,8 +60,8 @@ You can either install it using :
60
60
To do so, go to `System Preferences > Security & Privacy > General` and click on "Allow Anyway" next to the message "dcli-macos was blocked from use because it is not from an identified developer".
61
61
62
62
You will need to get the latest version of the CLI manually by downloading the latest release and replacing the binary in your bin folder.
63
-
</Tab>
64
-
<Tab>
63
+
</Tabs.Tab>
64
+
<Tabs.Tab>
65
65
<Callouttype="warning">We do not recommend the manual install for personal computers, if you plan to use the local keychain, as the NodeJS process will be the owner of your secrets, we recommend to use a packaged version.</Callout>
66
66
67
67
This method is available on every environment that supports [Node.js](https://nodejs.org/en/) and Yarn.
@@ -87,7 +87,7 @@ You can either install it using :
87
87
```
88
88
89
89
Make sure to pull the latest changes and rebuild the project to get the latest version of the CLI.
Copy file name to clipboardexpand all lines: documentation/pages/troubleshooting.mdx
+7-7
Original file line number
Diff line number
Diff line change
@@ -1,4 +1,4 @@
1
-
import { Tab, Tabs } from'nextra-theme-docs';
1
+
import { Tabs } from'nextra/components';
2
2
3
3
# Troubleshooting
4
4
@@ -22,27 +22,27 @@ In NodeJS the list of certificate authorities is hardcoded, read more here: [nod
22
22
You can use an environment variable to add custom certs ([see documentation](https://nodejs.org/docs/latest-v16.x/api/cli.html#node_extra_ca_certsfile)):
0 commit comments