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
It appears that --deploy no longer does anything. It is also a prerequisite for also passing --publish. On Studio, we re-architected how the deploy process functions to utilize change events. Publishing already uses the same change event mechanism. The change event mechanism would require polling of Studio in order to determine if those change events are applied.
Additionally, --deploy maps to stage in the code, and is confusing because there was at one point a --stage arg that is now deprecated and is the default behavior.
Desired behavior
Reviewing a staged channel on Studio before deploying it sounds like the ideal workflow that we want to encourage, but we may wish to keep this ability within ricecooker. That means we either need to:
remove the arguments and their functionality, and update the documentation, or
update their functionality to function with changes made to Studio, allowing these to process the operations in change events
Summary
It appears that
--deploy
no longer does anything. It is also a prerequisite for also passing--publish
. On Studio, we re-architected how the deploy process functions to utilize change events. Publishing already uses the same change event mechanism. The change event mechanism would require polling of Studio in order to determine if those change events are applied.Additionally,
--deploy
maps tostage
in the code, and is confusing because there was at one point a--stage
arg that is now deprecated and is the default behavior.Desired behavior
Reviewing a staged channel on Studio before deploying it sounds like the ideal workflow that we want to encourage, but we may wish to keep this ability within ricecooker. That means we either need to:
Reference: learningequality/studio#3997
The text was updated successfully, but these errors were encountered: