diff --git a/integrations/port/README.md b/integrations/port/README.md new file mode 100644 index 00000000..c658c97e --- /dev/null +++ b/integrations/port/README.md @@ -0,0 +1,6 @@ +# Port Integration + +Port is an open internal developer portal, providing an end-to-end developer experience, resulting in better quality, security +& cost control as well as faster onboarding and velocity. Port's LaunchDarkly integration allows you to import projects, flags and environments from your LaunchDarkly account into Port, according to your mapping and definition. + +[How to connect instal Port's LaunchDarkly integration](https://docs.getport.io/build-your-software-catalog/sync-data-to-catalog/feature-management/launchdarkly/) diff --git a/integrations/port/assets/port-logo-horizontal.svg b/integrations/port/assets/port-logo-horizontal.svg new file mode 100644 index 00000000..53d6de39 --- /dev/null +++ b/integrations/port/assets/port-logo-horizontal.svg @@ -0,0 +1,7 @@ + + + + + + + diff --git a/integrations/port/assets/port-logo-square.svg b/integrations/port/assets/port-logo-square.svg new file mode 100644 index 00000000..44c58912 --- /dev/null +++ b/integrations/port/assets/port-logo-square.svg @@ -0,0 +1,3 @@ + + + diff --git a/integrations/port/manifest.json b/integrations/port/manifest.json new file mode 100644 index 00000000..f56bac8d --- /dev/null +++ b/integrations/port/manifest.json @@ -0,0 +1,20 @@ +{ + "name": "Port", + "version": "0.1.3", + "overview": "Access Feature Flags, Projects and Environments from your LaunchDarkly account in Port.", + "description": "Port's LaunchDarkly integration allows you to access Feature Flags, Projects and Environments from your LaunchDarkly account in Port, according to your mapping and definition.", + "author": "Port", + "supportEmail": "support@getport.io", + "links": { + "site": "https://getport.io", + "launchdarklyDocs": "https://docs.launchdarkly.com/integrations/port", + "privacyPolicy": "https://www.getport.io/legal/privacy-policy" + }, + "categories": ["developer-tools", "infrastructure"], + "icons": { + "square": "assets/port-logo-square.svg", + "horizontal": "assets/port-logo-horizontal.svg" + }, + "requiresOAuth": false, + "otherCapabilities": ["external"] +}