Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Documentation about DeepLink or commandline arguments #2630

Closed
averhaegen opened this issue Feb 14, 2020 · 4 comments
Closed

Documentation about DeepLink or commandline arguments #2630

averhaegen opened this issue Feb 14, 2020 · 4 comments
Assignees
Labels
⚙️ documentation Related to app documentation
Milestone

Comments

@averhaegen
Copy link

Is your feature request related to a problem? Please describe.
I'm trying to open the Storage Explorer from a PowerShell window and directly connect to a specific SAS URI connection. Actually I use this script to retrieve a SAS token from a Key Vault and generate a SAS URI for me. It would be nice if my script could automatically open this connection.
I see the Storage Explorer supports some commandline parameters like '--disable-gpu" or Deeplink from the Azure portal like: "storageexplorer://". But I cannot find documentation about this topic.

Describe the solution you'd like
I'd like to see documentation about supported Commandline parameters and Deeplink parameters.

Describe alternatives you've considered
I tried searching the Microsoft docs and also checked the Release page to see if any info could be found in the Release notes. But I did not find anything about it.
Maybe I can alter the local storage coockie and Windows Credential Manager to inject my SAS uri. Perhaps Storage Explorer would load it in when I run the program. But I did not test this yet as it seems very complicated to implement

Additional context
I'd like to open Storage Explorer something like this in command prompt or PowerShell:
.\StorageExplorer.exe --sas-uri: 'https:\\xxx.file.core.windows.net/?sv=2019-02-02&ss=f&......'
or from a browser deeplink like
storageexplorer://v=1&sasuri=https:\\xxx.file.core.windows.net/?sv=2019-02-02&ss=f&......

@MRayermannMSFT MRayermannMSFT added the ⚙️ documentation Related to app documentation label Feb 18, 2020
@MRayermannMSFT
Copy link
Member

Hi @averhaegen

The deeplink feature is currently very limited and does not support what you would like to use it for. I believe we already have people asking for similar abilities though, so it is on our backlog. As for documenting its format, that's not something we would look to do at this time.

As for the command line parameters, we're definitely willing to document those. Feel we'll use this issue to track that work.

@MRayermannMSFT MRayermannMSFT added this to the 1.14.0 milestone Feb 18, 2020
@MRayermannMSFT MRayermannMSFT modified the milestones: 1.14.0, 1.16.0 May 27, 2020
@tedvanderveen
Copy link

For our custmers (who do not have Azure / AAD login accounts) it would be great if we can simple supply a deep link that includes a SAS token, like the example provided by @averhaegen.

@MRayermannMSFT MRayermannMSFT modified the milestones: 1.16.0, 1.17.0 Oct 15, 2020
@MRayermannMSFT MRayermannMSFT modified the milestones: 1.17.0, 1.18.0 Dec 9, 2020
@JasonYeMSFT JasonYeMSFT self-assigned this Feb 22, 2021
@JasonYeMSFT
Copy link
Contributor

We are going to start writing these documentations but it will needs to be in 1.19.0.

@JasonYeMSFT JasonYeMSFT modified the milestones: 1.18.0, 1.19.0 Feb 22, 2021
@JasonYeMSFT
Copy link
Contributor

JasonYeMSFT commented Mar 9, 2021

  • Deeplink documentation
  • Command line options documentation

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
⚙️ documentation Related to app documentation
Projects
None yet
Development

No branches or pull requests

4 participants