sacloud / usacloud

usacloud:rabbit: : CLI client for the Sakura Cloud:cherry_blossom::cloud:
Apache License 2.0
54 stars 13 forks source link

server scpコマンドでのサーバ名指定対応 #163

Closed yamamoto-febc closed 7 years ago

yamamoto-febc commented 7 years ago

現在は以下のようにサーバIDでの指定が必要となっている。

# As-Is(serverID = 123456789012)
$ usacloud server scp target-file.txt 123456789012:/path/to/server/dir

これをサーバ名で指定可能とする。

# To-Be
$ usacloud server scp target-file.txt server-name:/path/to/server/dir
yamamoto-febc commented 7 years ago

ref: #164 サーバ名で検索した結果が複数ヒットした場合はエラーとする。