Skip to content

Commit 7971862

Browse files
authored
Create README.md
1 parent c7d1547 commit 7971862

File tree

1 file changed

+38
-0
lines changed

1 file changed

+38
-0
lines changed

README.md

Lines changed: 38 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,38 @@
1+
cbxjob
2+
3+
All possible default params:
4+
5+
wp cbxjob-generate --total=100 --status=publish --is-remote=0
6+
7+
--is-featured=1 --is-filled=0 --user-id=1 --salary-unit=monthly --currency=USD
8+
9+
10+
total = number of jobs to be created.
11+
12+
status options = [draft , pending , publish,unpublished,flag ]
13+
14+
is-remote = [0,1]
15+
16+
is-featured= [0,1]
17+
18+
is-filled= [0,1]
19+
20+
currency=[USD,BDT, etc]
21+
22+
salary-unit =[yearly,monthly,yearly,daily]
23+
24+
user-id = user ID
25+
cbxresume
26+
27+
wp cbxjresume-generate --total=100 --user-id=1 --status=1 --privacy=public --is-primary=1
28+
29+
30+
total = number of resume to be created.
31+
32+
user-id= system user id
33+
34+
status = [0=draft, 1=publish, 2=unpublished, 3=pending, 4=flag]
35+
36+
privacy= [public,private]
37+
38+
is-primary= [0,1]

0 commit comments

Comments
 (0)