File tree Expand file tree Collapse file tree
src/Keboola/Console/Command Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1010
1111class OrganizationsAddFeature extends ProjectsAddFeature
1212{
13- const string ARG_FEATURE = 'feature ' ;
1413 const string ARG_ORGANIZATIONS = 'organizations ' ;
15- const string ARG_URL = 'url ' ;
16- const string ARG_TOKEN = 'token ' ;
17- const string OPT_FORCE = 'force ' ;
18-
19- protected int $ maintainersChecked = 0 ;
20-
21- protected int $ orgsChecked = 0 ;
22-
23- protected int $ projectsDisabled = 0 ;
24-
25- protected int $ projectsWithFeature = 0 ;
26-
27- protected int $ projectsUpdated = 0 ;
2814
2915 protected function configure (): void
3016 {
Original file line number Diff line number Diff line change 1111
1212class ProjectsAddFeature extends Command
1313{
14- const ARG_FEATURE = 'feature ' ;
15- const ARG_PROJECTS = 'projects ' ;
16- const ARG_URL = 'url ' ;
17- const ARG_TOKEN = 'token ' ;
18- const OPT_FORCE = 'force ' ;
14+ const string ARG_FEATURE = 'feature ' ;
15+ const string ARG_PROJECTS = 'projects ' ;
16+ const string ARG_URL = 'url ' ;
17+ const string ARG_TOKEN = 'token ' ;
18+ const string OPT_FORCE = 'force ' ;
1919
2020 protected int $ maintainersChecked = 0 ;
2121
You can’t perform that action at this time.
0 commit comments