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
Remove ...:0.8.0 number part from the version string
What
define local variables
define global variables
expose scoped function data to local variable
expose scoped function data to global variable
Specify expose / output variable on request
inject named parameters to specs
define argument
define option
import variables to scope
ability to read ENV vars on specs
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 #330debug
filter, that dumps the variable data and variable type before returning same value #355bs4
filter that implements beautiful soup 4 to convert HTML and XML content #356json
filter to convert JSON-able string to dict #357Cast.to_int(..
#358set
keyword work #365KeyError('exceptions')
on workflow #367...:0.8.0
number part from the version stringWhat
@annotation(...params)
or[:annotation ...params]
Thoughts:
The text was updated successfully, but these errors were encountered: