-
Notifications
You must be signed in to change notification settings - Fork 65.5k
Description
Code of Conduct
- I have read and agree to the GitHub Docs project's Code of Conduct
What article on docs.github.com is affected?
title: Activating optional features for GitHub Apps
intro: 'You can test new optional features for your {% data variables.product.prodname_github_apps %}.'
redirect_from:
- /developers/apps/activating-beta-features-for-apps
- /developers/apps/activating-optional-features-for-apps
- /developers/apps/getting-started-with-apps/activating-optional-features-for-apps
- /apps/maintaining-github-apps/activating-optional-features-for-apps
versions:
fpt: ''
ghes: ''
ghec: '*'
topics: - GitHub Apps
shortTitle: Activate optional features
Warning
Optional features are subject to change.
Activating optional features for {% data variables.product.prodname_github_apps %}
{% data reusables.apps.settings-step %}
{% data reusables.user-settings.developer_settings %}
- Click Edit next to the {% data variables.product.prodname_github_app %} you want to enable an optional feature for.
{% data reusables.apps.optional_feature_activation %}
Further reading
What part(s) of the article would you like to see updated?
GitHub CLI api
https://cli.github.com/manual/gh_api
gh api
--method POST
-H "Accept: application/vnd.github+json"
-H "X-GitHub-Api-Version: 2022-11-28"
/orgs/ORG/artifacts/metadata/storage-record
-f 'name=libfoo' -f 'version=1.2.3' -f 'digest=sha256:1bb1e949e55dcefc6353e7b36c8897d2a107d8e8dca49d4e3c0ea8493fc0bc72' -f 'artifact_url=https://reg.example.com/artifactory/bar/libfoo-1.2.3' -f 'registry_url=https://reg.example.com/artifactory/' -f 'repository=bar' -f 'status=active'
Additional information
GitHub CLI api
https://cli.github.com/manual/gh_api
gh api
--method POST
-H "Accept: application/vnd.github+json"
-H "X-GitHub-Api-Version: 2022-11-28"
/orgs/ORG/artifacts/metadata/storage-record
-f 'name=libfoo' -f 'version=1.2.3' -f 'digest=sha256:1bb1e949e55dcefc6353e7b36c8897d2a107d8e8dca49d4e3c0ea8493fc0bc72' -f 'artifact_url=https://reg.example.com/artifactory/bar/libfoo-1.2.3' -f 'registry_url=https://reg.example.com/artifactory/' -f 'repository=bar' -f 'status=active'