Skip to content

Commit

Permalink
Merge pull request #755 from astares/754-ConfigurationCommandLineHand…
Browse files Browse the repository at this point in the history
…ler-not-existent-anymore-in-P13

754 configuration command line handler not existent anymore in p13
  • Loading branch information
jecisc authored May 28, 2024
2 parents 8027c3c + 3386fa1 commit ce33cfa
Showing 1 changed file with 0 additions and 37 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -16,43 +16,6 @@ MicParsesAndRendersAllCommentsTest >> testCommentFromChunkReadStream [
Microdown asRichText: '!!'
]

{ #category : 'tests' }
MicParsesAndRendersAllCommentsTest >> testCommentFromConfigurationCommandLineHandler [
Microdown asRichText: ConfigurationCommandLineHandler comment.
"Command line handler for dealing with Metacello configurations from the command line
Usage: config [--help] <repository url> [<configuration>] [--install[=<version>]] [--group=<group>] [--username=<username>] [--password=<password>][--no-quit][--no-save]
--help show this help message
--no-quit keep the image running after configuration install
--no-save Don't save the image after configuration install
<repository url> A Monticello repository name
<configuration> A valid Metacello Configuration name
<version> A valid version for the given configuration
<group> A valid Metacello group name
<username> An optional username to access the configuration's repository
<password> An optional password to access the configuration's repository
Examples:
# display this help message
pharo Pharo.image config
# list all configurations of a repository
pharo Pharo.image config $MC_REPOS_URL
# list all the available versions of a confgurtation
pharo Pharo.image config $MC_REPOS_URL ConfigurationOfFoo
# install the stable version
pharo Pharo.image config $MC_REPOS_URL ConfigurationOfFoo --install
#install a specific version '1.5'
pharo Pharo.image config $MC_REPOS_URL ConfigurationOfFoo --install=1.5
#install a specific version '1.5' and only a specific group 'Tests'
pharo Pharo.image config $MC_REPOS_URL ConfigurationOfFoo --install=1.5 --group=Tests
"
]

{ #category : 'tests' }
MicParsesAndRendersAllCommentsTest >> testCommentFromFluidBuilder [
"Test that we do not break on empty code blocks"
Expand Down

0 comments on commit ce33cfa

Please sign in to comment.