{"id":21174286,"url":"https://github.com/sacloud/usacloud","last_synced_at":"2025-04-10T04:56:33.254Z","repository":{"id":17283820,"uuid":"80400486","full_name":"sacloud/usacloud","owner":"sacloud","description":"usacloud:rabbit: : CLI client for the Sakura Cloud:cherry_blossom::cloud:","archived":false,"fork":false,"pushed_at":"2025-01-08T00:46:02.000Z","size":17836,"stargazers_count":58,"open_issues_count":17,"forks_count":14,"subscribers_count":7,"default_branch":"main","last_synced_at":"2025-04-03T03:09:07.111Z","etag":null,"topics":["cli","sakuracloud","usacloud"],"latest_commit_sha":null,"homepage":"","language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/sacloud.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.txt","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":"AUTHORS","dei":null,"publiccode":null,"codemeta":null}},"created_at":"2017-01-30T07:05:10.000Z","updated_at":"2025-03-09T20:01:07.000Z","dependencies_parsed_at":"2024-05-01T01:42:21.806Z","dependency_job_id":"c1eaa7ba-3590-48a0-a1ac-63579f28347f","html_url":"https://github.com/sacloud/usacloud","commit_stats":{"total_commits":1077,"total_committers":12,"mean_commits":89.75,"dds":0.1513463324048282,"last_synced_commit":"0eb67d1340048289aac57379f4dbdca3317a0106"},"previous_names":[],"tags_count":128,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sacloud%2Fusacloud","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sacloud%2Fusacloud/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sacloud%2Fusacloud/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sacloud%2Fusacloud/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/sacloud","download_url":"https://codeload.github.com/sacloud/usacloud/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248161261,"owners_count":21057554,"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":["cli","sakuracloud","usacloud"],"created_at":"2024-11-20T16:54:06.387Z","updated_at":"2025-04-10T04:56:33.235Z","avatar_url":"https://github.com/sacloud.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Usacloud\n\n![usacloud_logo_h.png](usacloud_logo_h.png)\n\n[`usacloud`](https://github.com/sacloud/usacloud)は[さくらのクラウド](http://cloud.sakura.ad.jp/index.html)用の公式CLIクライアントです。  \n\n![Test Status](https://github.com/sacloud/usacloud/workflows/Tests/badge.svg)\n[![Discord](https://img.shields.io/badge/Discord-SAKURA%20Users-blue)](https://discord.gg/yUEDN8hbMf)\n[![License](https://img.shields.io/github/license/sacloud/usacloud)](LICENSE.txt)\n[![Version](https://img.shields.io/github/v/tag/sacloud/usacloud)](https://github.com/sacloud/usacloud/releases/latest)\n![Downloads](https://img.shields.io/github/downloads/sacloud/usacloud/total)\n[![Documents](https://img.shields.io/badge/docs-Documents%20%20for%20Usacloud-green)](https://docs.usacloud.jp/usacloud)\n\n## Installation / インストール\n\n[Documents: https://docs.usacloud.jp/usacloud/installation/start_guide](https://docs.usacloud.jp/usacloud/installation/start_guide)\n\n### Quick Start\n\n- [GitHub Releases](https://github.com/sacloud/usacloud/releases/latest)から自身のプラットフォーム向けのファイルをダウンロード\u0026展開\n- [さくらのクラウド ドキュメント: APIキーの新規作成・編集](https://manual.sakura.ad.jp/cloud/api/apikey.html#id3) を参照してAPIキーを作成\n- `usacloud profile`コマンドでAPIキーを設定\n\n## Usage / 基本的な使い方\n\nコマンドは以下の書式で指定します。\n\n    usacloud \u003cリソース\u003e \u003cサブコマンド\u003e [オプション] [対象リソースのID or 名前(部分一致) or タグ]\n\nリソースやサブコマンド、オプションは`usacloud -h`、`usacloud \u003cリソース名\u003e -h`、または`usacloud \u003cリソース名\u003e \u003cサブコマンド\u003e -h`で確認できます。\n\n#### コマンドの例\n\n```bash\n# 全ゾーンのサーバ一覧を取得\n$ usacloud server list --zone=all\n\n# 石狩第1ゾーンで名前に\"example-\"を含むサーバをすべてシャットダウン(オプションの位置は引数の後ろでもOK)\n$ usacloud server shutdown \"example-\" --zone=is1a\n```\n\n### その他の使い方\n\nUsacloud ドキュメントを参照してください。\n\u003e [Usacloud ドキュメント](https://docs.usacloud.jp/usacloud)\n\n### コマンド一覧\n\n```shell\nusacloud -h\nCLI to manage to resources on the SAKURA Cloud\n\nAvailable Commands:\n === Configuration ===\n    config             \n\n === Authentication ===\n    auth-status        \n\n === Computing ===\n    private-host       \n    server             \n\n === Storage ===\n    archive            \n    auto-backup        \n    cdrom              \n    disk               \n\n === Networking ===\n    bridge             \n    internet           \n    local-router       \n    packet-filter      \n    switch             \n\n === Networking(SubResources) ===\n    interface          \n    ipaddress          \n    ipv6addr           \n    ipv6net            \n    subnet             \n\n === Appliance ===\n    database           \n    load-balancer      \n    nfs                \n    vpc-router         \n\n === SecureMobile ===\n    mobile-gateway     \n    sim                \n\n === Common service items ===\n    dns                \n    gslb               \n    proxy-lb           \n    simple-monitor     \n\n === Billing ===\n    bill               \n    coupon             \n\n === Lab ===\n    container-registry \n    esme               \n\n === WebAccelerator ===\n    web-accelerator    \n\n === Other services ===\n    icon               \n    license            \n    note               \n    ssh-key            \n\n === Region/Zone information ===\n    region             \n    zone               \n\n === Service/Product information ===\n    disk-plan          \n    internet-plan      \n    license-info       \n    private-host-plan  \n    server-plan        \n    service-class      \n\n === Other commands ===\n    rest               \n    self               \n    completion         Generate completion script\n```\n\n## License\n\n `usacloud` Copyright (C) 2017-2025 The Usacloud Authors.\n\n  This project is published under [Apache 2.0 License](LICENSE.txt).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsacloud%2Fusacloud","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsacloud%2Fusacloud","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsacloud%2Fusacloud/lists"}