stripe serve <base path>
Starts an HTTP server to serve static files
Arguments
Name | Description |
---|
base path | Path of the directory to serve files from |
Options
Name | Description |
---|
--port <port number> | Port the HTTP server should use |
--api-key <stripe api key> | Sets your API key to use for the command |
--color <setting> | Enables or disables color output |
--config <config filepath> | Sets your config file |
--device-name <name> | Runs command on behlaf of another device |
-h, --help | Provides the help documentation for commands, flags, and arguments |
--log-level <level> | Set the level of detail for log messages |
-v, --version | Prints the version of the Stripe CLI |