Variables are dynamically-named, mutable string values than can be used to store and reuse non-sensitive bits of data.
prefect variable set
creates or updates a variable.prefect variable get
retrieves a variable’s value.prefect variable unset
deletes a variable.prefect variable ls
lists all variables.prefect variable inspect
shows a variable’s details.