Skip to content

Commit

Permalink
Removing deprecated functionality
Browse files Browse the repository at this point in the history
removed "Put data directly from another location within Pachyderm" and "$ pachctl put-file <repo> <branch> </path/to/file> -f pfs://pachyderm_location"
  • Loading branch information
Nick-Harvey committed Dec 19, 2018
1 parent 267a98e commit 9f19bbc
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions doc/fundamentals/getting_data_into_pachyderm.md
Expand Up @@ -87,13 +87,6 @@ Put data directly from an object store:
# here you can use s3://, gcs://, or as://
$ pachctl put-file <repo> <branch> </path/to/file> -f s3://object_store_url
```

Put data directly from another location within Pachyderm:

```sh
$ pachctl put-file <repo> <branch> </path/to/file> -f pfs://pachyderm_location
```

Add multiple files at once by using the `-i` option or multiple `-f` flags. In
the case of `-i`, the target file should be a list of files, paths, or URLs
that you want to input all at once:
Expand Down

0 comments on commit 9f19bbc

Please sign in to comment.