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
|**aws**| Functions that make it easier to work with the AWS APIs. Examples: find an EC2 Instance by tag, get the IPs of EC2 Instances in an ASG, create an EC2 KeyPair, look up a VPC ID. |
20
20
|**azure**| Functions that make it easier to work with the Azure APIs. Examples: get the size of a virtual machine, get the tags of a virtual machine. |
21
21
|**collections**| Go doesn't have much of a collections library built-in, so this package has a few helper methods for working with lists and maps. Examples: subtract two lists from each other. |
22
-
|**docker**| Functions that make it easier to work with Docker and Docker Compose. Examples: run `docker-compose` commands. |
22
+
|**docker**| Functions that make it easier to work with Docker and Docker Compose. Examples: run `dockercompose` commands. |
23
23
|**environment**| Functions for interacting with os environment. Examples: check for first non empty environment variable in a list. |
24
24
|**files**| Functions for manipulating files and folders. Examples: check if a file exists, copy a folder and all of its contents. |
25
25
|**gcp**| Functions that make it easier to work with the GCP APIs. Examples: Add labels to a Compute Instance, get the Public IPs of an Instance, Get a list of Instances in a Managed Instance Group, Work with Storage Buckets and Objects. |
0 commit comments