1- moa-plugin-meta
1+ @ promactinfo/ moa-plugin-meta
22=================
33
44MoA plugin for Meta
55
66
77[ ![ oclif] ( https://img.shields.io/badge/cli-oclif-brightgreen.svg )] ( https://oclif.io )
8- [ ![ Version] ( https://img.shields.io/npm/v/moa-plugin-meta.svg )] ( https://npmjs.org/package/moa-plugin-meta )
9- [ ![ Downloads/week] ( https://img.shields.io/npm/dw/moa-plugin-meta.svg )] ( https://npmjs.org/package/moa-plugin-meta )
8+ [ ![ Version] ( https://img.shields.io/npm/v/@promactinfo/ moa-plugin-meta.svg )] ( https://npmjs.org/package/@promactinfo /moa-plugin-meta )
9+ [ ![ Downloads/week] ( https://img.shields.io/npm/dw/@promactinfo/ moa-plugin-meta.svg )] ( https://npmjs.org/package/@promactinfo /moa-plugin-meta )
1010
1111
1212<!-- toc -->
@@ -16,11 +16,11 @@ MoA plugin for Meta
1616# Usage
1717<!-- usage -->
1818``` sh-session
19- $ npm install -g moa-plugin-meta
19+ $ npm install -g @promactinfo/ moa-plugin-meta
2020$ meta COMMAND
2121running command...
2222$ meta (--version)
23- moa-plugin-meta/0.0 .0 win32-x64 node-v22.21.1
23+ @promactinfo/ moa-plugin-meta/0.1 .0 win32-x64 node-v22.21.1
2424$ meta --help [COMMAND]
2525USAGE
2626 $ meta COMMAND
3232* [ ` meta hello PERSON ` ] ( #meta-hello-person )
3333* [ ` meta hello world ` ] ( #meta-hello-world )
3434* [ ` meta help [COMMAND] ` ] ( #meta-help-command )
35+ * [ ` meta meta auth ` ] ( #meta-meta-auth )
36+ * [ ` meta meta list ENTITY ` ] ( #meta-meta-list-entity )
3537* [ ` meta plugins ` ] ( #meta-plugins )
3638* [ ` meta plugins add PLUGIN ` ] ( #meta-plugins-add-plugin )
3739* [ ` meta plugins:inspect PLUGIN... ` ] ( #meta-pluginsinspect-plugin )
@@ -65,7 +67,7 @@ EXAMPLES
6567 hello friend from oclif! (./src/commands/hello/index.ts)
6668```
6769
68- _ See code: [ src/commands/hello/index.ts] ( https://github.com/Promact/moa-plugin-meta/blob/v0.0 .0/src/commands/hello/index.ts ) _
70+ _ See code: [ src/commands/hello/index.ts] ( https://github.com/Promact/moa-plugin-meta/blob/v0.1 .0/src/commands/hello/index.ts ) _
6971
7072## ` meta hello world `
7173
@@ -83,7 +85,7 @@ EXAMPLES
8385 hello world! (./src/commands/hello/world.ts)
8486```
8587
86- _ See code: [ src/commands/hello/world.ts] ( https://github.com/Promact/moa-plugin-meta/blob/v0.0 .0/src/commands/hello/world.ts ) _
88+ _ See code: [ src/commands/hello/world.ts] ( https://github.com/Promact/moa-plugin-meta/blob/v0.1 .0/src/commands/hello/world.ts ) _
8789
8890## ` meta help [COMMAND] `
8991
@@ -105,6 +107,49 @@ DESCRIPTION
105107
106108_ See code: [ @oclif/plugin-help ] ( https://github.com/oclif/plugin-help/blob/v6.2.37/src/commands/help.ts ) _
107109
110+ ## ` meta meta auth `
111+
112+ Authenticate with Meta (Facebook/Instagram)
113+
114+ ```
115+ USAGE
116+ $ meta meta auth
117+
118+ DESCRIPTION
119+ Authenticate with Meta (Facebook/Instagram)
120+
121+ EXAMPLES
122+ $ meta meta auth
123+ ```
124+
125+ _ See code: [ src/commands/meta/auth.ts] ( https://github.com/Promact/moa-plugin-meta/blob/v0.1.0/src/commands/meta/auth.ts ) _
126+
127+ ## ` meta meta list ENTITY `
128+
129+ List Meta entities (campaigns, adsets, ads)
130+
131+ ```
132+ USAGE
133+ $ meta meta list ENTITY [-a <value>] [-l <value>]
134+
135+ ARGUMENTS
136+ ENTITY Entity type to list (campaigns, adsets, ads)
137+
138+ FLAGS
139+ -a, --account-id=<value> Ad Account ID (e.g., act_12345678)
140+ -l, --limit=<value> [default: 25] Number of results to return
141+
142+ DESCRIPTION
143+ List Meta entities (campaigns, adsets, ads)
144+
145+ EXAMPLES
146+ $ meta meta list campaigns
147+
148+ $ meta meta list adsets --account-id=act_12345678
149+ ```
150+
151+ _ See code: [ src/commands/meta/list.ts] ( https://github.com/Promact/moa-plugin-meta/blob/v0.1.0/src/commands/meta/list.ts ) _
152+
108153## ` meta plugins `
109154
110155List installed plugins.
0 commit comments