mirror of
https://github.com/nektos/act.git
synced 2026-04-26 01:15:51 +03:00
[GH-ISSUE #1844] Document cli flag usage #892
Labels
No labels
area/action
area/cli
area/docs
area/image
area/runner
area/workflow
backlog
confirmed/not-planned
kind/bug
kind/discussion
kind/external
kind/feature-request
kind/question
meta/duplicate
meta/invalid
meta/need-more-info
meta/resolved
meta/wontfix
meta/workaround
needs-work
pull-request
review/not-planned
size/M
size/XL
size/XXL
stale
stale-exempt
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/act#892
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @uuf6429 on GitHub (Jun 5, 2023).
Original GitHub issue: https://github.com/nektos/act/issues/1844
Act version
0.2.46
Feature description
As far as I know, the only documentation of available flags is from running
act --help.This is not bad in itself - it's easier to maintain.
The problem, however, is that the real usage is barely documented. For example:
--no-pull?)--pull=false?Even worse with matrix:
stringArrayin cli terms??--matrix xx:11 yy:22,--matrix=xx:11,yy:22,--matrix xx:11,yy:22I propose to either:
--pull=falsecase)@ChristopherHX commented on GitHub (Jun 5, 2023):
For backward compatibility reasons is
--pullnow on by default, otherwise everyone not updating the default images manually would seenodenot found issues. The whole oldPATHhandling has been replaced.If we would rename a flag in a patch release of act, everyone writing
act --pullwill see an error.I agree for act 0.3.x we should replace it with
--no-pull.Yes I agree the cli help doesn't provide detailed help how to specify options https://github.com/spf13/cobra