{"id":22908098,"url":"https://github.com/p6m7g8-dotfiles/p6df-cloudflare","last_synced_at":"2026-04-02T12:30:32.120Z","repository":{"id":229477918,"uuid":"766627134","full_name":"p6m7g8-dotfiles/p6df-cloudflare","owner":"p6m7g8-dotfiles","description":"P6 Dotfiles: CLOUDFLARE","archived":false,"fork":false,"pushed_at":"2024-11-03T19:15:51.000Z","size":8,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-02-07T05:16:15.549Z","etag":null,"topics":["cli","dotfiles","p6","p6df","p6m7g8","plugin","productivity","sh","shell","terminal","theme","zsh"],"latest_commit_sha":null,"homepage":"https://continuouslearning.io","language":"Shell","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/p6m7g8-dotfiles.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,"governance":null,"roadmap":null,"authors":null,"dei":null}},"created_at":"2024-03-03T19:22:00.000Z","updated_at":"2024-11-05T22:18:41.000Z","dependencies_parsed_at":null,"dependency_job_id":"32bb647c-b9a3-4357-a8c6-6cfab96ff2cd","html_url":"https://github.com/p6m7g8-dotfiles/p6df-cloudflare","commit_stats":null,"previous_names":["p6m7g8-dotfiles/p6df-cloudflare"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/p6m7g8-dotfiles%2Fp6df-cloudflare","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/p6m7g8-dotfiles%2Fp6df-cloudflare/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/p6m7g8-dotfiles%2Fp6df-cloudflare/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/p6m7g8-dotfiles%2Fp6df-cloudflare/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/p6m7g8-dotfiles","download_url":"https://codeload.github.com/p6m7g8-dotfiles/p6df-cloudflare/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246619791,"owners_count":20806714,"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","dotfiles","p6","p6df","p6m7g8","plugin","productivity","sh","shell","terminal","theme","zsh"],"created_at":"2024-12-14T03:19:36.180Z","updated_at":"2026-03-08T08:04:12.163Z","avatar_url":"https://github.com/p6m7g8-dotfiles.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"# P6's POSIX.2: p6df-cloudflare\n\n## Table of Contents\n\n- [Badges](#badges)\n- [Summary](#summary)\n- [Contributing](#contributing)\n- [Code of Conduct](#code-of-conduct)\n- [Usage](#usage)\n  - [Functions](#functions)\n- [Hierarchy](#hierarchy)\n- [Author](#author)\n\n## Badges\n\n[![License](https://img.shields.io/badge/License-Apache%202.0-yellowgreen.svg)](https://opensource.org/licenses/Apache-2.0)\n\n## Summary\n\np6df module for Cloudflare: WARP CLI tools (`cloudflare-warp`), virtual network\nmanagement helpers, and MCP server (`@cloudflare/mcp-server-cloudflare`) for\nAI-driven Cloudflare Workers, KV, R2, D1, and zone management.\n\n## Contributing\n\n- [How to Contribute](\u003chttps://github.com/p6m7g8-dotfiles/.github/blob/main/CONTRIBUTING.md\u003e)\n\n## Code of Conduct\n\n- [Code of Conduct](\u003chttps://github.com/p6m7g8-dotfiles/.github/blob/main/CODE_OF_CONDUCT.md\u003e)\n\n## Usage\n\n### Functions\n\n#### cli\n\n##### p6df-cloudflare/lib/cli/status.sh\n\n- `p6df::modules::cloudflare::warp::status::connect()`\n- `p6df::modules::cloudflare::warp::status::disconnect()`\n- `p6df::modules::cloudflare::warp::status::show()`\n\n##### p6df-cloudflare/lib/cli/vnet.sh\n\n- `p6df::modules::cloudflare::warp::vnet::current()`\n- `p6df::modules::cloudflare::warp::vnet::list()`\n- `p6df::modules::cloudflare::warp::vnet::set(vnet)`\n  - Args:\n    - vnet\n- `str vnet_id = p6df::modules::cloudflare::warp::vnet::_name_to_id(name)`\n  - Args:\n    - name\n\n#### p6df-cloudflare\n\n##### p6df-cloudflare/init.zsh\n\n- `p6df::modules::cloudflare::deps()`\n- `p6df::modules::cloudflare::external::brew()`\n- `p6df::modules::cloudflare::init(_module, dir)`\n  - Args:\n    - _module\n    - dir\n- `p6df::modules::cloudflare::mcp()`\n\n#### p6df-cloudflare/lib\n\n##### p6df-cloudflare/lib/cli.sh\n\n- `p6df::modules::cloudflare::warp::cli(cmd, ...)`\n  - Args:\n    - cmd\n    - ...\n\n## Hierarchy\n\n```text\n.\n├── init.zsh\n├── lib\n│   ├── cli\n│   │   ├── status.sh\n│   │   └── vnet.sh\n│   └── cli.sh\n└── README.md\n\n3 directories, 5 files\n```\n\n## Author\n\nPhilip M. Gollucci \u003cpgollucci@p6m7g8.com\u003e\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fp6m7g8-dotfiles%2Fp6df-cloudflare","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fp6m7g8-dotfiles%2Fp6df-cloudflare","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fp6m7g8-dotfiles%2Fp6df-cloudflare/lists"}