# NOT RUN {
# to run manually
app <- get_migratable()[[1]]
form <- list(
name = "app_name.yxwz",
owner = "new_owner_email@domain.com",
validate = "false",
isPublic = "false",
sourceId = "ABC123",
workerTag = "",
canDownload = "false"
)
publish(
app,
migration_directory = "c:/aspot/tostage/files"
form = form
)
toggle_migratable(app)
# automated
migrate(
form = form,
migration_directory = "c:/aspot/tostage/files"
)
# }
# NOT RUN {
# }
Run the code above in your browser using DataLab