Difference between revisions of "Doctl"

From wikieduonline
Jump to navigation Jump to search
 
(5 intermediate revisions by the same user not shown)
Line 2: Line 2:
 
{{lowercase}}
 
{{lowercase}}
  
== Installation =
+
[[doctl compute droplet list]]
 +
 
 +
== Installation ==
 +
* <code>[[brew install doctl]]</code>
 
* https://github.com/digitalocean/doctl
 
* https://github.com/digitalocean/doctl
 
  cd ~ [[wget]] https://github.com/digitalocean/doctl/releases/download/v1.64.0/doctl-1.64.0-linux-amd64.tar.gz
 
  cd ~ [[wget]] https://github.com/digitalocean/doctl/releases/download/v1.64.0/doctl-1.64.0-linux-amd64.tar.gz
Line 11: Line 14:
 
== Examples ==
 
== Examples ==
 
* <code>[[doctl compute]] [[droplet]] create "sub-01.example.com" "sub-02.example.com" [[--region]] nyc3 --size 1gb [[--image]] ubuntu-14-04-x64 --enable-ipv6</code>
 
* <code>[[doctl compute]] [[droplet]] create "sub-01.example.com" "sub-02.example.com" [[--region]] nyc3 --size 1gb [[--image]] ubuntu-14-04-x64 --enable-ipv6</code>
 +
* <code>[[doctl auth init]]</code>
  
 
== Related terms ==
 
== Related terms ==
Line 16: Line 20:
  
 
== See also ==
 
== See also ==
 +
* {{doctl}}
 
* {{DO}}
 
* {{DO}}
* {{Cloud CLIs}}
 
* {{Cloud}}
 
  
[[Category:Internet]]
+
[[Category:Cloud]]

Latest revision as of 17:52, 10 December 2023

This article is a Draft. Help us to complete it.

doctl compute droplet list

Installation[edit]

cd ~ wget https://github.com/digitalocean/doctl/releases/download/v1.64.0/doctl-1.64.0-linux-amd64.tar.gz
tar xf ~/doctl-*-linux-amd64.tar.gz
rm ~/doctl-*-linux-amd64.tar.gz
mv ~/doctl /usr/local/bin

Examples[edit]

Related terms[edit]

See also[edit]

Advertising: