Add Keyshade to your project

Start using keyshade in your project

Initialize keyshade in your local project:

  1. Run keyshade init

    keyshade init
  2. Select the workspace

  3. Select the project

  4. Enter the private key that you downloaded after creating the project

  5. Select the environment

Alternatively, you can do all of that in a single command:

keyshade init --workspace <workspace slug> --project <project slug> --environment <environment slug> --private-key <private key>

Once done, it will generate a keyshade.json file in your project root. This contains all the information the CLI needs to connect to your keyshade project.

{
  "workspace": "my-workspace-630",
  "project": "my-app-3",
  "environment": "default-223",
  "quitOnDecryptionFailure": false
}

Last updated

Was this helpful?