1. MacOS
# MacOS Homebrew
> brew tap autoproof/autoproof
> brew install autoproof
> cd ~/my-project-dir
> autoproofcli init
> autoproofcli init
Project Name: My project
API key: *************
Project "My project" has been successfully initialized.
> vim .autoproof/config.yml
apikey: ************************
ignore:
- .autoproof
- .DS_Store
- .git
- .svn
- .cvs
- venv
- node_modules
- logs
- data
projectname: My project
# Show config
> autoproofcli config
# Show config parameter
> autoproofcli config apikey
# Update config parameter
> autoproofcli config apikey **********
> autoproofcli config projectname "New project name"
# Make a test notarization: use -n
> autoproofcli snapshot -n -m "Test notarization additional meta info and description"
# Make live notarization:
> autoproofcli snapshot -m "Live notarization additional meta info and description"
Error: Autoproof API request finished with non-OK status 403:
Usage:
autoproof snapshot [flags]
Flags:
-n, --dry-run Perform hash saving in either testing or production mode.
-h, --help help for snapshot
-m, --message string Short description sent along with the snapshot to the copyright registration center.
Notarization started Snapshot object (snapshotID). You can monitor a status on project page: https://app.autoproof.dev/********************
2. Linux
3. Windows
4. Build
4. Usage