{"id":15667974,"url":"https://github.com/naps62/capistrano-compact-formatter","last_synced_at":"2025-08-02T21:37:54.486Z","repository":{"id":26792680,"uuid":"30251078","full_name":"naps62/capistrano-compact-formatter","owner":"naps62","description":"A compact formatter for capistrano 3","archived":false,"fork":false,"pushed_at":"2015-02-03T17:49:32.000Z","size":520,"stargazers_count":1,"open_issues_count":0,"forks_count":2,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-03-27T22:36:52.705Z","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/naps62.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-02-03T16:00:49.000Z","updated_at":"2020-06-23T09:46:05.000Z","dependencies_parsed_at":"2022-06-27T10:32:46.031Z","dependency_job_id":null,"html_url":"https://github.com/naps62/capistrano-compact-formatter","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/naps62%2Fcapistrano-compact-formatter","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/naps62%2Fcapistrano-compact-formatter/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/naps62%2Fcapistrano-compact-formatter/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/naps62%2Fcapistrano-compact-formatter/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/naps62","download_url":"https://codeload.github.com/naps62/capistrano-compact-formatter/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248508036,"owners_count":21115743,"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-03T14:06:02.750Z","updated_at":"2025-04-14T09:11:01.867Z","avatar_url":"https://github.com/naps62.png","language":"Ruby","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Capistrano Compact Formatter\n\nCustom formatter for Capistrano 3, with compact output, and opinionated according to my own needs.\n\nI don't like the built-in formatters from sshkit. They're too verbose in debug mode, but too little verbose otherwise. Everytime an error occurred while using `set :debug, :info`, I would find myself changing it back to `:debug` to see the actual error messages.\n\nA quick breakdown of what it does:\n\n* no difference for each log level. I might add this in the future, but at this point, I didn't feel the need;\n* each command is printed in a single line, containing a trimmed message and a success flag;\n* if a command has output in stdout/stderr, it will be printed below, with a leading tab, in green/red respectively;\n* conditional commands (i.e. commands with the format `[ some_bash_condition ]`) will not be printed. They frequently return false, which would output a red failure flag. I find that misleading, since it doesn't mean the deploy failed, it's merely a condition that evaluated to false.\n\nSample output:\n\n![Sample Output](sample-output.png)\n\n## Installation\n\nAdd this line to your application's Gemfile:\n\n```ruby\ngem 'capistrano-compact-formatter'\n```\n\nOr install it yourself as:\n\n    $ gem install capistrano-compact-formatter\n\n## Usage\n\nAnd require it in your `Capfile`\n\n```ruby\n# Capfile\n\nrequire 'capistrano-compact-formatter'\n```\n\nThen in your `config/deploy.rb`, specify the formatter to use:\n\n```ruby\n# config/deploy.rb\n\nset :format, :compact\n```\n\nAnd you're all set!\n\n## Contributing\n\n1. Fork it ( https://github.com/[my-github-username]/capistrano-compact-formatter/fork )\n2. Create your feature branch (`git checkout -b my-new-feature`)\n3. Commit your changes (`git commit -am 'Add some feature'`)\n4. Push to the branch (`git push origin my-new-feature`)\n5. Create a new Pull Request\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnaps62%2Fcapistrano-compact-formatter","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fnaps62%2Fcapistrano-compact-formatter","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnaps62%2Fcapistrano-compact-formatter/lists"}