The Flatfile CLI is a command-line tool that simplifies the integration process with Flatfile by providing developers with commands to manage and configure their integration from their local environment.
npm install flatfileThe Flatfile CLI is a command-line tool that simplifies the integration process with Flatfile by providing developers with commands to manage and configure their integration from their local environment.
``
Usage: flatfile [options] [command]
Flatfile CLI
Options:
-V, --version output the version number
-h, --help display help for command
Commands:
deploy [options] [file] Deploy your project as a Flatfile Agent
develop|dev [file] [options] [file] Deploy your project as a Flatfile Agent
create:env [options] Create an Environment
`
`
Usage: flatfile deploy [options] [file]
Deploy your project as a Flatfile Agent
Options:
-k, --token
-h, --api-url
--help display help for command
`
`
Usage: flatfile develop|dev [file] [options] [file]
Deploy your project as a Flatfile Agent
Options:
-k, --token
-h, --api-url
-e, --env
--help display help for command
`
`
Usage: flatfile create:env [options]
Create an Environment
Options:
-n, --name
-k, --key
-s, --secret
-h, --help display help for command
``