Added ability to push only one file with --agent argument#48
Closed
joshcodes wants to merge 2 commits intoelevenlabs:mainfrom
Closed
Added ability to push only one file with --agent argument#48joshcodes wants to merge 2 commits intoelevenlabs:mainfrom
joshcodes wants to merge 2 commits intoelevenlabs:mainfrom
Conversation
Author
|
Add shell completion support
|
Author
Shell Completion SupportThe InstallationBash - Add to eval "$(elevenlabs completion bash)"Zsh - Add to eval "$(elevenlabs completion zsh)"Then restart your shell or run Usage Examples# Top-level command completion
elevenlabs <TAB>
# Shows: auth agents tools tests components completion
# Subcommand completion
elevenlabs agents <TAB>
# Shows: init add list delete status push pull templates widget test
# Flag completion
elevenlabs agents push <TAB>
# Shows: --agent --dry-run
# Dynamic agent ID completion (reads from agents.json)
elevenlabs agents push --agent <TAB>
# Shows: agent_8501ked312yafaxam3w5b4qvsk0f agent_6801ked66vd1fdfr3qgn807b1ajm ...
# Template type completion
elevenlabs agents add --template <TAB>
# Shows: default minimal voice-only text-only customer-service assistant
# Tool type completion
elevenlabs tools add --type <TAB>
# Shows: webhook clientFeatures
|
Collaborator
|
hey @joshcodes happy to approve, could you fix the linter please? |
AngeloGiacco
approved these changes
Jan 19, 2026
PennyroyalTea
added a commit
that referenced
this pull request
Jan 21, 2026
Collaborator
|
@joshcodes thanks for contribution, merged in #50 |
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.
No description provided.