Releases: self-actuated/actuated-cli
Add device flow for obtaining token and auth command
Changelog for v0.1.0:
Commits
4a7c7ee Add device flow for obtaining token and auth command by @alexellis
3b45b15 Fix readme example by @alexellis
Changes: v0.0.12...v0.1.0
Generated by Derek
Enable fuzzy match and index match for connecting to hosts
Changelog for v0.0.12:
Commits
ccae45d Fix indent by @alexellis
d4c42a5 Enable fuzzy match and index match for connecting to hosts by @alexellis
Changes: v0.0.11...v0.0.12
Generated by Derek
Fix logs command help message and add examples
Changelog for v0.0.11:
Commits
95a631b Fix #3 by @alexellis
Changes: v0.0.10...v0.0.11
Generated by Derek
Parse response from requeued VMs
Changelog for v0.0.10:
Commits
f1b99df Parse response from requeued VMs by @alexellis
Changes: v0.0.9...v0.0.10
Generated by Derek
Add --all to upgrade command
Changelog for v0.0.9:
Commits
77225fb Add --all to upgrade flag by @alexellis
40b8965 Update README.md by @alexellis
e900cd1 Update .DEREK.yml by @alexellis
Changes: v0.0.8...v0.0.9
Generated by Derek
Add "list" as alias to "ssh ls" and extra examples to CLI help messages
Add SSH commands to CLI
View SSH sessions available:
actuated-cli ssh \
--token ~/reader.txt \
ssh ls
| ACTOR | HOSTNAME | RX | TX | CONNECTED |
|-------|----------|----|----|-----------|
Connect to an SSH session
Connect to the first available session from your account:
actuated-cli ssh \
--token ~/reader.txt \
ssh connect
Connect to a specific session by hostname:
actuated-cli ssh \
--token ~/reader.txt \
ssh connect --host runner1
Add --id flag to logs command
Update message for update command Signed-off-by: Alex Ellis (OpenFaaS Ltd) <[email protected]>
Rename ACTUATED_API to ACTUATED_URL
Rename main URL to ACTUATED_URL Signed-off-by: Alex Ellis (OpenFaaS Ltd) <[email protected]>
Add upgrade command
Signed-off-by: Alex Ellis (OpenFaaS Ltd) <[email protected]>