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
Using Go templates, expose the raw response to the end user, so outputs can be customized. As an example, if you retrieve a droplet with doctl compute droplet get 1234, you could retrieve the droplet creation time with `doctl compute droplet get 1234 --template ".CreatedAt".
The text was updated successfully, but these errors were encountered:
Using Go templates, expose the raw response to the end user, so outputs can be customized. As an example, if you retrieve a droplet with
doctl compute droplet get 1234
, you could retrieve the droplet creation time with `doctl compute droplet get 1234 --template ".CreatedAt".The text was updated successfully, but these errors were encountered: