Push
In order to load the contents to the server we must use the command
wordbucket contents push
Executing this command the CLI reads everything inside the folder wordbucket/contents
and sends it to the server.
If during the process the server finds out that there are new containers and/or contents will create them.
After the processing of the containers and their contents on the server, it will answer the CLI with the informations about the containers that are stored in the server, so that the CLI can update the local informations.
$ wordbucket contents push
Remote containers are up to date with local
Last updated
Was this helpful?