Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Migrated to Confluence 5.3

...

  • List all artifacts under a groupId
  • Search for artifacts using regex
  • Get details on an artifactRemote
  • Remove an artifact (perhaps even purge all trans dependencies?)
  • Backup the repository
  • Restore the repository
  • Etc.

...

Command-line (and option + whatever) Completion

Need to update the core framework to allow for flexible and easy to use... yet efficient completion handlers to be installed for commands.

Role-based Layouts

The layout of commands (and groups) available to a user might be limited to their access privileges. So for example, user uberadmin might have all potentially harmful commands like:

  • shutdown
  • kill
  • abort
  • do-something-nasty
  • ...

and user ubernoob might have a set like:

  • statistics
  • do-something-which-will-not-break-anything

Remote Shell

TODO

Remote File Access

TODO

Layout Navigation (and easy sub-shells)

...

Note sure we want to add commands to change context or get the context? Or do we? Do we really need a pwd and a cd ?

Bash Syntax Support

TODO

Pipes

TODO

Sub-shells

TODO

Redirection

TODO

Functions

TODO

Whatever else Bash Does...

TODO