{"id":20728992,"url":"https://github.com/gers2017/umbra","last_synced_at":"2025-04-23T19:47:36.983Z","repository":{"id":60014802,"uuid":"540563622","full_name":"Gers2017/umbra","owner":"Gers2017","description":"Cli powered by zenode to send p2panda operations to a node","archived":false,"fork":false,"pushed_at":"2022-10-04T16:41:44.000Z","size":20,"stargazers_count":5,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-30T02:51:11.068Z","etag":null,"topics":["cli","command-line-tool","graphql","p2p","p2panda","rust","utlity","zenode"],"latest_commit_sha":null,"homepage":"","language":"Rust","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/Gers2017.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":"2022-09-23T18:10:55.000Z","updated_at":"2022-09-24T20:13:35.000Z","dependencies_parsed_at":"2023-01-19T03:00:14.353Z","dependency_job_id":null,"html_url":"https://github.com/Gers2017/umbra","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/Gers2017%2Fumbra","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Gers2017%2Fumbra/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Gers2017%2Fumbra/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Gers2017%2Fumbra/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Gers2017","download_url":"https://codeload.github.com/Gers2017/umbra/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":250503608,"owners_count":21441432,"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":["cli","command-line-tool","graphql","p2p","p2panda","rust","utlity","zenode"],"created_at":"2024-11-17T04:40:50.126Z","updated_at":"2025-04-23T19:47:36.952Z","avatar_url":"https://github.com/Gers2017.png","language":"Rust","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Umbra\n\nCli powered by [zenode](https://github.com/Gers2017/zenode) to send operations to a p2panda node\n\n## Quick start\n\n```\nUsage: umbra [COMMAND]\n\nCommands:\n  cs    Create schema, requires name, description and fields\n  ci    Create instance, requires schema_id and fields\n  ui    Update instance, requires schema_id, view_id, and fields to update\n  di    Delete instance, requires schema_id, last view_id\n  help  Print this message or the help of the given subcommand(s)\n\nOptions:\n  -h, --help     Print help information\n  -V, --version  Print version information\n```\n\n## Clone and run [aquadoggo](https://github.com/p2panda/aquadoggo)\n\n```sh\ngit clone https://github.com/p2panda/aquadoggo.git\n```\n\nand run aquadoggo\n\n```sh\nRUST_LOG=aquadoggo=info cargo run\n```\n\n## Examples\n\n### Create a schema\n\n```sh\numbra cs -n \u003cschema-name\u003e -d \u003cschema-description\u003e -f \u003cfield-name\u003e:\u003cfield-type\u003e\n\n```\n\nFor example:\n\n```sh\numbra cs -n bears -d 'cute bears' -f id:int -f name:str -f hidden:bool --log\n```\n\n\u003e Pro tip: Use the --log or -l flag to print your operation with shiny colors 🤫\n\n### Create an instance\n\n```sh\numbra ci -s \u003cschema_id\u003e -f id:1 -f name:Bob -f hidden:false\n```\n\n### Update an instance\n\n```sh\numbra ui -s \u003cschema_id\u003e -v \u003cview_id\u003e -f id:2 -f name:Yogi\n```\n\n### Delete an instance\n\n```sh\numbra di -s \u003cschema_id\u003e -v \u003cview_id\u003e\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgers2017%2Fumbra","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fgers2017%2Fumbra","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgers2017%2Fumbra/lists"}