Skip to content

Commit 79f3e93

Browse files
authored
Merge pull request #424 from opsmill/atg-20250527-object-docs
Add object import to docs
2 parents 1efe5de + 0d8fca2 commit 79f3e93

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

docs/docs/python-sdk/topics/object_file.mdx

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,8 @@ Multiple object files can be loaded at once by specifying the path to multiple f
3838
The `object load` command will create/update the objects using an `Upsert` operation. All objects previously loaded will NOT be deleted in the Infrahub instance.
3939
Also, if some objects present in different files are identical and dependent on each other, the `object load` command will NOT calculate the dependencies between the objects and as such it's the responsibility of the users to execute the command in the right order.
4040

41+
> Object files can also be loaded into Infrahub when using external Git repositories. To see how to do this, please refer to the [.infrahub.yml](https://docs.infrahub.app/topics/infrahub-yml#objects) documentation.
42+
4143
### Validate the format of object files
4244

4345
The object file can be validated using the `infrahubctl object validate` command.

0 commit comments

Comments
 (0)