Running your app

Use Keyshade CLI to run your app

Finally, to utilize your environment variables from keyshade in your local project, use this command:

keyshade run -- <your command>

Say you have a NextJS app, you would be using:

keyshade run -- npm run dev
output

The app has fetched the secret and variable from Keyshade and injected them into the app.

That's it! You have successfully added Keyshade to your project.

Last updated

Was this helpful?