Discussions about CSEntry
-
khurshid.arshad
- Posts: 618
- Joined: July 9th, 2012, 11:32 am
- Location: Islamabad, Pakistan
Post
by khurshid.arshad »
Dear CSPro Team
I am running 3 different projects as
CSWeb75,
CSWebkp and
CSWebkpr2.
When I run from the command line shell,
php bin/console csweb75:process-cases, it gives error.
There are no commands defined in the "csweb75" namespace.
Did you mean this?
csweb
When I run
php bin/console csweb:process-cases, it works.
Please guide.
a.
-
aaronw
- Posts: 571
- Joined: June 9th, 2016, 9:38 am
- Location: Washington, DC
Post
by aaronw »
The command line does not specify the project. You specify the project by running the command line from the working directory of the project.
-
khurshid.arshad
- Posts: 618
- Joined: July 9th, 2012, 11:32 am
- Location: Islamabad, Pakistan
Post
by khurshid.arshad »
Dear Arronw;
C:\wamp64\www\csweb>php bin/console csweb:process-cases, it is working perfect
C:\wamp64\www\csweb75>php bin/console csweb75:process-cases, gives an error.
There are no commands defined in the "csweb75" namespace.
Did you mean this?
csweb
thanks.
a.
-
khurshid.arshad
- Posts: 618
- Joined: July 9th, 2012, 11:32 am
- Location: Islamabad, Pakistan
Post
by khurshid.arshad »
Dear Arronw
I am using this on command line shell and it is working fine.
C:\wamp64\www\csweb75>php bin/console csweb:process-cases
Please confirm, am i on the right track.
Thank you.
a.
-
aaronw
- Posts: 571
- Joined: June 9th, 2016, 9:38 am
- Location: Washington, DC
Post
by aaronw »
Yes, that is the correct usage.