You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The f5-conx-core project is in the process of refactoring all the functions and api calls currently in the vscode extension into a separate project that can be used in other projects. One of the first non vscode extension applications would be a simple cli to interact with F5 products, just like the f5-cli, but node based.
Since that code would already be used by the extension, it could be easy to expose a cli and have the extension install add a path to the executable
The text was updated successfully, but these errors were encountered:
The f5-conx-core project is in the process of refactoring all the functions and api calls currently in the vscode extension into a separate project that can be used in other projects. One of the first non vscode extension applications would be a simple cli to interact with F5 products, just like the f5-cli, but node based.
Since that code would already be used by the extension, it could be easy to expose a cli and have the extension install add a path to the executable
The text was updated successfully, but these errors were encountered: