Skip to content

Commit

Permalink
Remove deprecated commands from all-commands.sh.
Browse files Browse the repository at this point in the history
  • Loading branch information
rwjblue committed Nov 12, 2017
1 parent ea8afb7 commit 9f10230
Showing 1 changed file with 0 additions and 36 deletions.
36 changes: 0 additions & 36 deletions all-commands.sh
Original file line number Diff line number Diff line change
Expand Up @@ -31,47 +31,12 @@ ember try:ember '1.13.0' --skip-cleanup=true
ember try:config
ember try:config --config-path='test/fixtures/dummy-ember-try-config.js'

# try:testall (Deprecated)
ember try:testall

# all styles of options for ember-try's own option
ember try:testall --skip-cleanup
ember try:testall --skip-cleanup=true
ember try:testall --skip-cleanup true

# config-path option
ember try:testall --config-path='test/fixtures/dummy-ember-try-config.js'

# both ember-try options
ember try:testall --config-path='test/fixtures/dummy-ember-try-config.js' --skip-cleanup true

# try <scenario> (Deprecated)
ember try default

# custom command
ember try default help

# skip-cleanup option
ember try default --skip-cleanup

# The following two DO NOT CURRENTLY WORK
# ember try default --skip-cleanup=true
# ember try default --skip-cleanup true

# config-path option; DOES NOT CURRENTLY WORK
# ember try test1 --config-path='test/fixtures/dummy-ember-try-config.js'

# both ember-try options; DOES NOT CURRENTLY WORK
# ember try test1 --config-path='test/fixtures/dummy-ember-try-config.js' --skip-cleanup true

# custom command with all styles of options
ember try default help --silent
ember try default help --silent=true
ember try default help --silent true

# custom command mixed with ember try's own option
ember try default help --silent --skip-cleanup

# try:one <scenario>
ember try:one default

Expand All @@ -97,7 +62,6 @@ ember try:one default --- ember help --silent true
# custom command mixed with ember try's own option
ember try:one default --skip-cleanup --- ember help --silent


# try:reset
ember try:reset

Expand Down

0 comments on commit 9f10230

Please sign in to comment.