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
variable behavior modification with @annotation(...params) or [:annotation ...params]
Thoughts:
all variable gets name mangled on runtime
special keywords:
_import_ ( array ) = list of files to be imported to current space. : can be used on variable specification format
some/path/here/FileName => {FileName.VarName} : to import by absolute path, in-term of from where the commands get run
ENV => {ENV.SHELL} : import env variable
SYSTEM => {SYSTEM.OS_VERSION} : import env variable
_inject_ (string) = name of the variable, to be injected, not all component is injectable
variable (object): list of all var in local scope : can be used on http, spec, flow etc
new version type default:variable:...
Incremental update for variable features
http: define variable and use in request
http: define variable and use in description
http: define variable and use in output/expose
expose are 2 type
calling from CLI
calling from other spec
::import incrementally in spec files #issue
The text was updated successfully, but these errors were encountered:
__import__
from external file #81_invoke_
from scoped or imported variables #82.env
file #193<% a | first() %>
#336.env.<platfrom>
file loading from commandline #330What
@annotation(...params)
or[:annotation ...params]
Thoughts:
The text was updated successfully, but these errors were encountered: