Ruud Senden

Results 189 comments of Ruud Senden

Order-by functionality is already being discussed in #86

Having an option to limit the number of results without the ability to provide a starting position probably doesn't make much sense. Potentially we could have a generic `--records -`...

Although the comment above could potentially work for returning the first `x` records, it won't be performant when processing later pages, for example `--records 100000-100005` as we'd still need to...

Correct; when authenticating with username/password, the login command will connect to SSC to generate a UnifiedLoginToken and will fail if the credentials are incorrect. When passing a pre-generated token, we...

As far as I know, SSC doesn't provide functionality for retrieving token expiration date for an existing token, so fcli can't know when the token will expire, and therefore can't...

We could potentially check whether the token passed to the `fcli ssc token delete` command isn't in use by an active session, however: - The token could still be deleted...

We can't implement this in a reliable way without SSC API improvements, best thing we can do is to improve the description of the `fcli ssc session list` command, describing...

Command help has already been updated, and as described above, there's not much more that we can do from an fcli perspective to better handle such situations. As such, closing...