mirror of
https://github.com/LukeHagar/sailpoint-cli.git
synced 2025-12-06 04:21:15 +00:00
461 B
461 B
==Long==
Update
Update a Workflow in IdentityNow
Arguments can be a list of directories or files. If a directory is specified, all JSON files in the directory will be parsed and the workflows uploaded.
API References:
==Example==
File:
sail Workflow update -f {file-path} {file-path}
Directory:
sail Workflow update -d {folder-path} {folder-path}
====