Don't pass default values explicitly to the lifecycle phases #610
Labels
good first issue
A good first issue to get started with.
status/ready
Issue ready to be worked on.
type/chore
Issue that requests non-user facing changes.
Description
Currently, we're passing the following flags with their default values to the lifecycle phases:
-layers
,-platform
and-app
. There is no reason to do so and it can be confusing to the reader.We would like to stop passing these values explicitly.
Proposed solution
Remove the flags
-layers
,-platform
and-app
from the calls to the following lifecycle phases:detect
,restore
,analyze
,build
andexport
(these flags weren't added to thecreator
call - see this PR).Additional context
The phases are located here.
A description of the lifecycle (creator) flags can be found here.
The text was updated successfully, but these errors were encountered: