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

Add load command and swap places for the command with the plugin name #76

Open
BogdanIrimie opened this issue Jul 6, 2023 · 1 comment

Comments

@BogdanIrimie
Copy link
Contributor

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

@BogdanIrimie 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
@ronenh
Copy link
Contributor

ronenh commented Jul 10, 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.

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

No branches or pull requests

2 participants