- Home
- Documentation
- Docs Home
- CLI reference
- gram stage
gram stage
The stage command adds sources to a deployment config that you can later pass to Gram
using gram push. These sources may include Gram Function zip files or OpenAPI
documents.
The stage command is a parent command that contains the following subcommands:
gram stage function: Stage a Gram Function zip file.gram stage openapi: Stage an OpenAPI document.
gram stage [subcommand options]Options
Section titled “Options”config
Section titled “config”This specifies the path to the deployment config file. Its default value is gram.json in the
current working directory.
gram stage --config ./path/to/my-gram-config.json [command options]