Create a SuperRepo

Beta

SuperRepo is in the beta phase of development and may not be available on your enrollment. Functionality may change during active development.

You can create a SuperRepo in two ways: from the Palantir platform, or from the Foundry CLI. Once it exists, you can work on it in the Palantir platform or locally in your own editor.

Option 1: Create in the Palantir platform

  1. Navigate to the project where you want to save your SuperRepo repository.
  2. Select New > Code repository.
  3. Select Applications > SuperRepo.
  4. Modify the repository name, location, and Ontology as needed.
  5. When you are ready, select Open in VS Code to create and launch the repository in VS Code workspaces.

From VS Code, you can use Work Locally to clone the repository to your machine and work on your project with the Foundry CLI.

Option 2: Create from the Foundry CLI

Once you have installed the Foundry CLI, you can create a SuperRepo repository directly from the command line:

Copied!
1 foundry create

The CLI prompts you for a project name and a target save location.

Your new SuperRepo contains a folder for each supported component type, which you can use as the starting point for your project.

Next steps