{"id":16887019,"url":"https://github.com/ddymko/missile","last_synced_at":"2025-03-20T06:23:46.095Z","repository":{"id":56884011,"uuid":"43985418","full_name":"ddymko/Missile","owner":"ddymko","description":"CLI app that does web deployments","archived":false,"fork":false,"pushed_at":"2016-01-06T01:41:51.000Z","size":28,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-03-14T21:13:16.602Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Ruby","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/ddymko.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}},"created_at":"2015-10-09T23:54:17.000Z","updated_at":"2015-10-09T23:54:53.000Z","dependencies_parsed_at":"2022-08-20T23:40:23.198Z","dependency_job_id":null,"html_url":"https://github.com/ddymko/Missile","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/ddymko%2FMissile","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ddymko%2FMissile/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ddymko%2FMissile/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ddymko%2FMissile/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ddymko","download_url":"https://codeload.github.com/ddymko/Missile/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":244561801,"owners_count":20472519,"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-13T16:42:25.365Z","updated_at":"2025-03-20T06:23:46.078Z","avatar_url":"https://github.com/ddymko.png","language":"Ruby","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Missile\nWelcome to Missile!\n\nThis wonderful ruby gem is a CLI tool that lets you quickly and easily specify project deployments.\n\n## Installation\n\nAdd this line to your application's Gemfile:\n\n```ruby\ngem 'Missile'\n```\n\nAnd then execute:\n\n    $ bundle\n\nOr install it yourself as:\n\n    $ gem install Missile\n\n## Usage\n#### Setup a deployment config\nSo in order to run deployments you will need to setup a deployment config. To do this simply run the following\n```\nmissile setup ['deployment config name']\n```\nDuring setup you will be prompted to enter 5 pieces of information\n  * host\n  * username\n  * password\n  * local path (path to the project on your machine)\n  * remote path (path to where the project will live on the remote location)\n  * port number (port number used to access your server *if you are using default leave blank*)\nAfter you enter all of that information your deployment config will be saved\n\n#### Delete a deployment config\nTo delete a deployment config you have created you run the setup command with the *-d* flag\n```\nmissile setup ['deployment config name'] -d\n```\n\n#### Viewing deployment configs\nTo view all of the available deployment configs you have run the following:\n```\nmissile list\n```\nThis will return the names of all of the available deployment configs you have\n\n#### Viewing a single deployment configs details\nIf you want to view the specifics of a deployment config run list command with the *-i* flag\n```\nmissile list ['deployment config name'] -i\n```\n\n#### Deploying\nTo deploy your project all you need to do is run the following:\n```\nmissile deploy ['deployment config name']\n```\nThis will take execute deployment based on what you have set in your deployment config\n\n\n## Development\n\n\n## Contributing\n\nBug reports and pull requests are welcome on GitHub at https://github.com/ddymko/Missile.\n\n\n## License\n\nThe gem is available as open source under the terms of the [MIT License](http://opensource.org/licenses/MIT).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fddymko%2Fmissile","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fddymko%2Fmissile","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fddymko%2Fmissile/lists"}