Description of problem: After added cartridges to an app on devenv_2431, I found that the given rhc commands in the cartridge get_started page were all deprecated commands, such as "rhc app cartridge list","rhc app cartridge remove -a <app_name> -c <cartridge_name>". The rhc commands in the Learn_More page (/community/paas) and many other community pages such as : "https://openshift.redhat.com/community/developers/get-involved/creating-quickstarts","https://openshift.redhat.com/community/get-started/jboss","https://openshift.redhat.com/community/jenkins" have the same issue and should also be updated. Version-Release number of selected component (if applicable): devenv_2431 How reproducible: always Steps to Reproduce: 1.Go to website, create an app, and add a cartridge to it. 2.Check the rhc commands in the cartridge get_started page. 3.Check the rhc commands in the community pages. Actual results: These commands in these page are all deprecated ones. Expected results: These commands should be updated with the new commands syntax. Additional info:
Those three are fixed, as is Learn More. Will fix others tomorrow. Won't fix forum threads, will fix everything else.
*** Bug 905729 has been marked as a duplicate of this bug. ***
I'm going to fix the bulk of this in the migrate-content.rb script for the prod push, given how many places these are referenced.
Fixed in b76674b in us3292_us3293_us3291_split_community_to_openshift_com, no fork ami yet.
(In reply to comment #4) Will wait for the fork ami to test this.
(In reply to comment #4) Tested on fork_ami_us3292_us3293_us3291_split_community_to_openshift_com_458, the rhc command has been correted on pages, so verify this bug.