Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Modify .sshconfig for axiom instances #621

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

thapr0digy
Copy link

Using the changes from PR #614, I added another function to only pull axiom created instances into the sshconfig. It'll allow for listing of all instances with axiom-ls, but axiom-ssh and axiom-account will use the new function.

The other choice is to just modify the "instances" function itself, but I haven't tested that.

@0xtavian
Copy link
Collaborator

@thapr0digy had to replace the function with doctl compute droplet list -o json | jq -r 'select( .[].image.name | startswith("axiom"))' to get it working as expected. Still debating and testing the concept, but wont be merging as-is. thank you!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
2 participants