Lines Matching refs:acloud
15 Add acloud to your $PATH by lunching your environment.
30 You should now be able to call acloud from anywhere.
36 **acloud <command> <optional arguments>**
62 > $ acloud create
66 > $ acloud create --local-image [optional local-image-path]
71 > $ acloud create --local-instance
75 > $ acloud create --local-instance --local-image
81 * `--branch`: The branch of the repo you're running the acloud command in, e.g.
82 in an aosp repo on the master branch, acloud will infer the aosp-master branch.
98 local instance, acloud will just invoke the vnc client. If you don't want
114 > $ acloud create --help
125 > $ acloud list
129 > $ acloud list -v
143 > $ acloud delete
147 > $ acloud delete --all
151 > $ acloud delete --instance-names [instance-name]
164 > $ acloud reconnect
168 > $ acloud reconnect --all
172 > $ acloud reconnect --instance-names [instance-name]
185 > $ acloud pull
189 > $ acloud pull --instance-name "instance-name"
193 > $ acloud pull --instance-name "instance-name" --file-name "file-name"
208 > $ acloud setup
212 > $ acloud setup --gcp-init
216 > $ acloud setup --host
220 > $ acloud setup --force
224 If you have any questions or feedback, contact [acloud@google.com](mailto:acloud@google.com).
226 If you have any bugs or feature requests, [go/acloud-bug](http://go/acloud-bug).