{"id":20845588,"url":"https://github.com/siliconflow/siliconcloud-cli","last_synced_at":"2025-08-12T12:34:05.826Z","repository":{"id":257539083,"uuid":"852709097","full_name":"siliconflow/siliconcloud-cli","owner":"siliconflow","description":"develop cli for siliconcloud","archived":false,"fork":false,"pushed_at":"2024-10-08T06:15:30.000Z","size":61,"stargazers_count":0,"open_issues_count":1,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-03-12T11:26:57.958Z","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":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/siliconflow.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"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,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2024-09-05T09:29:40.000Z","updated_at":"2024-10-08T06:14:15.000Z","dependencies_parsed_at":"2024-09-17T09:34:33.862Z","dependency_job_id":"0ee99c30-f848-4f6a-b9f1-6ecf682206fa","html_url":"https://github.com/siliconflow/siliconcloud-cli","commit_stats":null,"previous_names":["siliconflow/siliconcloud-cli"],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/siliconflow/siliconcloud-cli","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/siliconflow%2Fsiliconcloud-cli","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/siliconflow%2Fsiliconcloud-cli/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/siliconflow%2Fsiliconcloud-cli/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/siliconflow%2Fsiliconcloud-cli/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/siliconflow","download_url":"https://codeload.github.com/siliconflow/siliconcloud-cli/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/siliconflow%2Fsiliconcloud-cli/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":270061413,"owners_count":24520293,"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","status":"online","status_checked_at":"2025-08-12T02:00:09.011Z","response_time":80,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"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-11-18T02:13:21.892Z","updated_at":"2025-08-12T12:34:05.797Z","avatar_url":"https://github.com/siliconflow.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003ch1 align=\"center\"\u003eSilicon Cloud CLI\u003c/h1\u003e\n\n\u003cp align=\"center\"\u003e\n\u003cp\u003e\n\nThe Silicon Cloud CLI is an open source tool, you can get the latest version from [GitHub](https://github.com/siliconflow/siliconcloud-cli).\n\n## Introduction\nThe Silicon Cloud CLI is a command line tool for managing your files on silicon cloud. It provides an easy way to upload,  and manage your silicon cloud files.\n\n## CLI Releases\n\nAll releases please [click here](https://github.com/siliconflow/siliconcloud--cli/releases).\n\n## Installation\nSiliconCloud-CLI is available on Linux, macOS and Windows platforms.\nBinaries for Linux, Windows and Mac are available as tarballs in the [release page](https://github.com/siliconcloud-/siliconcloud--cli/releases).\n\n- Linux\n  ```shell\n    VERSION=0.1.0\n    tar -xzvf siliconcloud-cli-linux-$VERSION-amd64.tar.gz\n    install siliconcloud /usr/local/bin\n  ```\n\n* Via a GO install\n\n  ```shell\n  # NOTE: The dev version will be in effect!\n  go install github.com/siliconflow/siliconcloud-cli@latest\n  ```\n\n## Building From Source\n\nSiliconCloud-CLI is currently using GO v1.22.X or above.\nIn order to build it from source you must:\n\n1. Clone the repo\n2. Build and run the executable\n\n     ```shell\n     make build \u0026\u0026 ./execs/siliconcloud\n     ```\n\n---\n\n## Quick start\n\n### Login\nThe Silicon Cloud CLI uses api-keys to authenticate client. To login your machine, run the following CLI:\n\n```bash\n# if you have an environment variable SF_API_KEY set with your api key\nsiliconcloud login\n# or using an option --key,-k\nsiliconcloud login -k $SF_API_KEY\n```\n\n### Logout\nTo logout your machine, run the following CLI:\n\n```bash\nsiliconcloud logout\n```\n\n### Upload files\nTo upload files to the silicon cloud, run the following CLI:\n\n```bash\nsiliconcloud upload -n mymodel -t bizyair/checkpoint -p /local/path/directory-or-file\n```\n\nYou can specify overwrite flag to overwrite the model if it already exists in the silicon cloud.\n\n```bash\nsiliconcloud upload -n mymodel -t bizyair/checkpoint -p /local/path/directory-or-file --overwrite\n```\n\n\nYou can specify model name, model type and path to upload by using the `-n`, `-t` and `-p` flags respectively.\n\n### View Models\nTo view all your models in the silicon cloud, run the following CLI:\n\n```bash\nsiliconcloud model ls -t bizyair/checkpoint\n```\n\nYou must specify model type by using the `-t` flag.\n\nYou can specify public flag `--public` to view all public models in the silicon cloud. By default it will show only your private models.\n\n```bash\n\n### View Model Files\nTo view all files in a model, run the following CLI:\n\n```bash\nsiliconcloud model ls-files -n mymodel -t bizyair/checkpoint\n```\n\nYou can specify public flag `--public` to view all public model files in the silicon cloud. By default, it will show only your private model files.\n\nIf you want to see the files in a model in tree view, run the following CLI:\n```bash\nsiliconcloud model ls-files -n mymodel -t bizyair/checkpoint --tree\n```\n\nYou must specify model name and model type by using the `-n` and `-t` flags respectively.\n\n### Remove Model\nTo remove model from the silicon cloud, run the following CLI:\n\n```bash\nsiliconcloud model rm -n mymodel -t checkpoint\n```\n\nYou must specify model name and model type by using the `-n` and `-t` flags respectively.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsiliconflow%2Fsiliconcloud-cli","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsiliconflow%2Fsiliconcloud-cli","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsiliconflow%2Fsiliconcloud-cli/lists"}