{"id":17370124,"url":"https://github.com/gianarb/vagrant-go","last_synced_at":"2025-03-27T18:45:22.141Z","repository":{"id":57541895,"uuid":"292292048","full_name":"gianarb/vagrant-go","owner":"gianarb","description":null,"archived":false,"fork":false,"pushed_at":"2020-09-02T13:33:47.000Z","size":4,"stargazers_count":1,"open_issues_count":0,"forks_count":1,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-02-01T21:43:41.616Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/gianarb.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2020-09-02T13:33:33.000Z","updated_at":"2021-01-26T11:04:44.000Z","dependencies_parsed_at":"2022-09-08T23:51:17.141Z","dependency_job_id":null,"html_url":"https://github.com/gianarb/vagrant-go","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gianarb%2Fvagrant-go","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gianarb%2Fvagrant-go/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gianarb%2Fvagrant-go/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gianarb%2Fvagrant-go/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/gianarb","download_url":"https://codeload.github.com/gianarb/vagrant-go/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":245905248,"owners_count":20691753,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-10-16T00:23:37.892Z","updated_at":"2025-03-27T18:45:22.118Z","avatar_url":"https://github.com/gianarb.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"This library helps you to programmatically pilot vagrant using Go.\n\nIt provides an easy API around the vagrant command line tool.\n\n## Getting Started\n\nThere is a test written inside `vagrant_test.go` that helps you to figure out\nwhat this library provides. A few hints:\n\n* `machine, err := vagrant.Up(ctx)` helps you to provision a new virtual\n  machine.\n* `machine.Destroy(ctx)` helps you to cleanup after yourself.\n* `machine.Exec(ctx, \"touch\", \"/tmp/file.text\")` execute a command inside the\n  virtual machine via ssh.\n\n## Run tests\n\nThis library does not replace the `testing` package. It just provide a few\nfunction that you can use to leverage vagrant as part of your testing\nenvironment.\n\nYou can run the test I wrote but you need a functional vagrant installation in\nyour laptop:\n\n```\n$ git clone git@github.com:gianarb/vagrant-go\n$ cd vagrant-go\n$ go test --timeout 30m -v ./...\n```\n\nTimeout is optional but it depends on how fast you can download the Ubuntu image\nfrom the internet.\n\nNOTE: Parallelization is not supported.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgianarb%2Fvagrant-go","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fgianarb%2Fvagrant-go","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgianarb%2Fvagrant-go/lists"}