You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
refactor(commands): read signing and install options from ctx.options
The command modules read provision, teamId and the test-init install
options straight from the global options service, which their typed
options already cover or can. The signing pair is a shared schema
spread into the build, deploy, prepare, debug and run schemas, and
validatePlatformOptions takes the typed context instead of resolving
the service. Reads that write back, take the whole argv, or hand the
service object to another service stay as they are.
The redeclaration note in the docs said a redeclared CLI-wide option
inherits nothing; the adapter carries the alias, default and
sensitivity over when the command leaves them unset, and the docs now
say so.
0 commit comments