samedder

Results 7 issues of samedder

When specifying Service Fabric entities, different commands use different parameters. For example some commands need a fabric name such as `fabric:/App` while others just need the id `App`. These should...

enhancement

In order to comply with security standards we should verify the following is true for all API calls performed by the SF CLI: - TLS1.2 must be enabled - SSL...

enhancement

Use both PEP8 and PyLint for style and correctness checks

enhancement

Running `sfctl` after installing the CLI through a Python install in VS results in a `Value Error` - sfctl version 3.0.0 > File "c:\program files (x86)\microsoft visual studio\shared\python36_64\lib\runpy.py", line 193,...

If there's a mistake in my application package, such as invalid parameter names, or changes in settings that are not allowed, `sfctl application upgrade` responds with a 500 error message....

enhancement

If an application package is malformed or invalid, the `application provision` API will fail with a 500 response code. This is indicative of a server side error, rather than client...

enhancement

Currently there's a hard coded check to only allow directory uploads. The image store now supports uploading zipped application packages. In order to speed up application uploads, consider using zipped...

enhancement