Skip to content
Open
Show file tree
Hide file tree
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
17 changes: 8 additions & 9 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,19 +50,18 @@ Output example:
}
```

### post
### post (deprecated)

`npm run post` - uploads the _./upload.json_ file.
~~.`npm run post` - uploads the _./upload.json_ file.~~

* try to combine the labels into one big item (_./examples/upload-bfc-season-combined_)
* if you want to upload into different groups then the uploader will
do it in parallel requests. __This MAY KILL the cms api__.
~~* try to combine the labels into one big item (_./examples/upload-bfc-season-combined_)~~
~~* if you want to upload into different groups then the uploader will~~
~~do it in parallel requests. __This MAY KILL the cms api__.~~

### delete
### delete (deprecated)
~~.`npm run delete` - use the _./delete.json_ file.~~

`npm run delete` - use the _./delete.json_ file.

* read label keys from delete.json and try to delete all labels
~~* read label keys from delete.json and try to delete all labels~~

### get-everything

Expand Down
215 changes: 44 additions & 171 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading