You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
typo in my filing... there should be "happy acceptance json" after the sdc-createmachine with "-e" ... it doesn't work with what should be equivalent "--image"
sdc-createmachine doesn't seem to be accepting the "--image" switch:
$ env | grep SDC | grep -v CLI
SDC_URL=https://us-west-1.api.joyentcloud.com
SDC_ACCOUNT=xxxxxx
SDC_KEY_ID=fd:9c:78:0f:bd:58:e0:88:38:01:44:3b:ab:80:a5:93
$ sdc-createmachine --image f669428c-a939-11e2-a485-b790efc0f0c1
image must be specified
$ sdc-createmachine -e f669428c-a939-11e2-a485-b790efc0f0c1
<bunch of happy "success" json output here>
$ sdc-createmachine --help
sdc-createmachine [--account string] [--debug boolean] [--dataset string] [--enable-firewall boolean] [--help boolean] [--keyId string] [--metadata ] [--name string] [--networks ] [--package string] [--script path] [--tag ] [--url url]
$ npm list -g | grep smartdc
└─┬ [email protected]
└─┬ [email protected]
The text was updated successfully, but these errors were encountered: