# Zuplo CLI: Info

<CliCommand
  command="info"
  description="Alias for `project info`"
  options={[
  {
    "name": "dir",
    "type": "string",
    "description": "The directory containing your Zuplo API",
    "default": ".",
    "required": false,
    "deprecated": false,
    "hidden": true,
    "normalize": true
  }
]}
  examples={[
  [
    "$0 info",
    "Display information about the current linked project"
  ]
]}
  usage="$0 info [options]"
>

</CliCommand>

## Global options

The following global options are available for all commands:

- [`--help`](./global-options.mdx#help)
- [`--api-key`](./global-options.mdx#api-key)
