Skip to main content

conveyor notebook upload

Upload files from local file system to notebook environment

Synopsis

Synchronize files from your local directories (notebook and src) with the files existing in your notebook environment by uploading/overwriting files in the notebook environment.

conveyor notebook upload [flags]

Examples


Run the following to sync the src/ and notebooks/ folders:
$ conveyor notebook upload

If you want to sync only a specific folder, use:
$ conveyor notebook upload --file src/project

Options

      --env string    The name of the environment
--file string Path to a single file or folder to upload, either src/... or notebooks/...
-h, --help help for upload
--name string The name of the notebook
--path string The location of the project (default ".")

Options inherited from parent commands

      --debug                        Show debug output
--no-browser NO_BROWSER=true Do not automatically open a browser at login instead print the url to the command line. You can also use the environment variable NO_BROWSER=true.
-o, --output string Change the output. Valid options are table or json (default "table")
--quiet QUIET=true Quiet down the output. You can also use the environment variable QUIET=true.

See also