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
Navigate to the project where you want to save your SuperRepo repository.
Select New > Code repository.
Select Applications > SuperRepo.
Modify the repository name, location, and Ontology as needed.
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
Review the core concepts of the SuperRepo development, build, and deployment lifecycle.
Follow the end-to-end tutorial to make a change that spans the Ontology, functions, and application layers of your SuperRepo.