1 - pcloud tasks

Get task details. Possibility to list, describe task(s)

Synopsis

Get task details. Possibility to list, describe task(s). Tasks are used to obtain progress details of long running operations. TaskIDs are returned when launching long operations like: ‘image import’, ‘capture pvm-instance’.

pcloud tasks [flags]

Options

  -h, --help   help for tasks

Options inherited from parent commands

  -F, --format string      Available formats: 'table', 'yaml', 'json', 'csv'.
                            Default is command specific.
                            Can be used with describe and list subcommands.
  -D, --log.dir string     Override Log file directory
  -L, --log.file string    Override Log file name
  -V, --verbosity string   Override Log verbosity

SEE ALSO

2 - pcloud tasks describe

Describe Task

Synopsis

Describe Task with details. Output format depends on –format option.

pcloud tasks describe <TaskID> [flags]

Options

  -h, --help   help for describe

Options inherited from parent commands

  -F, --format string      Available formats: 'table', 'yaml', 'json', 'csv'.
                            Default is command specific.
                            Can be used with describe and list subcommands.
  -D, --log.dir string     Override Log file directory
  -L, --log.file string    Override Log file name
  -V, --verbosity string   Override Log verbosity

SEE ALSO

  • pcloud tasks - Get task details. Possibility to list, describe task(s)

3 - pcloud tasks list

List Tasks from log files generated locally

Synopsis

List Tasks from log files generated locally. Output format depends on –format option.

pcloud tasks list [flags]

Options

  -h, --help   help for list

Options inherited from parent commands

  -F, --format string      Available formats: 'table', 'yaml', 'json', 'csv'.
                            Default is command specific.
                            Can be used with describe and list subcommands.
  -D, --log.dir string     Override Log file directory
  -L, --log.file string    Override Log file name
  -V, --verbosity string   Override Log verbosity

SEE ALSO

  • pcloud tasks - Get task details. Possibility to list, describe task(s)