Skip to content

blp1526/scv

Repository files navigation

Build Status

scv

VNC path creator for SAKURA Cloud

Installation

Download a binary from here.

Precondition

If you use this cli tool, you have to turn on a SAKURA Cloud server power.

Usage

  • Create a config file at $HOME/.scv.json by scv --init.
  • Write a config file refering to .scv.sample.json.
    • This file's server name don't have to match the SAKURA cloud sever name.
  • Run below command.
# Format
$ scv [options] [zone name] [server name]

# Example
$ scv is1a ubuntu

This command uses SAKURA Cloud API GET/server/:serverid/vnc/proxy.

Options

Name Description
-h, --help print help message and exit
--init create $HOME/.scv.json if it does not exist
-v, --verbose print debug log
-V, --version print version and exit