The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

metabase-profile - create a metabase profile

SYNOPSIS

  $ metabase-profile
  Enter full name: John Doe
  Enter email address: jdoe@example.com
  Enter password/secret: zqxjkh
  Writing profile to 'metabase_id.json'

USAGE

The metabase-profile program makes it easy to create a user profile for submitting facts and reports to a Metabase server.

Valid options include:

      --email   ADDRESS   user email address eg "jd@example.com"
      --name    FULLNAME  full user name, eg "John Doe"
  -o, --output  FILENAME  output filename
      --secret  PASSWORD  password for authentication
  -h, --help              print man page

If no output file name is given, the default name 'metabase_id.json' will be used. If the the output filename (or default) exists, the program will abort rather than overwrite the file. The output file will be in JSON and contain the user profile and the user's shared secret.

Typically, when a Metabase server first receives a report from a new user profile, the shared secret is recorded and will be used to authenticate subsequent submissions. The output should not be shared publicly or made group or world readable.

Use the resulting file according to the instructions of your Metabase client program. You may wish to copy it across computers if you would like to be identified consistently when submitting reports from different locations.

AUTHOR

  • David A. Golden (DAGOLDEN)

COPYRIGHT AND LICENSE

Copyright (c) 2009-2010 by David A. Golden

Licensed under the same terms as Perl itself (the "License"). You may not use this file except in compliance with the License. A copy of the License was distributed with this file or you may obtain a copy of the License from http://dev.perl.org/licenses/

Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.