Full network sequence
SCOUT DOCS · PROJECT-STATUS / FULL-NETWORK-DEMOThis page is intentionally only a production-command sequence. It extends the
two-Branch walkthrough with a third
Branch and the shipped share-path recipe.
Capture identifiers (KAUNAS_BRANCH_ID, AREA_ID, ROOT_BRANCH_ID) from
each command’s JSON evidence before continuing.
scout run bootstrap-network release_root=/opt/scout root_state=/var/lib/scout/root root_bind=127.0.0.1 root_router_listen=tls/0.0.0.0:7436 root_router_advertise=tls/root.example:7436scout run add-branch parent_context=root branch_name=vilnius description='Vilnius Branch' owned_prefix=scout/vilnius activation_file=/tmp/vilnius.handoff child_state=/var/lib/scout/vilnius release_root=/opt/scout child_bind=127.0.0.1 port_offset=8 child_router_listen=tls/0.0.0.0:7444 child_router_advertise=tls/vilnius.example:7444scout run add-branch parent_context=vilnius branch_name=kaunas description='Kaunas Branch' owned_prefix=scout/vilnius/kaunas activation_file=/tmp/kaunas.handoff child_state=/var/lib/scout/kaunas release_root=/opt/scout child_bind=127.0.0.1 port_offset=16 child_router_listen=tls/0.0.0.0:7452 child_router_advertise=tls/kaunas.example:7452scout --context kaunas area add --name weather --key 'scout/vilnius/kaunas/weather/**' --branch $KAUNAS_BRANCH_IDscout run share-path area_owner_context=kaunas author_context=root intermediate_context=vilnius area_id=$AREA_ID ancestor_subject=$ROOT_BRANCH_ID action=subscribescout --context root tree --descendantsscout --context kaunas statusEvery recipe step uses the public CLI with the caller’s context and token.
share-path verifies and applies the retained Change on each side of the
qualified three-Branch path. It does not carry credentials or use a privileged
server shortcut.