This documentation is for a prerelease version of O3DE. Click here to switch to the latest release, or select a version from the dropdown.

Version:

Create an O3DE remote repository

You can create an O3DE remote repository with the O3DE CLI.

Use the o3de command line tool to create an O3DE remote repository

You can use the o3de CLI tool to create a remote repository with the following command:

<engine>\scripts\o3de.bat create-repo --repo-name <repo name> --repo-path <local path>

<engine>/scripts/o3de.sh create-repo --repo-name <repo name> --repo-path <local path>

The above command will create a repo.json file at the specified local path.

See the o3de create-repo CLI Reference for the complete list of options.

After creating your repository, add content to your remote repository and test it locally before uploading it to a public web server or GitHub.