Skip to content

Copy

Cette commande de Deployer permet de copier le contenu d'un build vers une destination ( Objects bucket)

USAGE

$ deployer copy SOURCE_FOLDER [TARGET_FOLDER]

ARGUMENTS

  • SOURCE_FOLDER - source folder to copy
  • TARGET_FOLDER - [default: /] target folder https:\{HOST}{TARGET}

OPTIONS

  • -c, --context=context - Context environments variables in a repeatable [ -c k1:v1 --context k2:v2 ] syntax
  • -d, --dry - dry run : parse, validate but don't apply
  • -e, --env=env - Context environments variables in a repeatable [ -c k1:v1 --context k2:v2 ] syntax
  • -f, --file=file - [default: deployer.yaml] file containing deployment infos
  • -h, --help - show CLI help
  • -l, --level=quiet|debug|verbose|info|warn|error|DEBUG|VERBOSE|INFO|WARN|ERROR - [default: info] Log level (quiet, debug, verbose, info, warn, error)
  • -o, --static_offset=static_offset - offset to use if many static content for same SHA1 (must be a unique key for this sha1)
  • --link - copy and link statics files in the same command