Importing any resource
Using the @catalogcloud/cli
you can import a any resource directly into your catalog. You will need the ARN
of the resource to import.
tip
Run the CloudCatalog CLI within your catalog directory.
Steps to import
- Navigate to your CloudCatalog in your terminal
- Import the resource into your catalog by running the following command:
npx @cloudcatalog/cli@latest import-resource {arn}
- Start your CloudCatalog
npm run dev
Adding owners/users/services
Remember you can add users, owners or services to your resources and document them with markdown!
When you import a resource it will have a default template you can change.