From a3e86c41156ee776757fb0f6fad654666d6c85a0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Richard=20Sol=C3=A1r?= Date: Mon, 7 Sep 2026 11:51:04 +0200 Subject: [PATCH 1/3] fix(create): make the local-only source option say nothing is uploaded The last `apify create` prompt asked "Where will the source code live?" and labelled the Git-less path "Apify", which read as if the code went to the platform right away. Renames it "Local only", rewords the question, and states in each option description what happens on selection. Closes #1396 Co-Authored-By: Claude Opus 5 --- docs/quick-start.md | 2 +- docs/reference.md | 12 +++++++----- src/commands/create.ts | 7 ++++--- src/lib/git-source/gitSource.ts | 24 ++++++++++++++++-------- 4 files changed, 28 insertions(+), 17 deletions(-) diff --git a/docs/quick-start.md b/docs/quick-start.md index 504c18872..4c6dc2259 100644 --- a/docs/quick-start.md +++ b/docs/quick-start.md @@ -31,7 +31,7 @@ The CLI then asks you for the following: ::: -1. Choose where to host the source code of your Actor: on Apify, GitHub, GitLab, or Bitbucket. Let's choose **Apify**. +1. Choose how the source code is set up: local only, or hosted on GitHub, GitLab, or Bitbucket. Let's choose **Local only**, which keeps everything on this machine. The CLI creates a new directory with the boilerplate code and installs all project dependencies. diff --git a/docs/reference.md b/docs/reference.md index e7cf2fb73..130cfeee7 100644 --- a/docs/reference.md +++ b/docs/reference.md @@ -315,11 +315,13 @@ FLAGS dependencies. --skip-git-init Skip initializing a git repository in the Actor directory. - --source=