The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

NAME

gdc - Client utility for GoodData REST-ful API

SYNOPSIS

gdc [global options] <command> [command options]

DESCRIPTION

gdc is the command-line and interactive client for GoodData REST-ful service API built on top of WWW::GoodData client library.

OPTIONS

-h, --help

Print a brief help message and exits.

-H, --man

Prints the manual page and exits.

COMMANDS

shell

Launch an interactive client session.

This is the default action that is taken unless another command is specified.

login [user] [password]

Verify user identity and obtain an authorization token. If no credentials are supplied, global ones are used.

If the password is not specified, it is requested from terminal provided terminal echo can be turned off.

This action is taken implicitly if user name has been specified.

-u, --user <email>

Alternative way to specifiy user login.

-p, --password

Alternative way to specifiy user password.

project

Change or print the default project URI. Default project is used by various commands involving projects, including mkproject and rmproject.

-p, --project

Project URI. No checking is done with the project URI.

lsprojects

Print a list of available projects.

-v, --long

Add unnecessary details

rmproject

Delete a project.

-P, --project

Name of the project (first column from lsprojects). Default project (see project, mkproject and global <--project> option) is used if none is specified.

mkproject [title] [summary]

Create a project.

-t, --title

Title of the project.

-s, --summary

Descriptive summary of the project.

help

Print list of available commands.

SEE ALSO

COPYRIGHT

Copyright 2011, Lubomir Rintel

This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself.

AUTHOR

Lubomir Rintel lkundrak@v3.sk

1 POD Error

The following errors were encountered while parsing the POD:

Around line 305:

=back without =over