{"id":15136766,"url":"https://github.com/thegalllinetwork/appwrite-cli","last_synced_at":"2026-03-07T09:04:36.873Z","repository":{"id":186356440,"uuid":"675050204","full_name":"TheGallliNetwork/appwrite-cli","owner":"TheGallliNetwork","description":"Python CLI wrapper around Appwrite API to support managing snapshots that help setup/restore dev. environments ","archived":false,"fork":false,"pushed_at":"2024-02-23T10:48:21.000Z","size":102,"stargazers_count":4,"open_issues_count":2,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-10-23T11:41:01.825Z","etag":null,"topics":["alt-cli","appwrite","backup","reproducible-projects","restore","snapshot"],"latest_commit_sha":null,"homepage":"https://pypi.org/project/appw/","language":"Python","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/TheGallliNetwork.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"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,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2023-08-05T15:58:45.000Z","updated_at":"2024-07-05T14:07:38.000Z","dependencies_parsed_at":"2024-09-12T03:17:21.287Z","dependency_job_id":"39c410b5-b78b-4fd4-aaee-c8ec00a4941d","html_url":"https://github.com/TheGallliNetwork/appwrite-cli","commit_stats":null,"previous_names":["thegalllinetwork/appwrite-cli"],"tags_count":4,"template":false,"template_full_name":null,"purl":"pkg:github/TheGallliNetwork/appwrite-cli","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TheGallliNetwork%2Fappwrite-cli","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TheGallliNetwork%2Fappwrite-cli/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TheGallliNetwork%2Fappwrite-cli/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TheGallliNetwork%2Fappwrite-cli/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/TheGallliNetwork","download_url":"https://codeload.github.com/TheGallliNetwork/appwrite-cli/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TheGallliNetwork%2Fappwrite-cli/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":30210386,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-03-07T09:02:10.694Z","status":"ssl_error","status_checked_at":"2026-03-07T09:02:08.429Z","response_time":53,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":["alt-cli","appwrite","backup","reproducible-projects","restore","snapshot"],"created_at":"2024-09-26T06:41:12.358Z","updated_at":"2026-03-07T09:04:36.844Z","avatar_url":"https://github.com/TheGallliNetwork.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# 3rd party Appwrite CLI - `appw`\n\n\u003e This is not a replacement for the official Appwrite CLI. It just provides\n\u003e additional functionality by using the Appwrite API directly.\n\n### Installation\n```sh\npip install appw\n```\n\nThis installs a command line tool called `appw` which helps you manage your\nappwrite instance.\n\n\n### Usage\n\n```sh\n$ appw --help\n\n Usage: appw [OPTIONS] COMMAND [ARGS]...\n\n Appwrite wrapper cli to perform administrative tasks\n\n╭─ Options ─────────────────────────────────────────────────────────────────────────────────╮\n│ --help      Show this message and exit.                                                   │\n╰───────────────────────────────────────────────────────────────────────────────────────────╯\n╭─ Commands ────────────────────────────────────────────────────────────────────────────────╮\n│ create       Create a new org, project, key, db, collection etc;                          │\n│ delete       Remove org, project, key, db, collection etc;                                │\n│ get          Get a specific org, project, key, db, collection etc; details                │\n│ list         List org, project, key, db, collection etc;                                  │\n│ login                                                                                     │\n│ show         View summary/information of the current context                              │\n│ snapshot     Create/restore/migrate snapshots                                             │\n│ switch       Switch the default org/project/database                                      │\n╰───────────────────────────────────────────────────────────────────────────────────────────╯\n```\n\n```sh\nappw snapshot --help                          1 changed file  main\n\n Usage: appw snapshot [OPTIONS] COMMAND [ARGS]...\n\n Create/restore/migrate snapshots\n\n╭─ Options ─────────────────────────────────────────────────────────────────────────────────╮\n│ --help      Show this message and exit.                                                   │\n╰───────────────────────────────────────────────────────────────────────────────────────────╯\n╭─ Commands ────────────────────────────────────────────────────────────────────────────────╮\n│ create                                                                                    │\n│ restore   Restores an existing snapshot and syncs everything - names, schema and more     │\n╰───────────────────────────────────────────────────────────────────────────────────────────╯\n```\n\nMore details below.\n\n\n### Creating a snapshot\nAssuming you are running your appwrite instance at http://localhost (this will\nbe made configurable in the upcoming changes), you can run the following\ncommand to create a snapshot of your entire configuration.\n\n```sh\nappw login  # enter your credentials\nappw snapshot create\n```\n\nThis creates the `snapshots` directory under the current directory where you\nare running the command with a backup of all the configurations. You can\ncheck-in these files into your (private) repo. If you are using public\nrepositories keep in mind that your OAuth credentials also get backend up in\nplain text.\n\n### Restoring/Syncing snapshot\nYou can use the `snapshot restore` command to either sync/migrate an existing\nappwrite instance or setup a completely new instance.\n\n```sh\nappw snapshot restore\n```\n\nOnce you have the snapshot restored, you can run the official `appwrite` cli to\ninitialize the project (to generate appwrite.json) - helps in deploying functions\nduring development\n\n```\nappwrite init\n```\n\n## NOTE\nAs mentioned above, this is not a replacement for the offcial CLI. But it has\ncommands to create a new/update/remove organization, projects etc; without\nhaving to create them on the appwrite web console directly. This is what helps\nus to create and restore snapshots.\n\n## Contribute\nFeatures, bug-fixes, issue reports are all welcome.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fthegalllinetwork%2Fappwrite-cli","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fthegalllinetwork%2Fappwrite-cli","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fthegalllinetwork%2Fappwrite-cli/lists"}