Forrest logo
back to context overview

pio-org

List of commands for pio-org:

  • pio-org:tldr:0d5fa pio-org: Add a user to an organization.
    $ pio org add ${organization_name} ${username}
    try on your machine
    explain this command
  • pio-org:tldr:26d78 pio-org: List all organizations the current user is a member of and their owners.
    $ pio org list
    try on your machine
    explain this command
  • pio-org:tldr:2c3b4 pio-org: Update the name, email or display name of an organization.
    $ pio org update --orgname ${new_organization_name} --email ${new_email} --displayname ${new_display_name} ${organization_name}
    try on your machine
    explain this command
  • pio-org:tldr:4b25c pio-org: Remove a user from an organization.
    $ pio org remove ${organization_name} ${username}
    try on your machine
    explain this command
  • pio-org:tldr:961ab pio-org: Delete an organization.
    $ pio org destroy ${organization_name}
    try on your machine
    explain this command
  • pio-org:tldr:dce94 pio-org: Create a new organization.
    $ pio org create ${organization_name}
    try on your machine
    explain this command
back to context overview