Skip to content

Update 06_package_mover.ipynb #11

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions 00_manage_celonis/00_ibc_to_ibc_movers/06_package_mover.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@
"metadata": {},
"source": [
"#### Push package to the destination team\n",
"(Hint: Press tab to autocomplete the file name)"
"Set the destination space to push the package: Studio Top Left > Three dot Button (Hint: Press tab to autocomplete the file name)"
]
},
{
Expand All @@ -107,7 +107,7 @@
}
],
"source": [
"!content-cli push package --file 'downloaded_zip_file_in_previous_step'"
"!content-cli push package --spaceKey <space-key> --file 'downloaded_zip_file_in_previous_step'"
]
}
],
Expand All @@ -132,4 +132,4 @@
},
"nbformat": 4,
"nbformat_minor": 4
}
}