feat: add copy project id

This commit is contained in:
Salman
2024-01-30 02:04:16 +05:30
parent e6a7c5cb6c
commit 6c6fae3793
2 changed files with 50 additions and 1 deletions

View File

@@ -23,3 +23,12 @@ Yes. If you have previously retrieved secrets for a specific project and environ
<Accordion title="Can I upload the .infisical.json file that was generated?">
Yes. This is simply a configuration file and contains no sensitive data.
</Accordion>
<Accordion title="Where can I find my Project ID?">
Visit the Infisical website and navigate to a project of your choice. Once on the project page, access the **Project Settings** from the sidebar. Within the Project name section, click the "Copy Project ID" button for copying the current Project ID to clipboard, or simply obtain it from the URL of the current page.
```
https://app.infisical.com/project/<your_project_id>/settings
```
</Accordion>