COOPY » Guide
version 0.6.5
|
Manage a repository of spreadsheets and databases.
Usually run without options, for a graphical interface.
--add=FILE
attach the given spreadsheet/database to the repository
--clone=URL
clone the given repository
--export=FILE
export the given spreadsheet/database from the repository
--help
show how to use this program
--key=KEY
use specified key when adding or exporting a spreadsheet/database
--message=MESSAGE
use the specified message as a log entry
--new
create a new, empty repository
--pull
pull in data from remote repository to local clone
--push
push out data to remote repository from local clone
--silent
keep output to a minimum
coopy
run the coopy GUI from the current directory. All the actions in these examples can be achieved from the GUI.
coopy --new
create a new empty repository in the current directory.
coopy --key=people --add=people.xls
add people.xls to the repository, with key 'people'.
coopy --key=orgs --export=organizations.sqlite
export organizations.sqlite from the repository, with key 'orgs'.
coopy version 0.6.5