{"id":13646900,"url":"https://github.com/rackspace/rack","last_synced_at":"2025-07-12T08:03:49.652Z","repository":{"id":30406829,"uuid":"33959631","full_name":"rackspace/rack","owner":"rackspace","description":"A CLI for Rackspace (unmaintained)","archived":false,"fork":false,"pushed_at":"2023-05-09T20:59:15.000Z","size":2441,"stargazers_count":82,"open_issues_count":54,"forks_count":57,"subscribers_count":13,"default_branch":"master","last_synced_at":"2025-04-12T08:14:37.777Z","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":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/rackspace.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","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}},"created_at":"2015-04-14T22:08:59.000Z","updated_at":"2025-04-02T16:58:19.000Z","dependencies_parsed_at":"2024-01-14T10:27:46.553Z","dependency_job_id":null,"html_url":"https://github.com/rackspace/rack","commit_stats":{"total_commits":858,"total_committers":24,"mean_commits":35.75,"dds":"0.44988344988344986","last_synced_commit":"395e7c65f8e0ac6823f99390d083c439ef4210d3"},"previous_names":[],"tags_count":11,"template":false,"template_full_name":null,"purl":"pkg:github/rackspace/rack","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rackspace%2Frack","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rackspace%2Frack/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rackspace%2Frack/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rackspace%2Frack/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/rackspace","download_url":"https://codeload.github.com/rackspace/rack/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rackspace%2Frack/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":264958624,"owners_count":23689035,"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-08-02T01:03:14.395Z","updated_at":"2025-07-12T08:03:49.042Z","avatar_url":"https://github.com/rackspace.png","language":"Go","readme":"# rack (unmaintained)\n\nCommand-line interface for the Rackspace Cloud.\n\n`rack` provides a consistent interface for interacting with the Rackspace Cloud. For example, creating a new server:\n\n```\n$ rack servers instance create \\\n    --name my-server \\\n    --image-id 5ed162cc-b4eb-4371-b24a-a0ae73376c73 \\\n    --flavor-id general1-1 \\\n    --keypair my-laptop\n\nID\t\t9818861f-2f14-437f-89b0-a36dfa1831b7\nAdminPass\t4vLb2PiqUGdP\n```\n\n\u003c!--\n## Download\n`rack` binaries are available for OSX, Linux, and Windows. [Download `rack` now](https://developer.rackspace.com/docs/rack-cli/configuration#installation).\n--\u003e\n\n## Build From Source\n\nMake sure you have [Go installed](https://golang.org/doc/install) and the [`GOPATH`](https://golang.org/doc/code.html#GOPATH) environment variable set.\n```sh\ngo get github.com/rackspace/rack\ncd $GOPATH/src/github.com/rackspace/rack\n./script/build\n```\n\n## Setting Authentication Credentials\n\n`rack` has a number of ways of getting credentials configured. The easiest way is to use `rack configure` to setup a profile:\n\n```\n$ rack configure\n\n    This interactive session will walk you through creating\n    a profile in your configuration file. You may fill in all or none of the\n    values.\n\n    Rackspace Username: iamacat\n    Rackspace API key: secrets\n    Rackspace Region: IAD\n    Profile Name (leave blank to create a default profile):\n```\n\nThis will create a configuration file at `~/.rack/config` which will store your credentials. When using the default profile, you don't need to specify the profile:\n\n```\nrack servers instance list\n```\n\nHowever, if you've named a profile, you can use the `--profile` flag to specify it explicitly:\n\n```\nrack servers instance list --profile staging\n```\n\n### Environment Variables\n\nIn addition to using the config file, you can also use environment variables. The following environment variables are supported:\n\n`RS_REGION_NAME` (DFW, IAD, ORD, LON, SYD, HKG)  \n`RS_USERNAME` (Your Rackspace username)  \n`RS_API_KEY` (Your Rackspace API key)  \n\n### Command-line\n\nLastly, you can also set your authentication credentials as flags:\n\n```\n\n$ rack servers instance list --username user1 --api-key 123456789 --region DFW\n\n```\n\n### Precedence\n\n`rack` will first look for credentials as flags. Secondly, `rack` will use a named profile, or `default` if there is a default profile. Lastly, `rack` will look for environment variables.\n\n## Bash Completion\n\nAt any time, you can run `rack init` which will create the auto-completion file in `~/.rack/bash_autocomplete` and add it to `~/.bash_profile`. You'll need to restart your terminal session to enable auto-completion.\n\nFor command completion on Windows, please see the [command completion](https://developer.rackspace.com/docs/rack-cli/configuration#command-completion) section on the configuration page of our documentation.\n\n\u003c!--\n## Roadmap\n\nBelow is a tentative list of services to be added. Though currently ordered by priority, the list can and will change:\n\n1. Cloud Load Balancers\n2. Cloud DNS \\*\n3. Cloud Databases \\*\n4. Cloud Identity\n5. Cloud Images \\*\n6. Rackspace CDN\n7. RackConnect\n8. Cloud Big Data \\*\n9. Cloud Monitoring \\*\n10. [~~Cloud Orchestration~~](https://github.com/rackspace/rack/commit/5d311719579c98a609beb7801c593e132711e003)\n11. Cloud Queues \\*\n12. Cloud Backup \\*\n13. Autoscale \\*\n14. Cloud Metrics \\*\n\n\\* Services not supported in [Gophercloud](https://github.com/rackspace/gophercloud) at present.\n--\u003e\n","funding_links":[],"categories":["Go"],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frackspace%2Frack","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Frackspace%2Frack","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frackspace%2Frack/lists"}