From 567887f894ac235cc5b5b29cec9f57942ae05c40 Mon Sep 17 00:00:00 2001 From: Owen Date: Wed, 16 Sep 2026 10:04:57 -0400 Subject: [PATCH] Remove newt --- manage/blueprints.mdx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/manage/blueprints.mdx b/manage/blueprints.mdx index 0b61592..85baa0e 100644 --- a/manage/blueprints.mdx +++ b/manage/blueprints.mdx @@ -74,7 +74,7 @@ Use container labels when the resource definition should live inside your Compos Run a site with `--blueprint-file` to keep the file declarative and continuously applied: ```bash - newt --blueprint-file /path/to/blueprint.yaml + pangolin up site --blueprint-file /path/to/blueprint.yaml --id --secret --endpoint https://app.pangolin.net ``` If you only want a one-time bootstrap during provisioning, use [`--provisioning-blueprint-file`](/manage/sites/site-provisioning) instead. @@ -460,7 +460,7 @@ Container labels are continuously applied. Treat the Compose file as the source To use container labels, the site must be able to read the Docker socket: ```bash -newt --docker-socket /var/run/docker.sock +pangolin up site --docker-socket /var/run/docker.sock --id --secret --endpoint https://app.pangolin.net ``` Or with an environment variable: @@ -473,7 +473,7 @@ DOCKER_SOCKET=/var/run/docker.sock ```yaml services: - newt: + pangolin-site: image: fosrl/pangolin-cli container_name: pangolin-site restart: unless-stopped