Currently doing migration from 7-Mode to cDOT, we came across the cli command "transition projectgroup".
Apart from a logical view of grouping projects together, is there a way to start a transition based on the projectgroup instead of the project name?
This would be very handy 😉
Any experience?
Thanks a lot for sharing
Rom;)
[nasmgmt@nasadm2 bin]$ transition projectgroup
Java HotSpot(TM) 64-Bit Server VM warning: ignoring option MaxPermSize=128m; support was removed in 8.0
Error: Incomplete or unknown command: transition projectgroup
NAME
projectgroup -- Transition Project Group management command.
COMMANDS
transition projectgroup create - Create a new project group.
transition projectgroup delete - Delete a project group.
transition projectgroup modify - Modify a project group.
transition projectgroup move-project - Move a project to a different project
group.
transition projectgroup rename - Rename a project group.
transition projectgroup show - Show information about one or all
project groups.
DESCRIPTION
Commands to perform various project group related operations.
Valid options are:-
create - Create a new project group
rename - Rename a project group
modify - Modify a project group
show - Show project group information
move-project - Move a project to a given project group
delete - Delete a project group
[nasmgmt@nasadm2 bin]$ transition projectgroup show
Java HotSpot(TM) 64-Bit Server VM warning: ignoring option MaxPermSize=128m; support was removed in 8.0
Project Group Name Number of Projects Project Names
------------------ ------------------ -------------
psts 0 -
Default_Group 0 -
[nasmgmt@nasadm2 bin]$ transition cbt start -p psts
Java HotSpot(TM) 64-Bit Server VM warning: ignoring option MaxPermSize=128m; support was removed in 8.0
Error(31115) : Transition project with name 'psts' does not exist.