Keyshade Alpha is launching April 30th 5:00 PM IST
Join our Launch Party
keyshade docs
GithubDiscordReddit
  • 👋What is keyshade?
  • Getting Started
    • Introduction
    • Adding your first secret and variable
    • Installing the CLI
    • Setting up your profile
    • Add keyshade to your project
    • Running your app
  • CLI
    • Introduction
    • Profile
    • Init
    • Workspace
    • Project
    • Environment
    • Run
    • Scan
  • 🥰CONTRIBUTING TO KEYSHADE
    • Summary
    • Design of our code
      • Organization of code
      • API
      • CLI
      • Web
      • Integrations
    • Prerequisites
    • Environment Variables
    • Setting things up
    • Running things locally
      • Running the API
      • Running the Web
      • Running the Platform
      • Running the CLI
      • API Testing
      • Docker Support
  • Internals
    • Architecture of keyshade
    • How the CLI works
Powered by GitBook
On this page
  • Usage
  • Arguments
  • <command>
  • Options

Was this helpful?

Edit on GitHub
  1. CLI

Run

The `run` command

The run command is used to run your application. All the secrets and variables are injected into your application as environment variables. This command reads the keyshade.json file in your project root to get the necessary information.

Usage

keyshade run <command> [options]

Arguments

These are the arguments supported by the run command:

<command>

The command to run your application. This command is run in the same shell as the keyshade run command.

Options

The function accepts no local options. However, the global flags can be used with this command.

PreviousEnvironmentNextScan

Last updated 10 months ago

Was this helpful?