{"id":26059685,"url":"https://github.com/orange-cloudfoundry/db-dumper-cli-plugin","last_synced_at":"2026-01-12T07:56:17.966Z","repository":{"id":64304511,"uuid":"51526421","full_name":"orange-cloudfoundry/db-dumper-cli-plugin","owner":"orange-cloudfoundry","description":"Cloud foundry cli plugin to use db-dumper-service in more convenient way.","archived":false,"fork":false,"pushed_at":"2018-09-20T14:06:29.000Z","size":1545,"stargazers_count":0,"open_issues_count":3,"forks_count":1,"subscribers_count":7,"default_branch":"master","last_synced_at":"2025-07-23T11:57:27.192Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"https://github.com/orange-cloudfoundry/db-dumper-service","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/orange-cloudfoundry.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}},"created_at":"2016-02-11T16:01:55.000Z","updated_at":"2023-03-22T03:43:14.000Z","dependencies_parsed_at":"2023-01-15T10:15:45.397Z","dependency_job_id":null,"html_url":"https://github.com/orange-cloudfoundry/db-dumper-cli-plugin","commit_stats":null,"previous_names":["orange-opensource/db-dumper-cli-plugin"],"tags_count":8,"template":false,"template_full_name":null,"purl":"pkg:github/orange-cloudfoundry/db-dumper-cli-plugin","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/orange-cloudfoundry%2Fdb-dumper-cli-plugin","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/orange-cloudfoundry%2Fdb-dumper-cli-plugin/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/orange-cloudfoundry%2Fdb-dumper-cli-plugin/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/orange-cloudfoundry%2Fdb-dumper-cli-plugin/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/orange-cloudfoundry","download_url":"https://codeload.github.com/orange-cloudfoundry/db-dumper-cli-plugin/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/orange-cloudfoundry%2Fdb-dumper-cli-plugin/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":273847129,"owners_count":25178634,"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-09-05T02:00:09.113Z","response_time":402,"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":"2025-03-08T13:27:42.410Z","updated_at":"2026-01-12T07:56:17.941Z","avatar_url":"https://github.com/orange-cloudfoundry.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# db-dumper-cli-plugin\n\nCloud foundry cli plugin to use [db-dumper-service](https://github.com/Orange-OpenSource/db-dumper-service) in more convenient way.\n\n## Available commands\n\n```\ntarget-dump   \tTarget a db-dumper service\ncreate-dump   \tCreate a dump from a database service (e.g.: mydb) or database uri (e.g: mysql://admin:admin@mybase.com:3306/mysuperdb)\nrestore-dump  \tRestore a dump from a database service or database uri (e.g: mysql://admin:admin@mybase.com:3306/mysuperdb)\ndelete-dump   \tDelete a instance and all its dumps (dumps can be retrieve during a period)\nlist-dump       List dumps for an instance\ndownload-dump  \tDownload a dump to your drive\nopen-dump       Open dump in your browser\n```\n\n### Create\n\n```\nNAME:\n   create-dump - Create a dump from a database service (e.g.: mydb) or database uri (e.g: mysql://admin:admin@mybase.com:3306/mysuperdb)\n\nUSAGE:\n   create-dump [command options] [service-name-or-url-of-your-db]\n\nOPTIONS:\n   --plan      \tChoose the plan to use. If not set it will ask you to choose one from a list\n   --tags      \tPass a list of tags to create a dump with these tags (e.g.: --tags=mytag1,mytag2...)\n   --verbose, --vvv, --vv      \tSet the flag if you want to see all output from cloudfoundry cli\n```\n\n### Restore\n\n```\nNAME:\n   restore-dump - Restore a dump to a database service or database uri (e.g: mysql://admin:admin@mybase.com:3306/mysuperdb)\n\nUSAGE:\n   restore-dump [command options] [service-name-or-url-of-your-db]\n\nOPTIONS:\n   --recent    \t\tRestore from the most recent dump\n   --see-all-dumps     \tRestore by selecting one of dumps available for the targetted database (made by all db-dumper service instance linked to this database)\n   --tags      \t\tRestore by selecting one of dumps marked with tag(s) (e.g.: --tags=mytag1,mytag2...)\n   --org, -o   \t\tOrg which contain the service name passed\n   --space, -s \t\tSpace which contain the service name passed\n   --source-instance   \tThe db dumper service instance where dumps should be retrieved (this can be the service instance you passed in create e.g.: mydb)\n   --force, -f \tForce restore without confirmation\n   --verbose, --vvv, --vv      \tSet the flag if you want to see all output from cloudfoundry cli\n```\n\n### Delete\n\n```\nNAME:\n   delete-dump - Delete a instance and all its dumps (dumps can be retrieve during a period)\n\nUSAGE:\n   delete-dump [command options] [service instance](*optional*, this can be the service instance you passed in create e.g.: mydb)\n\nOPTIONS:\n   --force, -f \tForce deletion without confirmation\n   --verbose, --vvv, --vv      \tSet the flag if you want to see all output from cloudfoundry cli\n```\n\n### List\n\n```\nNAME:\n   list-dump - List dumps for an instance\n\nUSAGE:\n   list-dump [command options] [service instance](*optional*, this can be the service instance you passed in create e.g.: mydb)\n\nOPTIONS:\n   --show-url, -s      \tIf you want to see download url and dashboard url\n   --see-all-dumps     \tSee all dumps for the database (made by all db-dumper service instance linked to this database)\n   --tags      \t\tSee dumps marked with tag(s) (e.g.: --tags=mytag1,mytag2...)\n   --verbose, --vvv, --vv      \tSet the flag if you want to see all output from cloudfoundry cli\n```\n\n### Download\n\n```\nNAME:\n   download-dump - Download a dump to your drive\n\nUSAGE:\n   download-dump [command options] [service instance](*optional*, this can be the service instance you passed in create e.g.: mydb)\n\nOPTIONS:\n   --recent    \t\t\tDownload from the most recent dump\n   --original  \t\t\tDownload the original file (e.g.: download directly sql file instead of compressed file)\n   --dump-number, -p   \t\tDownload from the number showed when using 'db-dumper list'\n   --stdout, -o\t\t\tShow file directly in stdout (service instance is no more optionnal and you need to use flag --dump-number or --recent)\n   --see-all-dumps     \t\tDownload dumps by selecting one of dumps available for the targetted database (made by all db-dumper service instance linked to this database)\n   --tags      \t\t\tDownload dumps by selecting one of dumps marked with tag(s) (e.g.: --tags=mytag1,mytag2...)\n   --verbose, --vvv, --vv      \tSet the flag if you want to see all output from cloudfoundry cli\n```\n\n### Open\n\n```\nNAME:\n   open-dump - Open dump in your browser\n\nUSAGE:\n   open-dump [command options] [service instance](*optional*, this can be the service instance you passed in create e.g.: mydb)\n\nOPTIONS:\n   --recent    \t\tOpen dump page from the most recent dump\n   --dump-number, -p   \tOpen from the number showed when using 'db-dumper list'\n   --see-all-dumps     \tShow dumps by selecting one of dumps available for the targetted database (made by all db-dumper service instance linked to this database)\n   --tags      \t\tShow dumps by selecting one of dumps marked with tag(s) (e.g.: --tags=mytag1,mytag2...)\n   --verbose, --vvv, --vv      \tSet the flag if you want to see all output from cloudfoundry cli\n```\n\n### Target\n\n```\nNAME:\n   target-dump - Target a db-dumper service\n\nUSAGE:\n   target-dump [db-dumper-service]\n\nDESCRIPTION:\n   Target a db-dumper service, default is db-dumper-service (e.g.: db-dumper-service-dev)\n\nOPTIONS:\n    --verbose, --vvv, --vv      \tSet the flag if you want to see all output from cloudfoundry cli\n```","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Forange-cloudfoundry%2Fdb-dumper-cli-plugin","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Forange-cloudfoundry%2Fdb-dumper-cli-plugin","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Forange-cloudfoundry%2Fdb-dumper-cli-plugin/lists"}