{"id":15715234,"url":"https://github.com/crazyoptimist/gcp-vm-control","last_synced_at":"2025-03-30T20:15:49.003Z","repository":{"id":232272818,"uuid":"783603517","full_name":"crazyoptimist/gcp-vm-control","owner":"crazyoptimist","description":"Turn on and off Google Cloud VMs as needed","archived":false,"fork":false,"pushed_at":"2024-04-09T09:39:07.000Z","size":31,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2024-04-10T01:05:53.214Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","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/crazyoptimist.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,"governance":null,"roadmap":null,"authors":null,"dei":null}},"created_at":"2024-04-08T08:08:09.000Z","updated_at":"2024-04-15T09:47:46.761Z","dependencies_parsed_at":"2024-04-15T09:47:41.016Z","dependency_job_id":null,"html_url":"https://github.com/crazyoptimist/gcp-vm-control","commit_stats":null,"previous_names":["crazyoptimist/gcp-vm-control"],"tags_count":4,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/crazyoptimist%2Fgcp-vm-control","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/crazyoptimist%2Fgcp-vm-control/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/crazyoptimist%2Fgcp-vm-control/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/crazyoptimist%2Fgcp-vm-control/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/crazyoptimist","download_url":"https://codeload.github.com/crazyoptimist/gcp-vm-control/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246372741,"owners_count":20766635,"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-03T21:40:42.179Z","updated_at":"2025-03-30T20:15:48.964Z","avatar_url":"https://github.com/crazyoptimist.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Google Cloud VM Control\n\nThis application start/stop Google Cloud VMs as needed.\n\n## Generate Application Default Credentials\n\nTo use this application, you need to install the gcloud CLI and initialize it.\n\nhttps://cloud.google.com/sdk/docs/install\n\nI 100% assume that your google account has necessary permissions to start and stop the VM\n\n- To stop a VM: `compute.instances.stop` on the VM\n- To start a VM: `compute.instances.start` on the VM\n- To start a VM that uses encryption keys: `compute.instances.startWithEncryptionKey` on the VM\n- To reset a VM: `compute.instances.reset` on the VM\n\n```bash\n# Initialize the cli\ngcloud init\n\n# Generate ADC (application default credentials)\ngcloud auth application-default login\n```\n\n## Usage\n\n```bash\ngcp-vm-control --help\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcrazyoptimist%2Fgcp-vm-control","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcrazyoptimist%2Fgcp-vm-control","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcrazyoptimist%2Fgcp-vm-control/lists"}