You can install it via NPM:
npm install -g axicli
axicli setup
> cdn: http://myserver.com/directories/mycustomcli/
> ssh_username: test_userStore this config in your cdn folder.
{
"axirc": {
"servers": [{
"name": "test",
"ip": "custom ip/domain"
}, {
"name": "prod",
"ip": "custom ip/domain"
}, {
"name": "dev",
"ip": "custom ip/domain"
}]
}
}ssh-<server_name>
ssh-root-<server_name>Both commands perform a SSH to the specified Server.
axicli update shellThis will redownload the config and remake your shell.