Skip to content

Promact/moa-plugin-meta

Repository files navigation

@promactinfo/moa-plugin-meta

MoA plugin for Meta

oclif Version Downloads/week

Usage

$ npm install -g @promactinfo/moa-plugin-meta
$ meta COMMAND
running command...
$ meta (--version)
@promactinfo/moa-plugin-meta/0.1.0 win32-x64 node-v22.21.1
$ meta --help [COMMAND]
USAGE
  $ meta COMMAND
...

Commands

meta hello PERSON

Say hello

USAGE
  $ meta hello PERSON -f <value>

ARGUMENTS
  PERSON  Person to say hello to

FLAGS
  -f, --from=<value>  (required) Who is saying hello

DESCRIPTION
  Say hello

EXAMPLES
  $ meta hello friend --from oclif
  hello friend from oclif! (./src/commands/hello/index.ts)

See code: src/commands/hello/index.ts

meta hello world

Say hello world

USAGE
  $ meta hello world

DESCRIPTION
  Say hello world

EXAMPLES
  $ meta hello world
  hello world! (./src/commands/hello/world.ts)

See code: src/commands/hello/world.ts

meta help [COMMAND]

Display help for meta.

USAGE
  $ meta help [COMMAND...] [-n]

ARGUMENTS
  [COMMAND...]  Command to show help for.

FLAGS
  -n, --nested-commands  Include all nested commands in the output.

DESCRIPTION
  Display help for meta.

See code: @oclif/plugin-help

meta meta auth

Authenticate with Meta (Facebook/Instagram)

USAGE
  $ meta meta auth

DESCRIPTION
  Authenticate with Meta (Facebook/Instagram)

EXAMPLES
  $ meta meta auth

See code: src/commands/meta/auth.ts

meta meta list ENTITY

List Meta entities (campaigns, adsets, ads)

USAGE
  $ meta meta list ENTITY [-a <value>] [-l <value>]

ARGUMENTS
  ENTITY  Entity type to list (campaigns, adsets, ads)

FLAGS
  -a, --account-id=<value>  Ad Account ID (e.g., act_12345678)
  -l, --limit=<value>       [default: 25] Number of results to return

DESCRIPTION
  List Meta entities (campaigns, adsets, ads)

EXAMPLES
  $ meta meta list campaigns

  $ meta meta list adsets --account-id=act_12345678

See code: src/commands/meta/list.ts

meta plugins

List installed plugins.

USAGE
  $ meta plugins [--json] [--core]

FLAGS
  --core  Show core plugins.

GLOBAL FLAGS
  --json  Format output as json.

DESCRIPTION
  List installed plugins.

EXAMPLES
  $ meta plugins

See code: @oclif/plugin-plugins

meta plugins add PLUGIN

Installs a plugin into meta.

USAGE
  $ meta plugins add PLUGIN... [--json] [-f] [-h] [-s | -v]

ARGUMENTS
  PLUGIN...  Plugin to install.

FLAGS
  -f, --force    Force npm to fetch remote resources even if a local copy exists on disk.
  -h, --help     Show CLI help.
  -s, --silent   Silences npm output.
  -v, --verbose  Show verbose npm output.

GLOBAL FLAGS
  --json  Format output as json.

DESCRIPTION
  Installs a plugin into meta.

  Uses npm to install plugins.

  Installation of a user-installed plugin will override a core plugin.

  Use the META_NPM_LOG_LEVEL environment variable to set the npm loglevel.
  Use the META_NPM_REGISTRY environment variable to set the npm registry.

ALIASES
  $ meta plugins add

EXAMPLES
  Install a plugin from npm registry.

    $ meta plugins add myplugin

  Install a plugin from a github url.

    $ meta plugins add https://github.com/someuser/someplugin

  Install a plugin from a github slug.

    $ meta plugins add someuser/someplugin

meta plugins:inspect PLUGIN...

Displays installation properties of a plugin.

USAGE
  $ meta plugins inspect PLUGIN...

ARGUMENTS
  PLUGIN...  [default: .] Plugin to inspect.

FLAGS
  -h, --help     Show CLI help.
  -v, --verbose

GLOBAL FLAGS
  --json  Format output as json.

DESCRIPTION
  Displays installation properties of a plugin.

EXAMPLES
  $ meta plugins inspect myplugin

See code: @oclif/plugin-plugins

meta plugins install PLUGIN

Installs a plugin into meta.

USAGE
  $ meta plugins install PLUGIN... [--json] [-f] [-h] [-s | -v]

ARGUMENTS
  PLUGIN...  Plugin to install.

FLAGS
  -f, --force    Force npm to fetch remote resources even if a local copy exists on disk.
  -h, --help     Show CLI help.
  -s, --silent   Silences npm output.
  -v, --verbose  Show verbose npm output.

GLOBAL FLAGS
  --json  Format output as json.

DESCRIPTION
  Installs a plugin into meta.

  Uses npm to install plugins.

  Installation of a user-installed plugin will override a core plugin.

  Use the META_NPM_LOG_LEVEL environment variable to set the npm loglevel.
  Use the META_NPM_REGISTRY environment variable to set the npm registry.

ALIASES
  $ meta plugins add

EXAMPLES
  Install a plugin from npm registry.

    $ meta plugins install myplugin

  Install a plugin from a github url.

    $ meta plugins install https://github.com/someuser/someplugin

  Install a plugin from a github slug.

    $ meta plugins install someuser/someplugin

See code: @oclif/plugin-plugins

meta plugins link PATH

Links a plugin into the CLI for development.

USAGE
  $ meta plugins link PATH [-h] [--install] [-v]

ARGUMENTS
  PATH  [default: .] path to plugin

FLAGS
  -h, --help          Show CLI help.
  -v, --verbose
      --[no-]install  Install dependencies after linking the plugin.

DESCRIPTION
  Links a plugin into the CLI for development.

  Installation of a linked plugin will override a user-installed or core plugin.

  e.g. If you have a user-installed or core plugin that has a 'hello' command, installing a linked plugin with a 'hello'
  command will override the user-installed or core plugin implementation. This is useful for development work.


EXAMPLES
  $ meta plugins link myplugin

See code: @oclif/plugin-plugins

meta plugins remove [PLUGIN]

Removes a plugin from the CLI.

USAGE
  $ meta plugins remove [PLUGIN...] [-h] [-v]

ARGUMENTS
  [PLUGIN...]  plugin to uninstall

FLAGS
  -h, --help     Show CLI help.
  -v, --verbose

DESCRIPTION
  Removes a plugin from the CLI.

ALIASES
  $ meta plugins unlink
  $ meta plugins remove

EXAMPLES
  $ meta plugins remove myplugin

meta plugins reset

Remove all user-installed and linked plugins.

USAGE
  $ meta plugins reset [--hard] [--reinstall]

FLAGS
  --hard       Delete node_modules and package manager related files in addition to uninstalling plugins.
  --reinstall  Reinstall all plugins after uninstalling.

See code: @oclif/plugin-plugins

meta plugins uninstall [PLUGIN]

Removes a plugin from the CLI.

USAGE
  $ meta plugins uninstall [PLUGIN...] [-h] [-v]

ARGUMENTS
  [PLUGIN...]  plugin to uninstall

FLAGS
  -h, --help     Show CLI help.
  -v, --verbose

DESCRIPTION
  Removes a plugin from the CLI.

ALIASES
  $ meta plugins unlink
  $ meta plugins remove

EXAMPLES
  $ meta plugins uninstall myplugin

See code: @oclif/plugin-plugins

meta plugins unlink [PLUGIN]

Removes a plugin from the CLI.

USAGE
  $ meta plugins unlink [PLUGIN...] [-h] [-v]

ARGUMENTS
  [PLUGIN...]  plugin to uninstall

FLAGS
  -h, --help     Show CLI help.
  -v, --verbose

DESCRIPTION
  Removes a plugin from the CLI.

ALIASES
  $ meta plugins unlink
  $ meta plugins remove

EXAMPLES
  $ meta plugins unlink myplugin

meta plugins update

Update installed plugins.

USAGE
  $ meta plugins update [-h] [-v]

FLAGS
  -h, --help     Show CLI help.
  -v, --verbose

DESCRIPTION
  Update installed plugins.

See code: @oclif/plugin-plugins

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published