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
We want to change the order of the commands for ds-load so that the command comes before the plugin name.
E.g.
ds-load fetch auth0 <- fetches data from idp and prints it to stdout
ds-load transform auth0 <- fetches data from stdin and outputs it to stdout
ds-load load auth0 <- fetches data from stdin and writes to directory
ds-load import auth0 <- fetches data from idp and writes it to directory. This command might have a --dry-run argument
The text was updated successfully, but these errors were encountered:
BogdanIrimie
changed the title
Add load command and swap places for the command with the plugin name
Add load command and swap places for the command with the plugin name
Jul 6, 2023
I don't think that in this model we'll have a ds-load load auth0 command. It will simply be ds-load load.
There's no dependence on plugins so it's not clear what the command would do with the auth0 argument.
We want to change the order of the commands for ds-load so that the command comes before the plugin name.
E.g.
ds-load fetch auth0 <- fetches data from idp and prints it to stdout
ds-load transform auth0 <- fetches data from stdin and outputs it to stdout
ds-load load auth0 <- fetches data from stdin and writes to directory
ds-load import auth0 <- fetches data from idp and writes it to directory. This command might have a --dry-run argument
The text was updated successfully, but these errors were encountered: