project.yaml
What is it for?
The project.yaml
is the file define the project structure and basic configuration. Evert Rivery IaC project needs
its own project.yaml
file, which indicates that the project dir is a Rivery IaC project. The CLI command knows to
handle the references and connectivity between entities inside the project only under project dir.
For example, a directory of my-project
includes a project.yaml
file,
and should be used as a Rivery IaC reference project.
Reference
1 2 3 4 5 |
|
Init a new project
In order to create new project inside a dir, just run the rivery init
command.
Importing groups/rivers
Rivery CLI provide a command to create local entity yaml
files from rivers in a live account/env.
In order to import river or an entire group of rivers from your account to your local project, you can run the next command:
1 |
|
Check out the rivery rivers import
reference for more info.