outshift-open/Agent Directory Push
Push records to your Agent Directory using the dirctl CLI.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| directory_endpoint | The Agent Directory SaaS endpoint URL. | yes | https://agent-directory.outshift.com |
| dirctl_client_id | Client ID for Agent Directory API key authentication. | yes | — |
| dirctl_secret | Secret for Agent Directory API key authentication. | yes | — |
| record_file | Path to the JSON file containing the directory record to push (relative to repository root). | yes | — |
| organization_name | The organization name where to push the record. | yes | — |
| record_name | The name of the record to be pushed. Overrides the name in the record file. | no | — |
| record_version | The version of the record to be pushed. Overrides the version in the record file. | no | — |
| cosign_private_key | Cosign private key content for signing the record. | no | — |
| cosign_private_key_password | Password for the encrypted cosign private key used to sign the record. | no | — |
| dirctl_version | Version of dirctl to download and use. | no | v0.5.1 |
Outputs
no outputs