From b1b1464205cc665fdc949737c8fc3141bdabf057 Mon Sep 17 00:00:00 2001 From: Marten O'Grady <35665595+Escape613@users.noreply.github.com> Date: Thu, 4 May 2023 09:47:59 -0400 Subject: [PATCH] Update CONTRIBUTING.md (#383) Wrong output for Step 3 in Build A ZipApp. Fixed it to what I just experienced while smoke testing. Former-commit-id: bce604e4bb2823632adf809a1cadd228e5c017c3 --- docs/CONTRIBUTING.md | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/docs/CONTRIBUTING.md b/docs/CONTRIBUTING.md index 89d9a748..39b294fb 100644 --- a/docs/CONTRIBUTING.md +++ b/docs/CONTRIBUTING.md @@ -87,20 +87,27 @@ Use shiv to build a single file Python executable zip archive of laconic-so: ``` $ cp stack-orchetrator/laconic-so ~/bin $ laconic-so - Usage: python -m laconic-so [OPTIONS] COMMAND [ARGS]... + Usage: laconic-so [OPTIONS] COMMAND [ARGS]... Laconic Stack Orchestrator Options: + --stack TEXT specify a stack to build/deploy --quiet --verbose --dry-run - -h, --help Show this message and exit. + --local-stack + --debug + --continue-on-error + -h, --help Show this message and exit. Commands: build-containers build the set of containers required for a complete... + build-npms build the set of npm packages required for a... + deploy deploy a stack deploy-system deploy a stack setup-repositories git clone the set of repositories required to build... + version print tool version ``` For cutting releases, use the [shiv build script](/scripts/build_shiv_package.sh).