# exportconfig project

The `exportconfig project` command exports metadata about all ML objects configured in the current project to a json file. You can then import the json file into a new empty project to replicate the object definitions, without having to manually configure the data sources, data sinks, and datasets again in the new instance or project.

## Syntax

{% code overflow="wrap" %}

```
exportconfig project <project metadata json name>
```

{% endcode %}

## Parameters

| Parameter                      | Description                                |
| ------------------------------ | ------------------------------------------ |
| `<project metadata json name>` | The name of the project metadata json file |

## Example

```
[ ]: exportconfig project trip_fare_objects.json

     Project trip_fare exported to file trip_2.json 
```
