D:\git> cosmosdbshell --version
CosmosDBShell 1.0.0+3619cd51d0c4194d5caf5f22bfeeb90d7149ce58
CS > connect "https://jade-sql-test1.documents.azure.com:443/"
Authenticating via browser. Please complete the login in the browser window that opens.
Connected to account 'jade-sql-test1'
CS > ls
database1
db9
dbshared2
dbshared1
db7
CS > cd database1
Changed to database database1
CS database1 > ls
container1
CS database1 > cd container1
Changed to container container1
CS database1/container1 > ls
Container container1
Value cannot be null. (Parameter 'stream')
CS database1/container1 > ls -m 5
Object of type 'System.String' cannot be converted to type 'System.Nullable1[System.Int32]'. CS database1/container1 > ls --m 5 Object of type 'System.String' cannot be converted to type 'System.Nullable1[System.Int32]'.
CS database1/container1 >
D:\git> cosmosdbshell --version
CosmosDBShell 1.0.0+3619cd51d0c4194d5caf5f22bfeeb90d7149ce58
CS > connect "https://jade-sql-test1.documents.azure.com:443/"
Authenticating via browser. Please complete the login in the browser window that opens.
Connected to account 'jade-sql-test1'
CS > ls
database1
db9
dbshared2
dbshared1
db7
CS > cd database1
Changed to database database1
CS database1 > ls
container1
CS database1 > cd container1
Changed to container container1
CS database1/container1 > ls
Container container1
Value cannot be null. (Parameter 'stream')
CS database1/container1 > ls -m 5
Object of type 'System.String' cannot be converted to type 'System.Nullable
1[System.Int32]'. CS database1/container1 > ls --m 5 Object of type 'System.String' cannot be converted to type 'System.Nullable1[System.Int32]'.CS database1/container1 >