Skip to content

Latest commit

 

History

History
71 lines (70 loc) · 2.07 KB

README.md

File metadata and controls

71 lines (70 loc) · 2.07 KB

adoc-preprocess

Prep Tool for Electronic Records being transferred to R* through Archivematica

commands

Available Commands:
  check         Check that DOs exist in ArchivesSpace
  clamscan      Run clamav against a package
  completion    Generate the autocompletion script for the specified shell
  help          Help about any command
  prep-list     Prepare a list of AIPs for transfer to R*
  prep-single   Prepare a single AIP for transfer to R*
  stage         pre-process SIPs
  transfer-am   Transfer SIPS to R*
  transfer-rs   Transfer processed AIPS to R*
  validate-aips Validate AIPS prior to transfer to R*
  validate-sip  validate sips prior to transfer to Archivematica
  version       print the version of adoc

check

Check that DOs exist in Archivesspace

Usage:
   check [flags]
Flags:
      --aspace-config string
      --aspace-environment string
      --aspace-workorder string
  -h, --help                        help for check

clamscan

Run clamav against a package

Usage:
   clamscan [flags]
Flags:
  -h, --help                      help for clamscan
      --regexp string
      --staging-location string

help

print the help message

prep-list

Prepare a list of AIPs for transfer to R*

Usage:
   prep-list [flags]
Flags:
      --aip-file string
  -h, --help                      help for prep-list
      --staging-location string
      --tmp-location string

prep-single

stage

transfer-am

Transfer SIPS to R*

Usage:
   transfer-am [flags]
Flags:
      --config string           if not set will default to `/home/'username'/.config/go-archivematica.yml
  -h, --help                    help for transfer-am
      --poll int                pause time, in seconds, between calls to Archivematica api to check status (default 5)
      --regexp string           regular expression to filter directory names to transfer to Archivmatica (default ".*")
      --xfer-directory string   Location of directories top transfer to Archivematica (required)

transfer-rs

validate-aips

validate-sips

version