Skip to content

Releases: self-actuated/actuated-cli

Add device flow for obtaining token and auth command

15 Aug 09:22
Compare
Choose a tag to compare

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

08 Jun 10:12
Compare
Choose a tag to compare

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

31 May 15:10
Compare
Choose a tag to compare

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

26 May 10:19
Compare
Choose a tag to compare

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

26 May 10:05
Compare
Choose a tag to compare

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

15 May 18:02
Compare
Choose a tag to compare

Add SSH commands to CLI

12 May 15:32
Compare
Choose a tag to compare

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

04 Apr 16:37
Compare
Choose a tag to compare
Update message for update command

Signed-off-by: Alex Ellis (OpenFaaS Ltd) <[email protected]>

Rename ACTUATED_API to ACTUATED_URL

10 Mar 09:36
Compare
Choose a tag to compare
Rename main URL to ACTUATED_URL

Signed-off-by: Alex Ellis (OpenFaaS Ltd) <[email protected]>

Add upgrade command

09 Mar 17:56
Compare
Choose a tag to compare
Signed-off-by: Alex Ellis (OpenFaaS Ltd) <[email protected]>