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

feat: view deps / scopes. Add find command #296

Draft
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

jrcrawfo
Copy link
Contributor

@jrcrawfo jrcrawfo commented Aug 24, 2022

Why?

  • We need to be able to do more things from the command line that aren't available in the Contxt Developers UI related to permissions. When Developers is deprecated at the end of the year, we will still need to maintain operations on the CLI to map permissions so these will be needed more and more.

What changed?

  • Command to find a service / edge node by a name match contxt find by-name iot
  • Command to find a service / edge node by a client_id match contxt find client 75w
  • Command to get details about a service instance contxt --org=lineage service-instances 692
  • Command to get dependencies of a service instance contxt --org=lineage service-instances deps 692
  • Command to get scopes of a service instance contxt --org=lineage service-instances scopes 692
  • Command to add a dependency for a service instance contxt --org=lineage service-instances add-dep --from-id 692 --to-id 142
  • Command to remove a dependency from a service instance
  • Command to add a scope from a service instance
  • Command to remove a scope from a service instance
  • Command to add a scope to a dependency grant
  • Command to remove a scope from a dependency grant

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

Successfully merging this pull request may close these issues.

1 participant