buildai-cli 0.3.83__tar.gz → 0.3.84__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- {buildai_cli-0.3.83 → buildai_cli-0.3.84}/PKG-INFO +1 -1
- {buildai_cli-0.3.83 → buildai_cli-0.3.84}/cli/commands/ingest.py +1 -1
- {buildai_cli-0.3.83 → buildai_cli-0.3.84}/cli/commands/ingest_docs.py +2 -2
- {buildai_cli-0.3.83 → buildai_cli-0.3.84}/pyproject.toml +1 -1
- {buildai_cli-0.3.83 → buildai_cli-0.3.84}/.gitignore +0 -0
- {buildai_cli-0.3.83 → buildai_cli-0.3.84}/AGENTS.md +0 -0
- {buildai_cli-0.3.83 → buildai_cli-0.3.84}/CLAUDE.md +0 -0
- {buildai_cli-0.3.83 → buildai_cli-0.3.84}/buildai_bootstrap.py +0 -0
- {buildai_cli-0.3.83 → buildai_cli-0.3.84}/cli/__init__.py +0 -0
- {buildai_cli-0.3.83 → buildai_cli-0.3.84}/cli/_has_core.py +0 -0
- {buildai_cli-0.3.83 → buildai_cli-0.3.84}/cli/auth_local.py +0 -0
- {buildai_cli-0.3.83 → buildai_cli-0.3.84}/cli/commands/__init__.py +0 -0
- {buildai_cli-0.3.83 → buildai_cli-0.3.84}/cli/commands/api_proxy.py +0 -0
- {buildai_cli-0.3.83 → buildai_cli-0.3.84}/cli/commands/auth.py +0 -0
- {buildai_cli-0.3.83 → buildai_cli-0.3.84}/cli/commands/db/__init__.py +0 -0
- {buildai_cli-0.3.83 → buildai_cli-0.3.84}/cli/commands/db/broker.py +0 -0
- {buildai_cli-0.3.83 → buildai_cli-0.3.84}/cli/commands/db/common.py +0 -0
- {buildai_cli-0.3.83 → buildai_cli-0.3.84}/cli/commands/db/migrate.py +0 -0
- {buildai_cli-0.3.83 → buildai_cli-0.3.84}/cli/commands/db/query.py +0 -0
- {buildai_cli-0.3.83 → buildai_cli-0.3.84}/cli/commands/db/schema.py +0 -0
- {buildai_cli-0.3.83 → buildai_cli-0.3.84}/cli/commands/db/status.py +0 -0
- {buildai_cli-0.3.83 → buildai_cli-0.3.84}/cli/commands/db/tunnel.py +0 -0
- {buildai_cli-0.3.83 → buildai_cli-0.3.84}/cli/commands/dev.py +0 -0
- {buildai_cli-0.3.83 → buildai_cli-0.3.84}/cli/commands/doctor.py +0 -0
- {buildai_cli-0.3.83 → buildai_cli-0.3.84}/cli/commands/egoexo.py +0 -0
- {buildai_cli-0.3.83 → buildai_cli-0.3.84}/cli/commands/gigcamera.py +0 -0
- {buildai_cli-0.3.83 → buildai_cli-0.3.84}/cli/commands/grid.py +0 -0
- {buildai_cli-0.3.83 → buildai_cli-0.3.84}/cli/commands/processing.py +0 -0
- {buildai_cli-0.3.83 → buildai_cli-0.3.84}/cli/config.py +0 -0
- {buildai_cli-0.3.83 → buildai_cli-0.3.84}/cli/console.py +0 -0
- {buildai_cli-0.3.83 → buildai_cli-0.3.84}/cli/context.py +0 -0
- {buildai_cli-0.3.83 → buildai_cli-0.3.84}/cli/db_broker.py +0 -0
- {buildai_cli-0.3.83 → buildai_cli-0.3.84}/cli/guard.py +0 -0
- {buildai_cli-0.3.83 → buildai_cli-0.3.84}/cli/internal_api.py +0 -0
- {buildai_cli-0.3.83 → buildai_cli-0.3.84}/cli/main.py +0 -0
- {buildai_cli-0.3.83 → buildai_cli-0.3.84}/cli/nl_query/__init__.py +0 -0
- {buildai_cli-0.3.83 → buildai_cli-0.3.84}/cli/nl_query/dataset_tools.py +0 -0
- {buildai_cli-0.3.83 → buildai_cli-0.3.84}/cli/ops_init.py +0 -0
- {buildai_cli-0.3.83 → buildai_cli-0.3.84}/cli/output.py +0 -0
- {buildai_cli-0.3.83 → buildai_cli-0.3.84}/cli/pagination.py +0 -0
|
@@ -330,7 +330,7 @@ def host_bootstrap(
|
|
|
330
330
|
transport: str = typer.Option("tailscale", "--transport", help=TRANSPORT_HELP),
|
|
331
331
|
json_output: bool = typer.Option(False, "--json", help="Emit JSON result."),
|
|
332
332
|
) -> None:
|
|
333
|
-
"""
|
|
333
|
+
"""Reconcile drifted minis to the managed Homebrew, rsync, and uv contract."""
|
|
334
334
|
|
|
335
335
|
engine = _ingest_engine()
|
|
336
336
|
try:
|
|
@@ -36,7 +36,7 @@ Read-only fleet gates and drift checks before mutating hosts.
|
|
|
36
36
|
HOST_GROUP_HELP = """
|
|
37
37
|
Host-level repair outside the app deploy path.
|
|
38
38
|
|
|
39
|
-
[b]bootstrap[/b] —
|
|
39
|
+
[b]bootstrap[/b] — reconcile Homebrew/rsync/uv to the deploy contract (new or drifted minis).
|
|
40
40
|
[b]repair[/b] — reconcile one mini host surface when readiness reports drift.
|
|
41
41
|
"""
|
|
42
42
|
|
|
@@ -233,7 +233,7 @@ fleet preflight Read-only: inventory, reachability, tailscale check
|
|
|
233
233
|
fleet auth Validate runtime API credentials for scope
|
|
234
234
|
fleet readiness Host drift / maintenance deployability report
|
|
235
235
|
|
|
236
|
-
host bootstrap
|
|
236
|
+
host bootstrap Reconcile minis to the managed Homebrew/rsync/uv contract
|
|
237
237
|
host repair Repair one mini host outside app deploy
|
|
238
238
|
|
|
239
239
|
docs Print this guide (--topic <name> for one section)
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|