adding the docs for arctl deploy command, removing stale entries in…#16
Merged
adding the docs for arctl deploy command, removing stale entries in…#16
arctl deploy command, removing stale entries in…#16Conversation
… CLI reference Signed-off-by: Peter Jausovec <peter.jausovec@solo.io>
Deploying website with
|
| Latest commit: |
12a2be8
|
| Status: | ✅ Deploy successful! |
| Preview URL: | https://be7e76ef.website-1n3.pages.dev |
| Branch Preview URL: | https://peterj-adddeploycmddocs.website-1n3.pages.dev |
github-merge-queue bot
pushed a commit
to agentregistry-dev/agentregistry
that referenced
this pull request
Mar 16, 2026
<!-- Thanks for opening a PR! Please delete any sections that don't apply. --> # Description adds the `arctl deploy` command -- the `arctl [mcp/agent] deploy` functionality is not in `arctl deploy create` command. This is the same functionality, just moved to another command. The additional commands that were added: - `arctl deploy list` -- lists all deployments (managed and discovered) - `arctl deploy delete` -- deletes a deployment by ID - `arctl deploy show` -- shows the details of a deployment (including the URL if it's a local deployment) # Change Type ``` /kind feature ``` # Changelog ```release-note adding the `arctl deployments` command ``` # Additional Notes The docs PR is [here](agentregistry-dev/website#16). --------- Signed-off-by: Peter Jausovec <peter.jausovec@solo.io>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
… CLI reference